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
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
I try to install the library via Cocoapods (in a freshly created Objective-C demo project) and I got the error below:
[!] Unable to determine Swift version for the following pods:
DATAStack does not specify a Swift version and none of the targets (DNP) 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.
Unfortunately couldn't install the library.
my Podfile line is below:
pod 'DATAStack', '~> 6'
Best
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I try to install the library via Cocoapods (in a freshly created Objective-C demo project) and I got the error below:
Unfortunately couldn't install the library.
my Podfile line is below:
pod 'DATAStack', '~> 6'
Best
The text was updated successfully, but these errors were encountered: