LoginSignup
4
4

More than 5 years have passed since last update.

[xcode] "process launch failed timed out waiting for app to launch"のエラー対処方法

Posted at

xcodeからアプリを実機で試していたら、
"process launch failed timed out waiting for app to launch"
というエラーで全然起動が出来ませんでした。

調べてみると、Code SigningのProvisioning Profileが正しくなかった(Distributionにしていた)のが原因でした。

target --> Build Settings --> Code Signing

を正しくDevelopmentのものに変更することで解消できました。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4