You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Xcode version 10.2, the "FBSnapshotTestCase iOS" dependency fails to build when carthage bootstrap --platform ios is run in the root directory of the project. This is due to Xcode 10.2 dropping support for Swift 3.
The Carthage error:
Build system information
error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'FBSnapshotTestCase iOS')
Reproduction Steps
Run carthage bootstrap --platform ios in the root directory of the project
Expected Behavior
The build should be successful.
Observed Behavior
The build fails
OS & Version Information
iOS Version: n/a
SDL iOS Version: 6.2 - beta
Testing Against: n/a
The text was updated successfully, but these errors were encountered:
Bug Report
When using Xcode version 10.2, the "FBSnapshotTestCase iOS" dependency fails to build when
carthage bootstrap --platform ios
is run in the root directory of the project. This is due to Xcode 10.2 dropping support for Swift 3.The Carthage error:
Reproduction Steps
carthage bootstrap --platform ios
in the root directory of the projectExpected Behavior
The build should be successful.
Observed Behavior
The build fails
OS & Version Information
The text was updated successfully, but these errors were encountered: