Use this tag to ask questions related to iOS frameworks.
My app runs fine on the iPhone 6.0 Simulator in Xcode, but when I try to run it on my 6.0 device, …
xcode cocoa-touch ios6 dyld ios-frameworksI have an app with a share extension. My app depends on CocoaLumberjack/Default, and my share extension depends on …
cocoapods ios-frameworksI have an iOS app that consists of an app, a bunch of my custom frameworks, and a bunch of …
xcode xcode6 clang ios-frameworksI need to weak link some framework with my target. But I can't find how to do it... If I …
objective-c xcode frameworks weak-linking ios-frameworksI have been running my app fine on a ipad mini throughout development but tried testing it on an iPad …
ios ios-frameworksI'm getting this warning: Class X is implemented in both <framework> and <application> one of the …
ios cocoapods ios-frameworksCocoaPods question: I have created a framework bundled with a static library inside, depending on AFNetworking and a resource bundle (…
objective-c ios ios-frameworks cocoapodsThere are three different search paths in XCode Build Settings: Framework Search Path Header Search Path Library Search Path Could …
ios xcode ios-frameworks build-settingsMy company's iOS framework is meant to work on a real iOS device. Said framework is currently generated as an …
ios xcode ios-frameworksGetting this error on Archiving my app. Framework used is my own. So I cross checked. Bitcode in framework is …
ios xcode ios-frameworks