Open fabb opened 10 years ago
yes
I've just had a try, it's very convenient.
So far as we know, frameworks using that template can only run on iOS 8.
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.
anyone can please point any tutorial how to use it .Thanks
Below is the tutorial how to create ios Custom Frameworks
Xcode 6 offers a
Cocoa Touch Framework
template, would you recommend using that instead of this project?