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
Just creating an issue before I get a chance to dive in, but currently getting this error when building with RN 0.71 on and M1 mac:
dyld[82242]: Library not loaded: @rpath/libclang_android.dylib
Referenced from: <C2603478-F6A1-3EC6-AD02-674D107403F2> /Users/inssein/Library/Android/sdk/build-tools/33.0.1/llvm-rs-cc
Reason: tried: '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/../lib64/libclang_android.dylib' (no such file), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/lib64/libclang_android.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/../lib64/libclang_android.dylib' (no such file), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/lib64/libclang_android.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS@rpath/libclang_android.dylib' (no such file), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/../lib64/libclang_android.dylib' (no such file), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/lib64/libclang_android.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/../lib64/libclang_android.dylib' (no such file), '/Users/inssein/Library/Android/sdk/build-tools/33.0.1/lib64/libclang_android.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/usr/lib/libclang_android.dylib' (no such file, not in dyld cache)
The current workaround seems to be to fallback to buildToolsVersion of 32.0.0.
The text was updated successfully, but these errors were encountered:
Just creating an issue before I get a chance to dive in, but currently getting this error when building with RN 0.71 on and M1 mac:
The current workaround seems to be to fallback to
buildToolsVersion
of32.0.0
.The text was updated successfully, but these errors were encountered: