sherpa-onnx
sherpa-onnx copied to clipboard
The script does not create Bundle Identifier and Development Team for iOS libraries. Macos 13.4 (22F66) M2
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")
This creates a problem when generating headers for sherpa-onnx.xcframework.
Could you describe the problem? It works in my environment without setting them.