fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.96k stars 141 forks source link

xcodebuild: error: missing value for key 'id' of option 'Destination' #485

Closed ddilley closed 8 years ago

ddilley commented 8 years ago

I have tried snapshot reset_simulators as well as Xcode-select --install to no avail. I keep getting:

[16:18:15]: Exit status: 64 [16:18:15]: Caught error... 64 [16:18:15]: Too many errors... no more retries... [16:18:15]: Patching '/Users/macminiauto/Library/Preferences/com.apple.iphonesimulator.plist' to scale simulator to 100% 16:18:16: Launch Simulator iPhone 6 16:18:16: $ xcrun instruments -w &> /dev/null

16:18:16: $ xcrun simctl addphoto ~/Desktop/flipagram-ios/Flipagram\ UI\ Tests/Screenshots/preconditionalAssets/previewScreenStaticReplacement.png &> /dev/null

16:18:16: --- iPhone 6 - ca-ES ---

16:18:16: $ set -o pipefail && xcodebuild -workspace '../Flipagram.xcworkspace' -scheme 'LanguageScreenshots' -configuration 'Release' -derivedDataPath '/var/folders/1y/3ppjtpdn2ws9l2c0l9hxf6jc0000gn/T/snapshot_derived20160329-26062-cmsqzh' -destination 'platform=iOS Simulator,id=,OS=9.2' build test | tee /Users/macminiauto/Desktop/flipagram-ios/Flipagram\ UI\ Tests/Screenshots/logs/Flipagram-LanguageScreenshots.log | xcpretty 16:18:16: ▸ Loading... 16:18:16: ▸ xcodebuild: error: missing value for key 'id' of option 'Destination'

KrauseFx commented 8 years ago

Please submit this issue to the fastlane main repo https://github.com/fastlane/fastlane