我用cocos new 创建了个新的cocos2d-x js项目,然后直接cocos run新建的ios项目,然后提示"update xcode please.",后来改了宏定义修复了此问题,然后再运行就出现了
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The application’s Info.plist does not contain CFBundleShortVersionString.
Ensure your bundle contains a CFBundleShortVersionString.
Error running command, return code: 22.
cocos版本为3.16,xcode版本为11.5
请问这个该怎么解决,谢谢


