Top "Ios-frameworks" questions

Use this tag to ask questions related to iOS frameworks.

How to suppress `warning: linking against dylib not safe for use in application extensions`?

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-extensions
Adding libxml2 in XCode

I 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-frameworks
No previous extern declaration for non-static variable 'FrameworkNameVersionString'

I created an iOS framework say CustomFramework and in the CustomFramework.h file created by Xcode has the following contents …

objective-c xcode ios-frameworks
iOS xcode microphone volume detection?

What frameworks are required to detect how loud someone is talking into a microphone... Also, can anyone tell me what …

ios xcode volume microphone ios-frameworks
Error ITMS-90206 Invalid bundle contains disallowed file 'Frameworks'

I 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-framework
Adding quartzcore to Xcode 4 for iOS

I 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-core
Module not found error when importing Swift pod into Objective-C project

I 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-library
How to check if a framework is Bitcode supported for Xcode7

From Xcode 7 it became one of the common problem that third party frameworks should support Bitcode. We can also disable …

ios xcode7 ios-frameworks bitcode
Does iOS 8 support dynamic linking?

Up 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