zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

Not supporting iOS8, as the README states? #16

Closed sfla closed 7 years ago

sfla commented 7 years ago

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:

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 commented 7 years ago

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.)

DagAgren commented 7 years ago

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.