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
Undefined symbols for architecture arm64:
" OBJC_CLASS_$_DeepWallCore", referenced from:
objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to
see invocation)
The text was updated successfully, but these errors were encountered:
@ekucet Run Xcode using Rosetta. It will allow you to use the SDK.
However, doing this significantly increases compilation time, and apps will have many strange bugs. So test your apps on a real device until the M1 support.
Undefined symbols for architecture arm64:
" OBJC_CLASS_$_DeepWallCore", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to
see invocation)
The text was updated successfully, but these errors were encountered: