Carlos Mbendera

Results 6 comments of Carlos Mbendera

Hello! Thanks for the response. I truly appreciate it. I tried running my build script with the runtime you shared but still face the same issue. `Undefined symbols for architecture...

Alas, I already tried that but it still results in the same error. This is how `build-ios.sh` looks now https://gist.github.com/carlosmbe/9803658ff7f575a4916e56df5cbfa1e9 ``` cmake \ -DBUILD_PIPER_PHONMIZE_EXE=OFF \ -DBUILD_PIPER_PHONMIZE_TESTS=OFF \ -DBUILD_ESPEAK_NG_EXE=OFF \ -DBUILD_ESPEAK_NG_TESTS=OFF...

Thanks for the branch. I've spent some time on it and I've identified that the linker issue above was caused by `DBUILD_SHARED_LIBS=OFF ` so your change fixes that issue. However,...

Working build-vision-os.sh for visionOS Devices can be found on this fork https://github.com/carlosmbe/sherpa-onnx-vision-build/tree/vision-os Here is the gist of the .sh file https://gist.github.com/carlosmbe/3328dc72ec0cc32ce9fd8ec779d543e8

Thanks for the info and all of the help! I've also added a script for building the simulator version of the script. A few things to note for using this...