Use this tag to ask questions related to iOS frameworks.
I have a dynamic framework that is shared between an iOS application and an extension. There is some code in …
ios ios-frameworks linker-warning ios-extensionsI have added libxml2 to my Xcode 4 project following this guide. But it's not working. Xcode gives me error saying …
objective-c xcode cocoa-touch libxml2 ios-frameworksI created an iOS framework say CustomFramework and in the CustomFramework.h file created by Xcode has the following contents …
objective-c xcode ios-frameworksWhat frameworks are required to detect how loud someone is talking into a microphone... Also, can anyone tell me what …
ios xcode volume microphone ios-frameworksI am using the iOS8 Dynamic Frameworks that I build myself and link within my iOS app. It was working …
ios xcode provisioning-profile codesign ios-frameworksI have a problem uploading my application into the Store via Xcode, this one in particular. I saw a lot …
ios xcode cocoapods ios-frameworks swift-custom-frameworkI have troubles installing quartzcore on Xcode 4 regarding an iOS application. I just can't find the answer: how to do …
ios xcode frameworks ios-frameworks quartz-coreI have an existing project which is written in Objective-C. I want to use the iOS Charts library by Daniel …
objective-c swift ios-frameworks ios-charts ios-libraryFrom Xcode 7 it became one of the common problem that third party frameworks should support Bitcode. We can also disable …
ios xcode7 ios-frameworks bitcodeUp until iOS7, Apple did not support dynamic linking due to security concerns. Code reuse between developers usually relied on …
ios ios8 ios-frameworks ios-app-extension