> On Apr 5, 2018, at 3:05 PM, Jim Adams <jim.ad...@sas.com> wrote:
> 
> We build ours using archive before lipo-ing and we don’t have to strip the 
> simulator bits out.

My point was that when you distribute to clients, they will want to test using 
a simulator, but will want to ship without it.  So, you’ll likely need to 
distribute more than one binary.

If a crash is discovered in your framework by the client or by the client’s 
clients, they are going to want to have simulator and debug symbols support to 
debug.  

Shipping anything out of your company with debug symbols will often be regarded 
as a security risk, so there is that to consider regarding your intellectual 
property and agreements with the client.  That’s for the managers to decide.

This leaves you with the potential for 3 copies of the binary that you may need 
to distribute.

I managed this by creating build configs for each and then built or archived 
according to what was needed.

- Alex Zavatone
_______________________________________________

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

Reply via email to