fastlane: Snapshot iPhone 4s Xcode 9 Error
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Issue Description
For some reason I’m getting an error when trying to run snapshot on an iPhone 4s. This seems like it should be backwards compatible.
Complete output when running fastlane, including the stack trace and command used
You can use:
--capture_output
as the last commandline argument to get that collected for you
✅ fastlane output ✅
Charlies-MacBook-Pro:Code charliefish$ bundle exec fastlane snapshot --scheme projectScreenshots --configuration Screenshot --verbose
DEBUG [2017-08-30 19:07:32.71]: Fetching available simulator devices
INFO [2017-08-30 19:07:32.85]: Successfully loaded '/Users/charliefish/Desktop/Developer/rrainn/project-iOS/Code/Snapfile' 📄
+----------------------------+-------------------------------------------------------------------------------+
| Detected Values from './Snapfile' |
+----------------------------+-------------------------------------------------------------------------------+
| devices | ["iPhone SE", "iPhone 7", "iPhone 7 Plus", "iPad Pro (12.9 inch)", "iPad Pro |
| | (9.7 inch)", "iPhone 4s"] |
| languages | ["en-US", "es-ES", "zh-Hans"] |
| output_directory | ./fastlane/screenshots |
| clear_previous_screenshots | true |
| workspace | ./project.xcworkspace |
+----------------------------+-------------------------------------------------------------------------------+
INFO [2017-08-30 19:07:32.85]: $ xcodebuild -list -workspace ./project.xcworkspace -configuration Screenshot
INFO [2017-08-30 19:07:34.28]: $ xcodebuild -showBuildSettings -workspace ./project.xcworkspace -scheme projectScreenshots -configuration Screenshot
DEBUG [2017-08-30 19:07:36.07]: Fetching available simulator devices
DEBUG [2017-08-30 19:07:36.16]: Found 36 simulators.
DEBUG [2017-08-30 19:07:36.16]: Fetching available simulator devices
DEBUG [2017-08-30 19:07:36.25]: Checking that helper files contain SnapshotHelperVersion [1.5]
+----------------------------+-----------------------------------------------------------------------------------+
| Summary for snapshot 2.54.4 |
+----------------------------+-----------------------------------------------------------------------------------+
| scheme | projectScreenshots |
| configuration | Screenshot |
| devices | ["iPhone SE", "iPhone 7", "iPhone 7 Plus", "iPad Pro (12.9 inch)", "iPad Pro |
| | (9.7 inch)", "iPhone 4s"] |
| languages | ["en-US", "es-ES", "zh-Hans"] |
| output_directory | /Users/charliefish/Desktop/Developer/rrainn/project-iOS/Code/fastlane/screenshot |
| | s |
| clear_previous_screenshots | true |
| workspace | ./project.xcworkspace |
| launch_arguments | [""] |
| output_simulator_logs | false |
| skip_open_summary | false |
| skip_helper_version_check | false |
| reinstall_app | false |
| erase_simulator | false |
| localize_simulator | false |
| app_identifier | com.rrainn.project |
| buildlog_path | ~/Library/Logs/snapshot |
| clean | false |
| number_of_retries | 1 |
| stop_after_first_error | false |
| concurrent_simulators | true |
| xcode_path | /Applications/Xcode-beta.app |
+----------------------------+-----------------------------------------------------------------------------------+
WARN [2017-08-30 19:07:36.30]: Clearing previously generated screenshots
INFO [2017-08-30 19:12:29.32]: Patching all simulators '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' to scale to 100%
DEBUG [2017-08-30 19:12:29.32]: Fetching available simulator devices
INFO [2017-08-30 19:12:29.42]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-4s' '1.0'
INFO [2017-08-30 19:12:29.49]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-5' '1.0'
INFO [2017-08-30 19:12:29.57]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-5s' '1.0'
INFO [2017-08-30 19:12:29.64]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6' '1.0'
INFO [2017-08-30 19:12:29.72]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus' '1.0'
INFO [2017-08-30 19:12:29.79]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-2' '1.0'
INFO [2017-08-30 19:12:29.86]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Retina' '1.0'
INFO [2017-08-30 19:12:29.93]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Air' '1.0'
INFO [2017-08-30 19:12:30.00]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-4s' '1.0'
INFO [2017-08-30 19:12:30.07]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-4s' '1.0'
INFO [2017-08-30 19:12:30.14]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-5' '1.0'
INFO [2017-08-30 19:12:30.22]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-5s' '1.0'
INFO [2017-08-30 19:12:30.29]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6' '1.0'
INFO [2017-08-30 19:12:30.37]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus' '1.0'
INFO [2017-08-30 19:12:30.44]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6s' '1.0'
INFO [2017-08-30 19:12:30.51]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus' '1.0'
INFO [2017-08-30 19:12:30.58]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-2' '1.0'
INFO [2017-08-30 19:12:30.65]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Retina' '1.0'
INFO [2017-08-30 19:12:30.72]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Air' '1.0'
INFO [2017-08-30 19:12:30.80]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Air-2' '1.0'
INFO [2017-08-30 19:12:30.87]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Pro' '1.0'
INFO [2017-08-30 19:12:30.95]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-5s' '1.0'
INFO [2017-08-30 19:12:31.03]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6' '1.0'
INFO [2017-08-30 19:12:31.11]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus' '1.0'
INFO [2017-08-30 19:12:31.29]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6s' '1.0'
INFO [2017-08-30 19:12:31.37]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus' '1.0'
INFO [2017-08-30 19:12:31.45]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-7' '1.0'
INFO [2017-08-30 19:12:31.52]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus' '1.0'
INFO [2017-08-30 19:12:31.59]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPhone-SE' '1.0'
INFO [2017-08-30 19:12:31.67]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Air' '1.0'
INFO [2017-08-30 19:12:31.74]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Air-2' '1.0'
INFO [2017-08-30 19:12:31.82]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-(5th-generation)' '1.0'
INFO [2017-08-30 19:12:31.89]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Pro-(9.7-inch)' '1.0'
INFO [2017-08-30 19:12:31.96]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Pro-(12.9-inch)' '1.0'
INFO [2017-08-30 19:12:32.03]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Pro-(12.9-inch)-(2nd-generation)' '1.0'
INFO [2017-08-30 19:12:32.09]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.iPad-Pro-(10.5-inch)' '1.0'
INFO [2017-08-30 19:12:32.18]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p' '1.0'
INFO [2017-08-30 19:12:32.27]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p' '1.0'
INFO [2017-08-30 19:12:32.35]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p' '1.0'
INFO [2017-08-30 19:12:32.42]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch---38mm' '1.0'
INFO [2017-08-30 19:12:32.50]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch---42mm' '1.0'
INFO [2017-08-30 19:12:32.57]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch---38mm' '1.0'
INFO [2017-08-30 19:12:32.65]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch---42mm' '1.0'
INFO [2017-08-30 19:12:32.73]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2---38mm' '1.0'
INFO [2017-08-30 19:12:32.81]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2---42mm' '1.0'
INFO [2017-08-30 19:12:32.89]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch---38mm' '1.0'
INFO [2017-08-30 19:12:32.96]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch---42mm' '1.0'
INFO [2017-08-30 19:12:33.03]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2---38mm' '1.0'
INFO [2017-08-30 19:12:33.10]: $ defaults write '/Users/charliefish/Library/Preferences/com.apple.iphonesimulator.plist' 'SimulatorWindowLastScale-com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2---42mm' '1.0'
DEBUG [2017-08-30 19:12:33.18]: Patching simulator to work with secure text fields
INFO [2017-08-30 19:12:33.18]: $ defaults write com.apple.iphonesimulator ConnectHardwareKeyboard 0
DEBUG [2017-08-30 19:12:33.25]: Fetching available simulator devices
DEBUG [2017-08-30 19:12:33.34]: Fetching available simulator devices
DEBUG [2017-08-30 19:12:33.44]: Fetching available simulator devices
WARN [2017-08-30 19:12:33.52]: Running snapshot on: iPad Pro (12.9 inch), iPad Pro (9.7 inch), iPhone 4s
INFO [2017-08-30 19:12:33.52]: $ set -o pipefail && xcodebuild -workspace ./project.xcworkspace -scheme projectScreenshots -configuration Screenshot -derivedDataPath '/var/folders/3d/v2y_86nx4yg0qxwynfjrjvzh0000gn/T/snapshot_derived20170830-55723-1rjszv9' -destination 'platform=iOS Simulator,name=iPad Pro (12.9 inch),OS=11.0' -destination 'platform=iOS Simulator,name=iPad Pro (9.7 inch),OS=11.0' -destination 'platform=iOS Simulator,name=iPhone 4s,OS=11.0' FASTLANE_SNAPSHOT=YES build test | tee -a /Users/charliefish/Library/Logs/snapshot/projectScreenshots-projectScreenshots.log | xcpretty
INFO [2017-08-30 19:12:33.52]: ▸ Loading...
INFO [2017-08-30 19:13:35.93]: ▸ xcodebuild: error: Unable to find a destination matching the provided destination specifier:
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, OS:11.0, name:iPhone 4s }
INFO [2017-08-30 19:13:35.93]: ▸ The requested device could not be found because no available devices matched the request.
INFO [2017-08-30 19:13:35.93]: ▸ Available destinations for the "projectScreenshots" scheme:
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS, id:7498ec11fdhiuahfiuhiey98723984yhidfahdih, name:Charlie's iPhone }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS, id:h4iu3yq85y9iefhdah9837897934290234uodifi, name:Charlie’s iPad }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS, id:u398289efuoah934ujiodfajoi739827042398kf, name:iPod touch }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:7EBF34B4-3EF6-464B-BEBA-677D320943BD, OS:11.0, name:iPad (5th generation) }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:445E47EC-42F4-4280-9ECB-038CAA8D3305, OS:9.3, name:iPad 2 }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:396A25FC-4B5E-4989-BC36-F974EB81358D, OS:9.3, name:iPad Air }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:020A0711-CBC6-4A58-9C68-A7983F44A41A, OS:11.0, name:iPad Air }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:25844715-BD20-4A37-9947-992F8856A21F, OS:9.3, name:iPad Air 2 }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:073A5BB1-EC54-4289-9FA5-0FDB2A998F86, OS:11.0, name:iPad Air 2 }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:5386CA91-A4AD-493C-B9C8-50B5B5E60F52, OS:9.3, name:iPad Pro }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:DFA86D32-7974-4D6A-A5C9-2DDB761B9A44, OS:11.0, name:iPad Pro (9.7 inch) }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:8CE6EDF4-B65A-4F3C-AC97-68C633E6E4DC, OS:11.0, name:iPad Pro (10.5-inch) }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:94732BD2-EED2-46B2-A49D-779A595A5CA2, OS:11.0, name:iPad Pro (12.9 inch) }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:D09B4AA4-3A25-465F-9FF5-060391A388A3, OS:11.0, name:iPad Pro (12.9-inch) (2nd generation) }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:0E26C28F-719B-4090-A539-4DDBBB8AEF46, OS:9.3, name:iPad Retina }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:28B6BD88-A25A-4861-B2F5-22F1233A0C3C, OS:9.3, name:iPhone 4s }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:8A0E605E-1269-4AD6-AE7A-DF2451D49A62, OS:9.3, name:iPhone 4s }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:123D6040-042F-4A3E-AEF2-892E830BB25C, OS:9.3, name:iPhone 5 }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:D24F188B-D7B7-498F-B396-26C5999C40F0, OS:9.3, name:iPhone 5s }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:33754B8A-05D0-46F7-9678-E7E79F1F6E57, OS:11.0, name:iPhone 5s }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:0FA836E2-E03F-4794-A8B6-3D2E4747E374, OS:9.3, name:iPhone 6 }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:36D8E01D-6C27-4FBC-B368-84D658EC1042, OS:11.0, name:iPhone 6 }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:7A77315A-8E34-43A1-AAE7-6FAD1818872B, OS:9.3, name:iPhone 6 Plus }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:00B4CB5E-D03B-4DB7-8EE0-DCD4959B24B1, OS:11.0, name:iPhone 6 Plus }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:01241598-94D8-486A-84A1-31BF205E738B, OS:9.3, name:iPhone 6s }
INFO [2017-08-30 19:13:35.93]: ▸ { platform:iOS Simulator, id:E6CEEEF8-CF1D-4840-B003-53E20D5A01DD, OS:11.0, name:iPhone 6s }
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS Simulator, id:B4F63368-2ABB-4A70-A9EA-C74F14D0FBA3, OS:9.3, name:iPhone 6s Plus }
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS Simulator, id:6EFADBC7-F3E3-47E6-B97E-14C0ECEEEC40, OS:11.0, name:iPhone 6s Plus }
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS Simulator, id:481A06F3-E548-4239-B525-7B7B018D3F2A, OS:11.0, name:iPhone 7 }
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS Simulator, id:4E5A6069-3AD3-43A8-A0D1-7C0A2E41DD58, OS:11.0, name:iPhone 7 Plus }
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS Simulator, id:BD9458BF-302B-4296-995D-1CF53EE33B54, OS:11.0, name:iPhone SE }
INFO [2017-08-30 19:13:35.94]: ▸ Ineligible destinations for the "projectScreenshots" scheme:
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
INFO [2017-08-30 19:13:35.94]: ▸ { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:iOS Simulator, OS:11.0, name:iPhone 4s }
The requested device could not be found because no available devices matched the request.
Available destinations for the "projectScreenshots" scheme:
{ platform:iOS, id:7498ec11fdhiuahfiuhiey98723984yhidfahdih, name:Charlie's iPhone }
{ platform:iOS, id:h4iu3yq85y9iefhdah9837897934290234uodifi, name:Charlie’s iPad }
{ platform:iOS, id:u398289efuoah934ujiodfajoi739827042398kf, name:iPod touch }
{ platform:iOS Simulator, id:7EBF34B4-3EF6-464B-BEBA-677D320943BD, OS:11.0, name:iPad (5th generation) }
{ platform:iOS Simulator, id:445E47EC-42F4-4280-9ECB-038CAA8D3305, OS:9.3, name:iPad 2 }
{ platform:iOS Simulator, id:396A25FC-4B5E-4989-BC36-F974EB81358D, OS:9.3, name:iPad Air }
{ platform:iOS Simulator, id:020A0711-CBC6-4A58-9C68-A7983F44A41A, OS:11.0, name:iPad Air }
{ platform:iOS Simulator, id:25844715-BD20-4A37-9947-992F8856A21F, OS:9.3, name:iPad Air 2 }
{ platform:iOS Simulator, id:073A5BB1-EC54-4289-9FA5-0FDB2A998F86, OS:11.0, name:iPad Air 2 }
{ platform:iOS Simulator, id:5386CA91-A4AD-493C-B9C8-50B5B5E60F52, OS:9.3, name:iPad Pro }
{ platform:iOS Simulator, id:DFA86D32-7974-4D6A-A5C9-2DDB761B9A44, OS:11.0, name:iPad Pro (9.7 inch) }
{ platform:iOS Simulator, id:8CE6EDF4-B65A-4F3C-AC97-68C633E6E4DC, OS:11.0, name:iPad Pro (10.5-inch) }
{ platform:iOS Simulator, id:94732BD2-EED2-46B2-A49D-779A595A5CA2, OS:11.0, name:iPad Pro (12.9 inch) }
{ platform:iOS Simulator, id:D09B4AA4-3A25-465F-9FF5-060391A388A3, OS:11.0, name:iPad Pro (12.9-inch) (2nd generation) }
{ platform:iOS Simulator, id:0E26C28F-719B-4090-A539-4DDBBB8AEF46, OS:9.3, name:iPad Retina }
{ platform:iOS Simulator, id:28B6BD88-A25A-4861-B2F5-22F1233A0C3C, OS:9.3, name:iPhone 4s }
{ platform:iOS Simulator, id:8A0E605E-1269-4AD6-AE7A-DF2451D49A62, OS:9.3, name:iPhone 4s }
{ platform:iOS Simulator, id:123D6040-042F-4A3E-AEF2-892E830BB25C, OS:9.3, name:iPhone 5 }
{ platform:iOS Simulator, id:D24F188B-D7B7-498F-B396-26C5999C40F0, OS:9.3, name:iPhone 5s }
{ platform:iOS Simulator, id:33754B8A-05D0-46F7-9678-E7E79F1F6E57, OS:11.0, name:iPhone 5s }
{ platform:iOS Simulator, id:0FA836E2-E03F-4794-A8B6-3D2E4747E374, OS:9.3, name:iPhone 6 }
{ platform:iOS Simulator, id:36D8E01D-6C27-4FBC-B368-84D658EC1042, OS:11.0, name:iPhone 6 }
{ platform:iOS Simulator, id:7A77315A-8E34-43A1-AAE7-6FAD1818872B, OS:9.3, name:iPhone 6 Plus }
{ platform:iOS Simulator, id:00B4CB5E-D03B-4DB7-8EE0-DCD4959B24B1, OS:11.0, name:iPhone 6 Plus }
{ platform:iOS Simulator, id:01241598-94D8-486A-84A1-31BF205E738B, OS:9.3, name:iPhone 6s }
{ platform:iOS Simulator, id:E6CEEEF8-CF1D-4840-B003-53E20D5A01DD, OS:11.0, name:iPhone 6s }
{ platform:iOS Simulator, id:B4F63368-2ABB-4A70-A9EA-C74F14D0FBA3, OS:9.3, name:iPhone 6s Plus }
{ platform:iOS Simulator, id:6EFADBC7-F3E3-47E6-B97E-14C0ECEEEC40, OS:11.0, name:iPhone 6s Plus }
{ platform:iOS Simulator, id:481A06F3-E548-4239-B525-7B7B018D3F2A, OS:11.0, name:iPhone 7 }
{ platform:iOS Simulator, id:4E5A6069-3AD3-43A8-A0D1-7C0A2E41DD58, OS:11.0, name:iPhone 7 Plus }
{ platform:iOS Simulator, id:BD9458BF-302B-4296-995D-1CF53EE33B54, OS:11.0, name:iPhone SE }
Ineligible destinations for the "projectScreenshots" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }
ERROR [2017-08-30 19:13:35.96]: Exit status: 70
WARN [2017-08-30 19:13:35.96]: Tests failed while running on: iPad Pro (12.9 inch), iPad Pro (9.7 inch), iPhone 4s
WARN [2017-08-30 19:13:35.96]: For more detail about the test failures, check the logs here:
WARN [2017-08-30 19:13:35.97]: /Users/charliefish/Library/Logs/snapshot/projectScreenshots-projectScreenshots.log
WARN [2017-08-30 19:13:35.97]:
WARN [2017-08-30 19:13:35.97]: You can also find the test result data here:
WARN [2017-08-30 19:13:35.97]: /var/folders/3d/v2y_86nx4yg0qxwynfjrjvzh0000gn/T/snapshot_derived20170830-55723-1rjszv9/Logs/Test
WARN [2017-08-30 19:13:35.97]:
WARN [2017-08-30 19:13:35.97]: You can find the incomplete screenshots here:
WARN [2017-08-30 19:13:35.97]: /Users/charliefish/Library/Caches/tools.fastlane/screenshots
WARN [2017-08-30 19:13:35.97]: /Users/charliefish/Desktop/Developer/rrainn/project-iOS/Code/fastlane/screenshots
ERROR [2017-08-30 19:13:35.97]: Caught error... 70
........
WARN [2017-08-30 19:21:36.85]: Running snapshot on: iPad Pro (12.9 inch), iPad Pro (9.7 inch), iPhone 4s
INFO [2017-08-30 19:21:36.85]: $ set -o pipefail && xcodebuild -workspace ./project.xcworkspace -scheme projectScreenshots -configuration Screenshot -derivedDataPath '/var/folders/3d/v2y_86nx4yg0qxwynfjrjvzh0000gn/T/snapshot_derived20170830-55723-1rjszv9' -destination 'platform=iOS Simulator,name=iPad Pro (12.9 inch),OS=11.0' -destination 'platform=iOS Simulator,name=iPad Pro (9.7 inch),OS=11.0' -destination 'platform=iOS Simulator,name=iPhone 4s,OS=11.0' FASTLANE_SNAPSHOT=YES build test | tee -a /Users/charliefish/Library/Logs/snapshot/projectScreenshots-projectScreenshots.log | xcpretty
INFO [2017-08-30 19:21:36.85]: ▸ Loading...
^C^Cbundler: failed to load command: fastlane (/Users/charliefish/.rbenv/versions/2.2.5/bin/fastlane)
Interrupt:
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:65:in `wait'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:65:in `ensure in block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:65:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:46:in `spawn'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:46:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:97:in `block in execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:79:in `execute'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:65:in `launch_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:41:in `block (3 levels) in take_screenshots_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:40:in `each'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:40:in `block (2 levels) in take_screenshots_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:20:in `each'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:20:in `each_with_index'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:20:in `block in take_screenshots_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:19:in `each'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb:19:in `take_screenshots_simultaneously'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/runner.rb:35:in `work'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/commands_generator.rb:37:in `block (2 levels) in run'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.5/lib/commander/command.rb:178:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.5/lib/commander/command.rb:178:in `call'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.5/lib/commander/command.rb:153:in `run'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.5/lib/commander/runner.rb:476:in `run_active_command'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:64:in `run!'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/commander-fastlane-4.4.5/lib/commander/delegates.rb:15:in `run!'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/commands_generator.rb:100:in `run'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/snapshot/lib/snapshot/commands_generator.rb:11:in `start'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/fastlane/lib/fastlane/cli_tools_distributor.rb:58:in `take_off'
/Users/charliefish/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/fastlane-2.54.4/bin/fastlane:20:in `<top (required)>'
/Users/charliefish/.rbenv/versions/2.2.5/bin/fastlane:23:in `load'
/Users/charliefish/.rbenv/versions/2.2.5/bin/fastlane:23:in `<top (required)>'
Charlies-MacBook-Pro:Code charliefish$
Charlies-MacBook-Pro:Code charliefish$
Environment
Please run fastlane env
and copy the output below. This will help us help you 👍
If you used --capture_output
option please remove this block - as it is already included there.
✅ fastlane environment ✅
Stack
Key | Value |
---|---|
OS | 10.13 |
Ruby | 2.2.5 |
Bundler? | false |
Git | git version 2.13.5 (Apple Git-94) |
Installation Source | ~/.rbenv/versions/2.2.5/bin/fastlane |
Host | Mac OS X 10.13 (17A358a) |
Ruby Lib Dir | ~/.rbenv/versions/2.2.5/lib |
OpenSSL Version | OpenSSL 1.0.2h 3 May 2016 |
Is contained | false |
Is homebrew | false |
Is installed via Fabric.app | false |
Xcode Path | /Applications/Xcode-beta.app/Contents/Developer/ |
Xcode Version | 9.0 |
System Locale
Variable | Value | |
---|---|---|
LANG | en_US.UTF-8 | ✅ |
LC_ALL | ||
LANGUAGE |
fastlane files:
`./fastlane/Fastfile`
# Customise this file, documentation can be found here:
# https://github.com/fastlane/fastlane/tree/master/fastlane/docs
# All available actions: https://docs.fastlane.tools/actions
# can also be listed using the `fastlane actions` command
# Change the syntax highlighting to Ruby
# All lines starting with a # are ignored when running `fastlane`
# If you want to automatically update fastlane if a new version is available:
update_fastlane
# This is the minimum version number required.
# Update this, if you use features of a newer version
fastlane_version "2.46.0"
default_platform :ios
platform :ios do
before_all do
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..."
# cocoapods
end
desc "Runs all the tests"
lane :test do
scan(scheme: "cclipss", devices: ["iPhone 7"], configuration: "Testing")
end
desc "Submit a new Beta Build to Apple TestFlight"
desc "This will also make sure the profile is up to date"
lane :beta do
# match(type: "appstore") # more information: https://codesigning.guide
match(type: "appstore", app_identifier: ["com.rrainn.cclipss", "com.rrainn.cclipss.cclipss-Share-Extension", "com.rrainn.cclipss.cclipss-iMessage"], force: true, force_for_new_devices: true)
gym(scheme: "cclipss", workspace: "cclipss.xcworkspace", include_bitcode: true) # Build your app - more options available
pilot
# sh "your_script.sh"
# You can also use other beta testing services here (run `fastlane actions`)
end
desc "Deploy a new version to the App Store"
lane :release do
match(type: "appstore", app_identifier: ["com.rrainn.cclipss", "com.rrainn.cclipss.cclipss-Share-Extension", "com.rrainn.cclipss.cclipss-iMessage"], force: true, force_for_new_devices: true)
snapshot(scheme: "cclipssScreenshots", configuration: "Screenshot", clean: true)
gym(scheme: "cclipss", workspace: "cclipss.xcworkspace", include_bitcode: true, export_method: "app-store") # Build your app - more options available
deliver(force: true)
# frameit
end
# You can define as many lanes as you want
after_all do |lane|
# This block is called, only if the executed lane was successful
# slack(
# message: "Successfully deployed new App Update."
# )
end
error do |lane, exception|
# slack(
# message: exception.message,
# success: false
# )
end
end
# More information about multiple platforms in fastlane: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Platforms.md
# All available actions: https://docs.fastlane.tools/actions
# fastlane reports which actions are used. No personal data is recorded.
# Learn more at https://github.com/fastlane/fastlane#metrics
`./fastlane/Appfile`
app_identifier "com.rrainn.cclipss" # The bundle identifier of your app
apple_id "charlie@rrainn.com" # Your Apple email address
team_id "33LGSB2522" # Developer Portal Team ID
# you can even provide different app identifiers, Apple IDs and team names per lane:
# More information: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Appfile.md
fastlane gems
Gem | Version | Update-Status |
---|---|---|
fastlane | 2.54.4 | ✅ Up-To-Date |
Loaded fastlane plugins:
No plugins Loaded
Loaded gems
Gem | Version |
---|---|
slack-notifier | 1.5.1 |
CFPropertyList | 2.3.5 |
multipart-post | 2.0.0 |
word_wrap | 1.0.0 |
public_suffix | 2.0.5 |
tty-screen | 0.5.0 |
babosa | 1.0.2 |
colored | 1.2 |
highline | 1.7.8 |
commander-fastlane | 4.4.5 |
faraday-cookie_jar | 0.0.6 |
fastimage | 2.1.0 |
mini_magick | 4.5.1 |
rubyzip | 1.2.1 |
security | 0.1.3 |
xcpretty-travis-formatter | 0.0.4 |
json | 2.1.0 |
excon | 0.58.0 |
plist | 3.3.0 |
faraday | 0.13.1 |
http-cookie | 1.0.3 |
unf | 0.1.4 |
domain_name | 0.5.20170404 |
faraday_middleware | 0.12.2 |
claide | 1.0.2 |
colored2 | 3.1.2 |
nanaimo | 0.2.3 |
xcodeproj | 1.5.1 |
bundler | 1.15.4 |
terminal-table | 1.8.0 |
unicode-display_width | 1.3.0 |
generated on: 2017-08-30
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 3
- Comments: 28 (11 by maintainers)
Commits related to this issue
- Allow snapshots on older iOS versions when no specified/latest found (see #10211) This allows generating snapshots on older ios versions for a simulator if the specified or latest ios version is not ... — committed to elyalvarado/fastlane by elyalvarado 7 years ago
- Allow snapshots on older iOS versions when no specified/latest found (see #10211) (#10755) This allows generating snapshots on older ios versions for a simulator if the specified or latest ios versi... — committed to fastlane/fastlane by elyalvarado 7 years ago
It seems like this issue might be related to code signing 🚫
Have you seen our new Code Signing Troubleshooting Guide? It will help you resolve the most common code signing issues 👍
@elyalvarado i assume you are not talking about iphone 4s simulator but iphone 4s 9.3 simulator.