You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add pod 'KeychainSwift' and import KeychainSwift I get the following build-time error:
Could not find module 'KeychainSwift' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/Jordan/Library/Developer/Xcode/DerivedData/AppName-auabmrkvbmhhcuarlsdwrsooabxs/Index.noindex/Build/Products/Debug-iphonesimulator/KeychainSwift/KeychainSwift.framework/Modules/KeychainSwift.swiftmodule
Seems KeychainSwift doesn't support Apple silicon Macs yet?
The text was updated successfully, but these errors were encountered:
When I add
pod 'KeychainSwift'
andimport KeychainSwift
I get the following build-time error:Seems KeychainSwift doesn't support Apple silicon Macs yet?
The text was updated successfully, but these errors were encountered: