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:
to the podspec. Please fix ASAP!
Getting this error on the new cocoapods:
It can be resolved by adding:
to the podspec. Please fix ASAP!