I\'m sure this has got a simple answer, but it\'s stumping me :(
I\'m trying to build an app that will run on iOS versions 4.3 and 5.0. I\'m fine with the idea of c
In your Target -> Build Settings, search for Other Linker Flags and click on the type of release (Debug or Release) and then on the bottom right, click Add Build Setting -> Add Conditional Setting and that will give you the SDK popup and the ability to specify any additional flags.
You should also link the framework with the flag "Optional". You can set this at the "Build Phases" panel at the point "Link Binary With Libraries".
you can switch "Required" to "Optional"