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
Today I updated to Odin version dev-2025-03 Previously was using dev dev-2024-11. Now I am getting thrown an error that I've never seen before and am unable to use the odin build command and thus cannot compile/run my program.
Currently when using odin build the terminal throws this error:
Undefined symbols for architecture arm64:
"___$objc_SEL$init", referenced from:
_objc_Foundation::AutoreleasePool_init in mainmain-objc_Foundation-11d17ad20.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Pull odin version dev-2025-03
run ./build_odin.sh to build new odin version
Navigate to my projects root dir
run odin build main
5: Get clang error thrown
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered:
Context
Today I updated to Odin version
dev-2025-03
Previously was using devdev-2024-11
. Now I am getting thrown an error that I've never seen before and am unable to use theodin build
command and thus cannot compile/run my program.Operating System & Odin Version:
Expected Behavior
Program should compile
Current Behavior
Currently when using
odin build
the terminal throws this error:Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
dev-2025-03
./build_odin.sh
to build new odin versionodin build main
5: Get clang error thrown
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: