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
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"