iOS-Universal-Framework icon indicating copy to clipboard operation
iOS-Universal-Framework copied to clipboard

Cocoa Touch Framework in Xcode 6

Open fabb opened this issue 11 years ago • 6 comments

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

fabb avatar Jun 04 '14 17:06 fabb

yes

skywalkerlw avatar Jul 15 '14 02:07 skywalkerlw

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

Dwiyer avatar Sep 04 '14 08:09 Dwiyer

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

MattFoley avatar Sep 19 '14 19:09 MattFoley

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.

lenkaiser avatar Sep 30 '14 12:09 lenkaiser

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

rescueprogramming avatar Oct 27 '14 19:10 rescueprogramming

Below is the tutorial how to create ios Custom Frameworks

rescueprogramming avatar Nov 10 '14 14:11 rescueprogramming