BUNDLE_LOADER
BUNDLE_LOADER
- Subject: BUNDLE_LOADER
- From: Owen Hartnett <email@hidden>
- Date: Mon, 29 Dec 2014 15:06:39 -0500
I have an app with multiple targets, and they each produce a differently named executable:
In2
In2 UAT
In2 SIM PROD
In2 SIM UAT
plus 3 test targets
I also wrote some XCtest unit tests for these, which are all demanding that a binary for In2 SIM PROD exist, which won't until I build it at least one. The issue is that it demands it even for non-test targets.
The perpetrator is the flag -bundle_loader, which I have as blank for my non-test targets, but the linker still includes a hit for it.
My question is how can I ask Xcode not to include the -bundle_loader flag when I'm not testing?
Thanks,
-Owen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden