Embedding Xcode Embedded Bugs Against Debugging

We were provided with two platforms from another team for inclusion in our iOS application. A debug version containing simulator and device symbols, as well as a Release version that contains only device symbols. They asked us to include the framework as an embedded binary.

How do we conditionally include the embedded binary, how do we specify the release and debugging paths for the frameworks in the build settings? We don’t want to manually intervene when it is time to create the App Store, and we want to include the release version of the library.

+4
source share
1 answer

- Target . /.

, , !

0

All Articles