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 Failing #87

Closed
clayellis opened this issue Oct 2, 2017 · 3 comments
Closed

Carthage Failing #87

clayellis opened this issue Oct 2, 2017 · 3 comments

Comments

@clayellis
Copy link

Cartfile:

...
github "emaloney/CleanroomLogger" ~> 6.0.0
...

Error on carthage update --platform iOS:

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

Check dependencies
“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
warning: no umbrella header found for target 'CleanroomLogger', module map will not be generated

** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
@emaloney
Copy link
Owner

emaloney commented Oct 2, 2017

Note that CleanroomLogger 6.0.0 uses Swift 4 and requires Xcode 9. Most of the problems like the one you're describing are a result of using a version of CleanroomLogger not compatible with the version of Xcode you're running.

Could you tell me what version of Carthage & Xcode you're using?

In particular, the output of xcode-select -p would be helpful.

@clayellis
Copy link
Author

@emaloney D'oh! I forgot I had switched versions yesterday to build an old project and forgot to switch back. Thanks for the pointer!

@emaloney
Copy link
Owner

emaloney commented Oct 2, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants