iOS-Framework
iOS-Framework copied to clipboard
Build active target only needs deleted
The first part of the instructions were missing that in Xcode 5 you need to delete the Build active target only setting (which default is YES for DEBUG), otherwise the Aggregate target doesn't include all the required arm binaries.
It does, but you can make it more clear. Submit a pull request to make the doc better.
https://github.com/jverkoey/iOS-Framework#step-2-clean-up-the-bundle-target-settings
-Paul Solt
On Sun, Jan 26, 2014 at 5:31 PM, malcolmhall [email protected]:
The first part of the instructions were missing that in Xcode 5 you need to delete the Build active target only setting (which default is YES for DEBUG), otherwise the Aggregate target doesn't include all the required arm binaries.
— Reply to this email directly or view it on GitHubhttps://github.com/jverkoey/iOS-Framework/issues/77 .
Paul Solt [email protected] 215-341-0407 (Cell) http://www.PaulSolt.com/
Creative apps for iPhone and iPad: http://www.ArtworkEvolution.com/
@malcolmhall you made my day :)
I just wasted 2 hours trying to track this down. Please accept that pull request!