Open alexkotenko opened 8 years ago
I can't duplicate. Are you still having this problem?
We forked the rep earlier and changed it in new branch. Then we merged your last master commit to our forked master, tried to build merged master and got this error
I f you fork your master and then just try to build, you get this error too. if you fork your master from any commit before https://github.com/siegesmund/SwiftDDP/commit/a23ea2cf42e4bdc4657cec072d1cc485188da747, you won't get this error
Changed the Podspec to its' pre-commit state. Let me know if this fixes your problem.
Hello. I am using this library for my project, but I needed to do some small changes to fit my requirements so I forked swiftDDP. My previous fork was pretty long time ago (~ April), so in order to be updated with recent changes of the library I updated my forked repository with upstream. In my podfile it goes like this:
pod 'SwiftDDP', :git => 'https://github.com/alexkotenko/SwiftDDP'
And after update I am not able to install library as pods. Getting the error:[!] The platform of the target
MyProject(iOS 8.1) is not compatible with
SwiftDDP (0.3.2), which does not support
ios.
For the sake of testing I even tried to just fork library to my another account without any changes. Just fork and install to the project - still getting this error. Anyone knows what the problem could be?Problem seems to appear after commit a23ea2cf42e4bdc4657cec072d1cc485188da747. Previous commit (eea2668a6ab6af05d975fd135d58e6247eb6c198) installs without any problems