animo / indy-sdk-expo-plugin

Config plugin to auto configure Indy SDK for iOS & Android
Apache License 2.0
8 stars 1 forks source link

Build fails for iOS using Xcode 14.3 #10

Open warren-gallagher opened 1 year ago

warren-gallagher commented 1 year ago

Versions

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.

berendsliedrecht commented 1 year ago

Hi! sorry for the late response. Do you remember if this was for the simulator or real device?

Also, if it suits your use case, it would be good to move towards askar, indy vdr and anoncreds which have way better support for React native.