ueno-llc / react-native-starter

Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
https://ueno-llc.github.io/react-native-starter
MIT License
574 stars 90 forks source link

Detox Issues with Xcode 10.2 #218

Closed Amosel closed 5 years ago

Amosel commented 5 years ago

Describe the bug Xcode 10.2 doesn't support the Swift Language Version that comes with the current Detox 10.0.12

corresponding Detox issue: https://github.com/wix/Detox/issues/1229

To Reproduce

With XCode 10.2 installed:

git clone git@github.com:ueno-llc/react-native-starter.git my-new-app cd my-new-app yarn

Expected behavior Post install script for Detox should run successfully.

Environment

Device and Verbose Detox Logs

=== BUILD TARGET Detox OF PROJECT Detox WITH CONFIGURATION Release ===

Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 4.0, 4.2, 5.0. This setting can be set in the build settings editor.

** BUILD FAILED **

The following build commands failed:
    Check dependencies
(1 failure)
birkir commented 5 years ago

Fixed with v3.0.0