iOS 13 Support
olegbarinov opened this issue · 5 comments
olegbarinov commented
Environment
- CatCrypto: 0.3.0
- Xcode: 11.0 beta 5
- iOS: 13.0 beta 6
Reproduce steps
- Build a project.
Description
Swift Compiler Error:
- Redefinition of module 'CommonCrypto' (iPhoneSimulator13.0.sdk/usr/include/CommonCrypto/module.modulemap:1:8)
- Could not build Objective-C module 'CommonCryptoFramework' (CatCrypto/Sources/Core/Crypto.swift:23:8)
rajivshah3 commented
Does using the latest commit on master
help? This was probably fixed in #5
olegbarinov commented
@rajivshah3 If it's present in current version (0.3.0), then no, it does not help.
rajivshah3 commented
I think it hasn't been released yet, but you can point your Podfile to a certain commit
olegbarinov commented
@rajivshah3 Just checked with the latest commit, it works. Hope you release it soon.
imkcat commented
@olegbarinov Sorry for the delay response, the new version is released.