-
Notifications
You must be signed in to change notification settings - Fork 40
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
swift_version
in the Podspec isn't reflected in the generated Xcode project(s)
#148
Comments
I apologize, the setting actually comes from our plugins. |
Actually, I take that back. I ran
|
We're having the same issue with one of our local Pods. We've specified our preferred Swift version in the Podfile for our new dependency and while it honors that, it doesn't carry over to the spec's dependency. In other words,
|
My Pod requires Swift 5 to compile and I set it in the Podspec:
However, the generated Xcode project still sets the version to
4.0
:I was able to run
and confirmed that my targets build correctly.
cocoapods-generate
should respect theswift_version
flag and reflect it in the generated Xcode projects.The text was updated successfully, but these errors were encountered: