Hi All!
I exported project from ipad to xcode 4.6.3 on Mac Os Mountain Lion.
when I’m trying to compile project, xcode issues errors and build failed
link to screeshoot
http://pixs.ru/showimage/xcodeerror_5674486_8372231.jpg
Help me please!
??? ??? ?? ??? ??? ??? ? ??? ???, ??? ???.
John
2
@giguka There is currently a bug in the exported project where it is missing the Security framework. You can easily add it by doing the following:
- Click on the file browser and select the project
- Click on the “Build Phases” tab that appears on the right
- Expand the “Link Binary with Libraries” section
- Press the + button on the lower left of “Link Binary with Libraries”
- Type in “Security” in the search area - you should see “Security.framework” in the list of items
- Click on “Security.framework” and press the “Add” button
Now you can compile your app
Wow, its worked, thanks so much John!