2

There appear to be lots of people having issues since Apple's updates to support Universal Frameworks in their latest release. We have been using Universal Frameworks for quite some time. Of course, the update broke our Universal Frameworks and I have been trying to figure out how to get them to work again. I have looked at a few questions and found this one to be exceptionally helpful. There appears to be some confusion regarding whether scripts are still needed. I found some instructions here that say the new scripts are python scripts instead of shell scripts. But even with the information I have found out there, I am still confused.

Can anyone give me clear consise steps to convert an existing Universal Framework into one that compiles and builds in Xcode 6?

Community
  • 1
  • 1
Patricia
  • 5,019
  • 14
  • 72
  • 152

2 Answers2

2

We are also facing similar issue when we upgraded to xcode6 and haven't found any solution so we decided to use apple ios custom cocoa touch framework .Below is the tutorial for building frameworks using xcode 6.

http://rescueprogramming.blogspot.com/2014/11/how-to-create-custom-cocoa-touch.html

bvarla
  • 21
  • 2
-1

We have written up a step by step guide on how to implement and integrate Xcode Frameworks that describes:

1) How to create an Xcode 6 Cocoa Touch Framework.

2) How to create a dependent Xcode 6 Cocoa Touch Framework.

3) How to Integrate your working Xcode 6 Frameworks and dependent Frameworks into an iOS application.

This step-by-step instruction guide can be found here:

https://kodmunki.wordpress.com/2014/11/07/universal-cocoa-touch-frameworks-for-ios-8/

kodmunki
  • 1
  • 1
  • 1
    Link-only answers are discouraged. Can you list the main points please directly in your answer. Thank you. – Philip Allgaier Feb 02 '15 at 16:25
  • -1? -- that's pretty brutal seeing as how these instructions are exactly what this person was seeking. -- is there any way to remove this helpful information? We don't have time to repost to blog here, and certainly aren't interested in negative votes! -- please let us know how to remove our attempt to help. -- thank you! – kodmunki Feb 02 '15 at 17:40
  • No need to repost the all the details, but a rough outline of the main points would be great. The details can then be checked via the link. – Philip Allgaier Feb 02 '15 at 17:50
  • Alrighty, Philip, we gave it shot! Thanks for the clarification. Happy hacking! – kodmunki Feb 02 '15 at 19:04