jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Carthage fails with Xcode 9.3 beta 3 #108

Open Igor-Palaguta opened 6 years ago

Igor-Palaguta commented 6 years ago

Xcode 9.3 beta 3 can not compile due to issue with code signing TestHostApp. Do we really need "Automatically manage signing" turned on? I can prepare PR with turning off this option, if you agree.

Carthage runs this command:

/usr/bin/xcrun xcodebuild -project SwiftKeychainWrapper.xcodeproj -scheme SwiftKeychainWrapper -configuration Release -sdk iphonesimulator BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CARTHAGE=YES ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY=build