Top "Ios-frameworks" questions

Use this tag to ask questions related to iOS frameworks.

App crash on device but works on simulator iOS

App wasn't developed by me, but now I have to add some features. Code compiles add launches on simulator but …

ios iphone swift xcode ios-frameworks
'Could not load NIB in bundle' from iOS Static Framework

I am creating a static iOS framework (default template in Xcode 6) that includes xib files. However I am having trouble …

ios xcode static-libraries xib ios-frameworks
Build framework for multiple architectures (arm64, armv7, armv7s)

I'm trying to upload to TestFlight a project build for arm64, armv7, and armv7s. It is using a framework …

ios ios-frameworks
Linking to a Embedded Framework from a app extension

I have a project with one application target: MyApp one Embedded Framework target: MyKit.framework one application extension target: MyExtension …

ios xcode xcode8 ios-app-extension ios-frameworks
How to develop an iOS framework which includes image resources?

I am developing an iOS framework which includes image resources, I call the methods below in the framwork, crossImage = [UIImage …

ios objective-c frameworks nsbundle ios-frameworks
Building a Swift framework with references to Objective-C code

I'm working on an iOS project written in Swift, and I would like to take some classes out of the …

ios objective-c xcode swift ios-frameworks