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

How to create, develop, and distribute iOS Static Frameworks quickly and efficiently

Results 33 iOS-Framework issues
Sort by recently updated
recently updated
newest added

I am using Xcode 6, and a lib{$PROJECT_NAME}.a file is not being created during the build phase. Is there something that new that must be done in order for this...

The first part of the instructions were missing that in Xcode 5 you need to delete the Build active target only setting (which default is YES for DEBUG), otherwise the...

Hi, The tutorial is awesome! I've been using it for a long time and now it still works great. Just one thing bothers me recently and I am not sure...

Took me a while to figure out that you need an actual implementation (.m file) to successfully build the aggregate target. If you don't, the .a file will not be...

Hiyas I have a main project "X" with two iOS Universal Frameworks "RMTXKit" and "RMUIKit" (which uses RMTXKit). Now, I set this all up to use all standard architectures, set...

I have been happily been using the instructions and related scripts here for well over a year.. awesome work! However I upgraded to Xcode 5.1.1 (the issue may have existed...

are you guys familiar with how you could have inner folders within a framework? i have a highly compartmentalized framework that is fully functional (thanks for the write up!) and...

DependentApp project builds fine in Xcode. Does NOT build in xcodebuild. Looks like any file that imports will fail. schwa@moth ~/D/i/s/DependentApp /master> xcodebuild -version Xcode 5.0.2 Build version 5A3005 Error:...