kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Add sudo to the cp commands. #144

Closed markltownsend closed 10 years ago

markltownsend commented 10 years ago

This has worked for me in Xcode 5 consistently. Adding 'sudo' to the cp commands seems to be necessary otherwise you get 'Permission Denied' when copying files over the last two cp commands.

kstenerud commented 10 years ago

Nice!