kstenerud / iOS-Universal-Framework

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

Cocoa Touch Framework in Xcode 6 #186

Open fabb opened 10 years ago

fabb commented 10 years ago

Xcode 6 offers a Cocoa Touch Framework template, would you recommend using that instead of this project?

skywalkerlw commented 10 years ago

yes

Dwiyer commented 10 years ago

I've just had a try, it's very convenient.

MattFoley commented 10 years ago

So far as we know, frameworks using that template can only run on iOS 8.

lenkaiser commented 10 years ago

I'm running into a peculiar error which I can't find the solution to. I know this is not a support thread and not related but you guys seem to have more experience with frameworks/iOS8 than me. The error is as following:

Warning: usage of --preserve-metadata with option "resource-rules" (deprecated in Mac OS X >= 10.10)! .../DerivedData/TestFramework-ethagmafcjzncuftipguwzdeiezh/Build/Products/Debug-iphoneos/TestFramework.app/Frameworks/BasicFramework.framework: replacing existing signature .../DerivedData/TestFramework-ethagmafcjzncuftipguwzdeiezh/Build/Products/Debug-iphoneos/TestFramework.app/Frameworks/BasicFramework.framework: invalid resource directory (directory or signature have been modified)

Maybe you guys can point me in the right direction because I can't seem to find any documentation about this in the Apple Docs, except that this feature exists.

rescueprogramming commented 10 years ago

anyone can please point any tutorial how to use it .Thanks

rescueprogramming commented 9 years ago

Below is the tutorial how to create ios Custom Frameworks