We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I use use_frameworks! with Cocoapods and include the RaptureXML pod, it fails to compile. See CocoaPods/CocoaPods#3654 (comment)
use_frameworks!
This can be recreated by setting up a new single view project and adding the RaptureXML pod with use_frameworks! set in the pod.
On that linked issue, while we wait for Apple to provide the module map, they suggest defining your own for libxml in your Cocoapod like this: https://github.com/neonichu/SQLite.swift/blob/master/SQLite.swift.podspec#L25-L33
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I use
use_frameworks!
with Cocoapods and include the RaptureXML pod, it fails to compile. See CocoaPods/CocoaPods#3654 (comment)This can be recreated by setting up a new single view project and adding the RaptureXML pod with
use_frameworks!
set in the pod.On that linked issue, while we wait for Apple to provide the module map, they suggest defining your own for libxml in your Cocoapod like this:
https://github.com/neonichu/SQLite.swift/blob/master/SQLite.swift.podspec#L25-L33
The text was updated successfully, but these errors were encountered: