I am having problems using this framework in an iOS project.
It first claimed that this module was created for macos 10.10 target. I cloned the project and made the changes relevant changes: Added deployment target for iphoneos but that didnt work.
I tried to use cocoapods to integrate it in my project but I get:
[!] CocoaPods could not find compatible versions for pod "XMLParsing":
In Podfile:
XMLParsing (from https://github.com/ShawnMoore/XMLParsing.git)
Specs satisfying the XMLParsing (from https://github.com/ShawnMoore/XMLParsing.git`)` dependency were found, but they required a higher minimum deployment target.
Did anyone else had this problem?
I am having problems using this framework in an iOS project.
It first claimed that this module was created for macos 10.10 target. I cloned the project and made the changes relevant changes: Added deployment target for iphoneos but that didnt work.
I tried to use cocoapods to integrate it in my project but I get:
[!] CocoaPods could not find compatible versions for pod "XMLParsing":
In Podfile:
XMLParsing (from
https://github.com/ShawnMoore/XMLParsing.git)Specs satisfying the
XMLParsing (fromhttps://github.com/ShawnMoore/XMLParsing.git`)` dependency were found, but they required a higher minimum deployment target.Did anyone else had this problem?