Under "Active Target Settings" add the following to "Other Linker Flags":
-force_load ../three20/Build/Products/Release-iphoneos/libThree20Network.a
-force_load ../three20/Build/Products/Release-iphoneos/libThree20Style.a
-force_load ../three20/Build/Products/Release-iphoneos/libThree20UI.a
-force_load ../three20/Build/Products/Release-iphoneos/libThree20UICommon.a
-force_load ../three20/Build/Products/Release-iphoneos/libThree20UINavigator.a
-force_load ../three20/Build/Products/Release-iphoneos/libThree20UICore.a
-force_load ../three20/Build/Products/Release-iphoneos/libThree20.a
and remove -all_load
Let me know if this does or doesn't work for you.
Obviously, change the paths as necessary.
Cheers,
-Brett
Can anyone help how to use force_load ?
Thanks