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
I followed this steps to build of macOS. for ONNX Runtime macOS. The build process completed successfully, and I integrated the generated .dylib files into my Xcode macOS project. However, when trying to use these libraries, I encounter the following undefined symbol errors during linking:
Request for Help
Could anyone provide guidance on resolving these undefined symbol issues? Do I need to enable specific flags while building, or is there a missing step in the integration process? Any insights would be greatly appreciated.
Describe the issue
I followed this steps to build of macOS. for ONNX Runtime macOS. The build process completed successfully, and I integrated the generated .dylib files into my Xcode macOS project. However, when trying to use these libraries, I encounter the following undefined symbol errors during linking:
Undefined symbol: _OgaGeneratorParamsSetInputSequences
Undefined symbol: _OgaGenerator_ComputeLogits
Step i did ::
First : cloned and built onnxruntime:
git clone https://github.com/microsoft/onnxruntime.git
cd onnxruntime
./build.sh --build_shared_lib --skip_tests --parallel --build_dir ./build_macos --config Release
Request for Help
Could anyone provide guidance on resolving these undefined symbol issues? Do I need to enable specific flags while building, or is there a missing step in the integration process? Any insights would be greatly appreciated.
Urgency
No response
Target platform
MacOS - Apple Silicon
Build script
First : cloned and built onnxruntime:
git clone https://github.com/microsoft/onnxruntime.git
cd onnxruntime
./build.sh --build_shared_lib --skip_tests --parallel --build_dir ./build_macos --config Release
Error / output
while using it .dylib in xcode :
Undefined symbol: _OgaGeneratorParamsSetInputSequences
Undefined symbol: _OgaGenerator_ComputeLogits
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: