Simulator device returned an error for the requested operation.
Application launch for 'App' did not return a valid pid nor a launch error.
M芯片电脑XCode14.3运行老版本项目,在XCode提示以Rosetta
运行可以处理该问题
在无提示下运行报Undefined symbol: _OBJC_CLASS_$
错误,处理后模拟机报错,以下两种方法二选一即可
1) XCode设置模拟机
Rosetta
运行
XCode
->Product
->Destination
->Destination Architectures
->Show Rosetta Destinations
当模拟机后缀标注出(Rosetta)
即可2) 终端以
Rosetta
启动
softwareupdate --install-rosetta
或者如果想跳过许可协议,直接执行以下操作:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
Undefined symbol: OBJC_CLASS$ 错误处理
抹除模拟机所有数据及设置
Simulator
-> Device
-> Erase All contents and settings