xcode 无法在我的设备上模拟iOS应用程序,“无法验证APP”

ne5o7dgx  于 2023-02-20  发布在  iOS
关注(0)|答案(1)|浏览(580)

我试图从xcode到我的设备构建和模拟我的应用程序,但我一直在为一个错误而挣扎,这个错误总是在我运行应用程序时出现。
错误:

Could not launch “AppName” Domain: IDEDebugSessionErrorDomain Code: 3 Failure Reason: The operation couldn’t be completed. Unable to launch org.reactjs.native.example.AppName because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user.

当我点击手机上的应用程序按钮时,它会说:

"Unable to verify app. An internet connection is required to verify the trust of the developer ... This app will not be available until verified."

我已经信任的设置〉一般〉VPN和设备管理的开发人员,但即使当我信任它的应用程序仍然说"未验证"
我的应用程序在xcode模拟器上运行正常。
iOS版本:16.2
Xcode版本:14.1
macOS操作系统:文图拉13.0.1
我已经信任的设置〉一般〉VPN和设备管理的开发人员,但即使当我信任它的应用程序仍然说"未验证"

omtl5h9j

omtl5h9j1#

我已经解决了,我进入~/Library/MobileDevice/Provisioning Profiles,清除了旧的配置文件,同时重启了iOS设备,重启后我可以进入偏好设置,信任开发证书,也可以成功验证应用,之后我可以从Xcode运行它。

相关问题