如果遇到这个问题,是info.plist文件里面缺少了这个键值对
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
添加了即可
invalid bundle the bundle at “xxx.app” doesn’t contain a bundle executable
最新推荐文章于 2024-04-11 11:22:28 发布
如果遇到这个问题,是info.plist文件里面缺少了这个键值对
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
添加了即可