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
@andrey-ushakov, When building with 0.1.7 version, got the following error:
ld: in /Users/user1/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_bluetooth_basic-0.1.7/ios/libGSDK.a(Utils.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/user1/Code/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_bluetooth_basic-0.1.7/ios/libGSDK.a' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using Mac M1 to build.
The text was updated successfully, but these errors were encountered:
for MAC M1 Chip, you add value arm64 inside Excluded Architecture.
First navigate to Build Settings, section Architecture , add value like this.
Hope answer your question.
@andrey-ushakov, When building with 0.1.7 version, got the following error:
I am using Mac M1 to build.
The text was updated successfully, but these errors were encountered: