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

Xcode 9 failed to compile #431

Closed
Zeaa opened this issue Nov 28, 2017 · 1 comment
Closed

Xcode 9 failed to compile #431

Zeaa opened this issue Nov 28, 2017 · 1 comment

Comments

@Zeaa
Copy link

Zeaa commented Nov 28, 2017

s.pod_target_xcconfig = {

Xcode output:

The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.

Starscream.podspec lack of 'SWIFT_VERSION' => '4.0'

 s.pod_target_xcconfig = {
      'SWIFT_VERSION' => '4.0'
      'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/Starscream/zlib'
  }
@daltoniam
Copy link
Owner

Version 3.0.3 has just been released that addresses this!

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