siegesmund / SwiftDDP

A Meteor client, written in Swift
MIT License
145 stars 60 forks source link

The platform of the target is not compatible with `SwiftDDP (0.3.2)`, which does not support `ios`. #72

Open alexkotenko opened 8 years ago

alexkotenko commented 8 years ago

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 targetMyProject(iOS 8.1) is not compatible withSwiftDDP (0.3.2), which does not supportios. 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

siegesmund commented 8 years ago

I can't duplicate. Are you still having this problem?

InnaLMC commented 8 years ago

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

InnaLMC commented 8 years ago

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

siegesmund commented 8 years ago

Changed the Podspec to its' pre-commit state. Let me know if this fixes your problem.