I am using flotus package to develop a crypto wallet for filecoin, on a simulator everything works fine, but trying to use my personal device to install the app I get this error
In /Users/Davyking/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flotus-2.1.0/ios/Wlib.framework/Wlib(000006.o), building for iOS, but linking in object file (/Users/Davyking/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flotus-2.1.0/ios/Wlib.framework/Wlib(000006.o)) built for iOS Simulator, for architecture arm64
What I have tried:
- changing the debug, release and profile architecture to arm64
- setting
build active architecture
to true in xcode build settings.