xcode xxxx iPhone has denied the launch request

这个问题困扰我了3天终于找到了
首先根据网上的答案配置是
1)Automatically manage signing
2)build settings ->code signing Identity 为developer
3) run -> info ->debug
发现都不是真正的原因
正确处理是
1.打开钥匙串 ->Apple Worldwide Developer Relations Certification Authority ->双击 并点击信任->选择使用系统默认
2.clean 并重新打开Xcode
特别感谢 这个哥们的分享
https://stackoverflow.com/questions/53262861/unable-to-launch-private-var-containers-bundle-application-app

你可能感兴趣的:(react,native)