> On Apr 4, 2018, at 2:38 PM, Saagar Jha <saa...@saagarjha.com> wrote: > > > Saagar Jha > > I may be misunderstanding you, but why does your code need to be separate? > Can’t you statically link against your framework, which dynamically opens > OpenCV (packaged as a framework)? > >> 2. (More importantly) It makes the client's binary larger since it will have >> to include our full library, including simulator code. (correct me if I'm >> wrong) > > No, you should ask your client to remove the simulator slice before > submitting to the App Store.
This is controlled in the build settings for release builds. Compiled Simulator code is not packaged and should not be packaged in a release build. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com