Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage update fails when using Xcode 10.2 #1208

Closed
NicoleYarroch opened this issue Mar 28, 2019 · 0 comments
Closed

Carthage update fails when using Xcode 10.2 #1208

NicoleYarroch opened this issue Mar 28, 2019 · 0 comments
Labels
bug A defect in the library
Milestone

Comments

@NicoleYarroch
Copy link
Contributor

NicoleYarroch commented Mar 28, 2019

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:

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
  1. 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
@NicoleYarroch NicoleYarroch added the bug A defect in the library label Mar 28, 2019
@NicoleYarroch NicoleYarroch self-assigned this Mar 28, 2019
@NicoleYarroch NicoleYarroch changed the title Carthage update fails after library was updated to use Swift 4.2 Carthage update fails in Xcode 10.2 Mar 28, 2019
@NicoleYarroch NicoleYarroch changed the title Carthage update fails in Xcode 10.2 Carthage update fails when using Xcode 10.2 Mar 28, 2019
@NicoleYarroch NicoleYarroch removed their assignment Mar 28, 2019
@joeljfischer joeljfischer added this to the 6.2.0 milestone Apr 5, 2019
@joeljfischer joeljfischer mentioned this issue Apr 5, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

No branches or pull requests

2 participants