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
Hi! I'm running a 2020 M1 Mac Mini and have the following issue when trying to build a .map file.
Can't open dynamic library: /Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib, error: dlopen(/Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib, 2): no suitable image found. Did find: /Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib: mach-o, but wrong architecture /Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib: stat() failed with errno=60. modules/gdnative/gdnative.cpp:502 - No valid library handle, can't get symbol from GDNative object modules/gdnative/nativescript/nativescript.cpp:1482 - No nativescript_init in "res://addons/qodot/bin/osx/libqodot.dylib" found res://addons/qodot/src/nodes/qodot_map.gd:144 - Attempt to call function 'new' in base 'NativeScript' on a null instance. modules/gdnative/gdnative.cpp:407 - No valid library handle, can't terminate GDNative object
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I'm running a 2020 M1 Mac Mini and have the following issue when trying to build a .map file.
Can't open dynamic library: /Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib, error: dlopen(/Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib, 2): no suitable image found. Did find: /Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib: mach-o, but wrong architecture /Users/evan/Desktop/aneurism-iv/src/main/addons/qodot/bin/osx/libqodot.dylib: stat() failed with errno=60. modules/gdnative/gdnative.cpp:502 - No valid library handle, can't get symbol from GDNative object modules/gdnative/nativescript/nativescript.cpp:1482 - No nativescript_init in "res://addons/qodot/bin/osx/libqodot.dylib" found res://addons/qodot/src/nodes/qodot_map.gd:144 - Attempt to call function 'new' in base 'NativeScript' on a null instance. modules/gdnative/gdnative.cpp:407 - No valid library handle, can't terminate GDNative object
Thanks!
The text was updated successfully, but these errors were encountered: