sherpa-onnx icon indicating copy to clipboard operation
sherpa-onnx copied to clipboard

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

Open make1986 opened this issue 2 years ago • 1 comments

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")

make1986 avatar Nov 23 '23 08:11 make1986

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

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

csukuangfj avatar Nov 23 '23 13:11 csukuangfj