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 Dec 5, 2022. It is now read-only.
I am trying to install SwiftMonkey using CocoaPods. My podfile specifies platform :ios, '8.0', but when I try to update it says the following:
[!] Unable to satisfy the following requirements:
SwiftMonkey (= 1.0) required by Podfile
Specs satisfying the SwiftMonkey (= 1.0) dependency were found, but they required a higher minimum deployment target.
The README specifically states: "It has no dependencies other than iOS itself (8.0 and up should work). SwiftMonkeyPaws doesn't have any dependencies, either; you can even use on its own, without SwiftMonkey."
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
No, it seems I have set the iOS version to 9.0 in the podspec files. I am now unsure if I actually used any iOS 9 features, or if the code would actually work on iOS 8.
If you want, you can try to manually put the files from this repo in your project and build and test it on iOS 8, and if it does work I can change the podspecs. (Or if not, the README.)
insidegui
added a commit
to insidegui/SwiftMonkey
that referenced
this issue
Jan 21, 2017
I am trying to install SwiftMonkey using CocoaPods. My podfile specifies platform :ios, '8.0', but when I try to update it says the following:
[!] Unable to satisfy the following requirements:
SwiftMonkey (= 1.0)
required byPodfile
Specs satisfying the
SwiftMonkey (= 1.0)
dependency were found, but they required a higher minimum deployment target.The README specifically states: "It has no dependencies other than iOS itself (8.0 and up should work). SwiftMonkeyPaws doesn't have any dependencies, either; you can even use on its own, without SwiftMonkey."
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: