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 building a basic AFJ / ReactNative app using indy-sdk-expo-plugin I get iOS build errors:
<unknown>:0: error: unable to load standard library for target 'arm64-apple-ios10.0'
<unknown>:0: error: module compiled with Swift 5.5.2 cannot be imported by the Swift 5.8 compiler: /Users/wgallagher/dev/aq/expo-afj/ios/Pods/Indy/IndySdk/Indy.framework/Modules/Indy.swiftmodule/arm64.swiftmodule
This is following Timo's excellent Youtube video on getting started with AFJ and Expo.
I was able to get things running on Android Simulator or on Device if I changed the build settings to Release.
The text was updated successfully, but these errors were encountered:
Versions
When building a basic AFJ / ReactNative app using indy-sdk-expo-plugin I get iOS build errors:
This is following Timo's excellent Youtube video on getting started with AFJ and Expo.
I was able to get things running on Android Simulator or on Device if I changed the build settings to Release.
The text was updated successfully, but these errors were encountered: