You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 a23ea2c, you won't get this error
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 a23ea2c. Previous commit (eea2668) installs without any problems
The text was updated successfully, but these errors were encountered: