-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using in iOS project does not work #30
Comments
Make sure your Podfile has:
It needs to be 10.0 >=. |
My pdofile has
since this is what my current project requires. Otherwise i need to clone the framework modify it and manually add it to my project. Any idea of a different way to do it ? |
You could fork the repo, changing the I'm not sure if there is anyway to force CocoaPods to install an incompatible pod. Maybe you could provide just the custom podspec via https://guides.cocoapods.org/syntax/podfile.html#pod :
this way you don't have to clone or fork the project. Although I'm not sure if If there is indeed already support for iOS 9.0 without having to modify the code maybe the podspec should reflect that then, @ShawnMoore ? |
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?
The text was updated successfully, but these errors were encountered: