Reputation: 194
I am working on a framework , I want to make a build of that which should work on both iphone-simulator and iphone-device(i386 and ARM Architecture).
So i need run script which will build framework for both iphone-simulator and iphone-device and combine binary of both to make universal framework.
Upvotes: 2
Views: 2712
Reputation: 31
In order to write a Run Script in Build Phase follow the following steps :
Note: In the "Shell" option under the "Run Script" header type the path of executable where your script should run.
These steps are also present in the following link :
http://runscriptbuildphase.com/
Upvotes: 3