CS_INDUSTRIAL

AR/VRエンジニアの趣味ブログ

iOS

【Unity】Xcodeから実機ビルド時に「App Installation Failed」

はじめに Unityから書き出したプロジェクトをXcodeで開きiPhoneへインストールしようとした時、以下のエラーが起きた。`[App Installation Failed] Could not write to the device.``[App Installation Failed] This application does not support this devi…

【Unity】XcodeのプロジェクトからTARGETSを消してはならない!

発生した問題 UnityでiOS向けにBuildしてXcodeのプロジェクトに変換したときに以下のエラーが出てビルドできない。 Exception: Deletion of either of the "Unity-iPhone" or "Unity-iPhone Tests" targets is not supported 原因 Xcode側でTARGETSから「Uni…