Use this tag to ask questions related to iOS frameworks.
I know this has been asked a couple of times. I followed instructions from these ones: Adding frameworks to project …
ios xcode xcode6 ios-frameworksIn a custom framework containing both Objective-C and Swift code, the Swift compiler throws the following error: [build_path]/unextended-module.…
ios swift ios-frameworksI 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-frameworksI am trying to clone a project from a bitbucket repository and am getting an error Id: framework not found …
ios xcode git cocoapods ios-frameworksI use xcode4, on a openglES project i have added code for in-app purchase from the tutorial: http://www.raywenderlich.…
objective-c frameworks ios-frameworksI 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-frameworksI 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-frameworksi'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-frameworksI am learning how to create iOS and OSX frameworks. Let's take iOS for example, the following steps work for …
ios code-signing ios-frameworksAfter 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