Top "Ios-frameworks" questions

Use this tag to ask questions related to iOS frameworks.

'Framework not found' in Xcode

I know this has been asked a couple of times. I followed instructions from these ones: Adding frameworks to project …

ios xcode xcode6 ios-frameworks
Swift Framework: Umbrella header '[...].h' not found

In a custom framework containing both Objective-C and Swift code, the Swift compiler throws the following error: [build_path]/unextended-module.…

ios swift ios-frameworks
Error "No known class method for selector 'Hello:'" in custom-made framework

I am making a framework for a company and I have completed all the code. I'm now trying to package …

objective-c ios cocoa-touch compiler-errors ios-frameworks
Pod Error in Xcode "Id: framework not found Pods"

I am trying to clone a project from a bitbucket repository and am getting an error Id: framework not found …

ios xcode git cocoapods ios-frameworks
Undefined symbols for architecture i386: "_SCNetworkReachabilitySetCallback"

I use xcode4, on a openglES project i have added code for in-app purchase from the tutorial: http://www.raywenderlich.…

objective-c frameworks ios-frameworks
iOS Static vs Dynamic frameworks clarifications

I have to admit that with the release of iOS 8 I am a bit confused about dynamic and static frameworks …

ios frameworks static-libraries static-linking ios-frameworks
importing swift framework into a objective-c project

I am importing swift framework into objective-c project like this: @import MyFramework; The problem is that only some of the …

ios objective-c swift ios-frameworks
Implement PushKit and test in development behavior

i'd like to implement PushKit service within my app ( Voip app ), but i have following doubt: I see that i …

ios ios8 apple-push-notifications ios-frameworks
Creating iOS/OSX Frameworks: is it necessary to codesign them before distributing to other developers?

I am learning how to create iOS and OSX frameworks. Let's take iOS for example, the following steps work for …

ios code-signing ios-frameworks
How to reference header files in Bridging-Header.h after updating CocoaPods to 0.36.x and above?

After updating to CocoaPods 0.36.x, I am unable to add imports into my Bridging-Header.h file. I get the "DBSphereView.…

ios swift cocoapods ios-frameworks