xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法

安装MonkeyDev遇到的坑

环境:Xcode Version 14.3.1 (14E300c)

xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法_第1张图片

 错误提示

is not a valid path to an executable file.

xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法_第2张图片

报错

/Users/xxxx//Library/Developer/Xcode/DerivedData/MonTest-ccparhdyzjuqhjdergwrngpfwwoh/Build/Products/Debug-iphoneos/MonTest.app is not a valid path to an executable file.

解决办法

xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法_第3张图片

1.更改 Generate info.plist file 的值为NO

2.将info.plist File 的值改为xxx/info.plist  (xxx 为项目名称) 

例如我的项目名是 MonTest

就填写 MonTest/info.plist

如下图是修改好的

xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法_第4张图片

点击运行 

 

成功了

xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法_第5张图片 

xCode14.3.1运行MonkeyDev出现“Executable Not Found“的解决办法_第6张图片 

你可能感兴趣的:(个人随笔,教程专区,xcode,MonkeyDev)