「Unity/実機/iOS」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→iOS実機で動かす) |
(→Bundle Identifier has not been set up correctly) |
||
行13: | 行13: | ||
==Bundle Identifier has not been set up correctly== | ==Bundle Identifier has not been set up correctly== | ||
*上記のBundle Identifierがデフォルトの"com.company.ProjectName"だと起こるエラー。適宜変更する | *上記のBundle Identifierがデフォルトの"com.company.ProjectName"だと起こるエラー。適宜変更する | ||
+ | |||
+ | ==Code Signing Error: Signing for "Unity-iPhone" requires a development team. Select a development team in the project editor.== | ||
+ | *xcodeのgeneralのteamが選択されてない恐れがある | ||
==Verify the Developer App certificate for your account is trusted on your device. Open Settings on and navigate to General -> Device Management, then select your Developer App certificate to trust it.== | ==Verify the Developer App certificate for your account is trusted on your device. Open Settings on and navigate to General -> Device Management, then select your Developer App certificate to trust it.== | ||
*実機の設定/一般/デバイス管理/アプリを許可する | *実機の設定/一般/デバイス管理/アプリを許可する |
2017年11月18日 (土) 04:04時点における版
目次
- 1 iOS実機で動かす
- 2 Bundle Identifier has not been set up correctly
- 3 Code Signing Error: Signing for "Unity-iPhone" requires a development team. Select a development team in the project editor.
- 4 Verify the Developer App certificate for your account is trusted on your device. Open Settings on and navigate to General -> Device Management, then select your Developer App certificate to trust it.
iOS実機で動かす
- File/BuildSettingsを選択
- iOSを選択
- OpenDownloadPageからプレイヤーをDL
- Edit/ProjectSetting/Playerを選択しPlayerSettingsを開く
- Inspector/端末マークタブ選択/OtherSetting
- Bundle Identifierの"com.company.ProjectName"を適宜変更する(デフォから変えないとbuild時にエラーとなる)
- File/BuildSettingsからbuildボタンを押しiPhone用のxcodeプロジェクトDir一式を作成する
- あとはxcodeプロジェクトを実機で動作させる方法と同じ
- 最新xcodeを起動する
- 縦向き・横向きで確認する
Bundle Identifier has not been set up correctly
- 上記のBundle Identifierがデフォルトの"com.company.ProjectName"だと起こるエラー。適宜変更する
Code Signing Error: Signing for "Unity-iPhone" requires a development team. Select a development team in the project editor.
- xcodeのgeneralのteamが選択されてない恐れがある
- 実機の設定/一般/デバイス管理/アプリを許可する