You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `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!
The text was updated successfully, but these errors were encountered:
Getting this error on the new cocoapods:
It can be resolved by adding:
to the podspec. Please fix ASAP!
The text was updated successfully, but these errors were encountered: