Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

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

Open
alexkotenko opened this issue Sep 2, 2016 · 4 comments

Comments

@alexkotenko
Copy link

alexkotenko commented Sep 2, 2016

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 a23ea2c. Previous commit (eea2668) installs without any problems

@siegesmund
Copy link
Owner

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

@InnaLMC
Copy link

InnaLMC commented Sep 12, 2016

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
Copy link

InnaLMC commented Sep 12, 2016

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 a23ea2c, you won't get this error

@siegesmund
Copy link
Owner

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

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

3 participants