Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Not supporting iOS8, as the README states? #16

Closed
sfla opened this issue Jan 12, 2017 · 2 comments
Closed

Not supporting iOS8, as the README states? #16

sfla opened this issue Jan 12, 2017 · 2 comments

Comments

@sfla
Copy link

sfla commented Jan 12, 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 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?

@DagAgren
Copy link
Collaborator

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
DagAgren added a commit that referenced this issue Jan 22, 2017
Supporting iOS 8 compatible apps (#16)
@DagAgren
Copy link
Collaborator

Merged insidegui's fix, which should fix the problem. I still need to make a new release but I'll try to get around to that on Monday.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants