When I build soundtouch for ios, met following error
1 2
error: Bundle identifier is missing. soundstretch doesn't have a bundle identifier. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor. (in target 'soundstretch'from project 'SoundTouch') note: Run script build phase 'Generate CMakeFiles/ALL_BUILD' will be run during everybuild because the optionto run the script phase "Based on dependency analysis"is unchecked. (in target 'ALL_BUILD'from project 'SoundTouch')
Solve Method
skip cmake ios code signing
add code below to your CMakeLists.txt to disable code signing