We’re using a 3rd party library in our iPhone app and when we build it for Release & Device, we’re able to find the application in the expected folder (Release-iphoneos), but we also find the library in that same folder.
When uploading the application, do we have to do anything extra with the external library, or is it by default included in the iPhone application?
We do have it included in the Targets -> Application -> Link Binary With Libraries, but we’re not sure if that’s enough.
The general test is, if you’ve linked the library and included it in your project, and your app runs on a Device in any mode (Debug or Distribution), then all will be well for the release build.