Top "Xcode7" questions

Xcode is an IDE by Apple for the development of iOS and OS X applications.

dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib

I have just updated to Xcode 7 and swift 2 and finished fixing the errors that come with the transition. I finally …

macos avfoundation xcode7 dyld
Invalid conversion from throwing function of type (_,_,_) throws -> Void to non-throwing function type (NSData?, NSURLResponse?, NSError?) -> Void

I have written this code: func getjson() { let urlPath = "https://api.whitehouse.gov/v1/petitions.json?limit=100" let url = NSURL(…

ios swift xcode7
Swift 2.0: Type of Expression is ambiguous without more context?

The following used to work in Swift 1.2: var recordSettings = [ AVFormatIDKey: kAudioFormatMPEG4AAC, AVEncoderAudioQualityKey : AVAudioQuality.Max.rawValue, AVEncoderBitRateKey : 320000, AVNumberOfChannelsKey: 2, AVSampleRateKey : 44100.0] Now, …

ios swift swift2 avfoundation xcode7
Xcode 7: changing product bundle identifier

I'm setting up Jenkins to automate the build process. In particular, for my needs, I'd like to be able to …

xcode jenkins jenkins-plugins xcode7 bundle-identifier
iOS 9 Splash screen is black

My apps' splash screens are all plain black after upgrading to iOS9. Does anybody know why this is? Some of …

ios xcode splash-screen ios9 xcode7
How do I xcodebuild a static library with Bitcode enabled?

Xcode 7 introduces Bitcode, which is some sort of LLVM intermediate binary that means Apple's servers can recompile my app for …

ios xcode xcode7 bitcode
Is there a way to reset the app between tests in Swift XCTest UI?

Is there an API call within XCTest that I can put into the setUP() or tearDown() to reset the app …

swift xcode7 xctest xcode-ui-testing
Why Xcode 7 shows *.tbd instead of *.dylib?

Xcode 7 In Target > BuildPhases > Link Binary With Libraries > tap + button When choosing frameworks to add, you cannot …

ios xcode dylib xcode7
Xcode 7 Library search path warning

This is the warning that it is showing: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/…

xcode xcode7
iOS 9 Xcode 7 - Application appears with black bars on top and bottom

Installed the app on iPhone 6 iOS9 and here is what happened. Notice black bars on top and bottom. It works …

ios ios9 xcode7