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

No swift_version in podspec #77

Open
Fyb3roptik opened this issue Mar 29, 2019 · 0 comments
Open

No swift_version in podspec #77

Fyb3roptik opened this issue Mar 29, 2019 · 0 comments

Comments

@Fyb3roptik
Copy link

Getting this error on the new cocoapods:

- `AuthorizeNetAccept` does not specify a Swift version and none of the targets (`Unity-iPhone`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.

It can be resolved by adding:

s.swift_version = '4.0'

to the podspec. Please fix ASAP!

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

1 participant