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
I created the clean project with objective c. And I made the pod file, and added one line like this.
pod 'AuthorizeNetAccept'
But when I try to run pod install, it shows error
pod install
Analyzing dependencies
Downloading dependencies
Installing AuthorizeNetAccept (0.5.0)
[!] Unable to determine Swift version for the following pods:
AuthorizeNetAccept does not specify a Swift version and none of the targets (MYTARGET) 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.
How can I resolve this?
The text was updated successfully, but these errors were encountered:
I created the clean project with objective c. And I made the pod file, and added one line like this.
pod 'AuthorizeNetAccept'
But when I try to run pod install, it shows error
pod install
Analyzing dependencies
Downloading dependencies
Installing AuthorizeNetAccept (0.5.0)
[!] Unable to determine Swift version for the following pods:
AuthorizeNetAccept
does not specify a Swift version and none of the targets (MYTARGET
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute in at least one of the targets that integrate this pod.How can I resolve this?
The text was updated successfully, but these errors were encountered: