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

Xcode 6 universal framework #205

Open rescueprogramming opened 9 years ago

rescueprogramming commented 9 years ago

Hi Ksternerud, We were using the templates real and framework templates for building framework it was working perfectly fine for Xcode 5 but the scrips are not working for Xcode 6 so we were converting the frameworks to Xcode 6 compatible using iOS custom cocoa touch framework template which apple Introduced in Xcode 6.

Our Scenario : we have two frameworks one build framework is used in other framework, while converting the universal framework compatible with Xcode 6 we are facing indexing and macro header file issue ,Please let us know if we need to follow any steps to convert the framework to xcode 6 compatible .

paynerc commented 9 years ago

https://github.com/pub-burrito/iOS-Universal-Framework/commit/88039e7a317ed7204039b1511d85274fb365d2cd

That commit allows me to continue using this project with Xcode 6.

kstenerud commented 9 years ago

Cool! Can you send a PR?

mbeaty commented 9 years ago

I see no sign that a PR ever happened for this. It would be nice to have this commit included for those of us that want to continue to use this project with Xcode 6.