imkcat/CatCrypto

iOS 13 Support

olegbarinov opened this issue · 5 comments

Environment

  • CatCrypto: 0.3.0
  • Xcode: 11.0 beta 5
  • iOS: 13.0 beta 6

Reproduce steps

  1. 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)

Does using the latest commit on master help? This was probably fixed in #5

@rajivshah3 If it's present in current version (0.3.0), then no, it does not help.

I think it hasn't been released yet, but you can point your Podfile to a certain commit

@rajivshah3 Just checked with the latest commit, it works. Hope you release it soon.

@olegbarinov Sorry for the delay response, the new version is released.