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
Thanks for putting this out there. I was looking at the technique you employed to import the CommonCrypto routines.
This Stack Overflow question got me here:
http://stackoverflow.com/questions/25248598/importing-commoncrypto-in-a-swift-framework
It looks like the path defined in the module needs to be updated. Not sure how to make this relative to Xcode installation
The text was updated successfully, but these errors were encountered:
Running into the same issue '/usr/include/CommonCrypto/CommonCrypto.h' not found
'/usr/include/CommonCrypto/CommonCrypto.h' not found
Sorry, something went wrong.
No branches or pull requests
Thanks for putting this out there. I was looking at the technique you employed to import the CommonCrypto routines.
This Stack Overflow question got me here:
http://stackoverflow.com/questions/25248598/importing-commoncrypto-in-a-swift-framework
It looks like the path defined in the module needs to be updated. Not sure how to make this relative to Xcode installation
The text was updated successfully, but these errors were encountered: