k2-fsa / sherpa-onnx

Speech-to-text, text-to-speech, speaker recognition, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift, Dart, JavaScript, Flutter, Object Pascal, Lazarus, Rust
https://k2-fsa.github.io/sherpa/onnx/index.html
Apache License 2.0
3.32k stars 387 forks source link

The script does not create Bundle Identifier and Development Team for iOS libraries. Macos 13.4 (22F66) M2 #441

Open make1986 opened 10 months ago

make1986 commented 10 months ago

This creates a problem when generating headers for sherpa-onnx.xcframework.

Solution: Set it in ios.toolchain.cmake like this set(CMAKE_XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "Some bundle ID") set(CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "Your team ID")

csukuangfj commented 10 months ago

This creates a problem when generating headers for sherpa-onnx.xcframework.

Could you describe the problem? It works in my environment without setting them.