Top "Ios-frameworks" questions

Use this tag to ask questions related to iOS frameworks.

dyld: Library not loaded different behavior for 6.0 simulator/6.0 device

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-frameworks
CocoaPods file reference is a member of multiple groups

I have an app with a share extension. My app depends on CocoaLumberjack/Default, and my share extension depends on …

cocoapods ios-frameworks
XCode6: Receiving error "Include of non-modular header inside framework module"

I have an iOS app that consists of an app, a bunch of my custom frameworks, and a bunch of …

xcode xcode6 clang ios-frameworks
How do I weak link frameworks on Xcode 4?

I 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-frameworks
Missing required architecture arm64

I have been running my app fine on a ipad mini throughout development but tried testing it on an iPad …

ios ios-frameworks
Class X is implemented in both <framework> and <application> one of the two will be used, which one is undefined

I'm getting this warning: Class X is implemented in both <framework> and <application> one of the …

ios cocoapods ios-frameworks
CocoaPods/Podspec and *.framework

CocoaPods question: I have created a framework bundled with a static library inside, depending on AFNetworking and a resource bundle (…

objective-c ios ios-frameworks cocoapods
iOS: Clarify different Search Paths

There are three different search paths in XCode Build Settings: Framework Search Path Header Search Path Library Search Path Could …

ios xcode ios-frameworks build-settings
Creating a universal framework using Xcode 8?

My company's iOS framework is meant to work on a real iOS device. Said framework is currently generated as an …

ios xcode ios-frameworks
Framework was built without full bitcode - Framework bitcode already enabled

Getting this error on Archiving my app. Framework used is my own. So I cross checked. Bitcode in framework is …

ios xcode ios-frameworks