kstenerud / iOS-Universal-Framework

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

MK7 (embedded framework) and Xcode 5.1 #175

Open darthpelo opened 10 years ago

darthpelo commented 10 years ago

Hi since version 5.1 of Xcode, the script is not able to generate the embedded version of the framework, generates only the version without the resources. No error or warning from the scripts. I use MK7 branch.

Others have the same problem?

Thanks

darthpelo commented 10 years ago

Update: I forgot to mention that Xcode shows "Build failed" at the end, but no red alert and a log of the problem.

allanmacatingrao commented 10 years ago

I also experiencing this problem: "Build failed" with no red markings on a log after updating Xcode 5.0.2 to Xcode 5.1.

nikitabelosludtcev commented 10 years ago

I have the same problem. Please fix it.

darthpelo commented 10 years ago

I "solved" the problem by redoing the framework with https://github.com/jverkoey/iOS-Framework. Now my new framework works equally well with arm64 that with the i386 architetture.

I'm sorry to abandon this project after two years, but iOS Framework is a solution aligned with Xcode, does not work with tricks, so works fine with each Xcode version.