facebook twitter hatena line email

「Unity/実機/iOS」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==iOS実機で動かす== *File/BuildSettingsを選択 *iOSを選択 *OpenDownloadPageからプレイヤーをDL *PlayerSettingsを選択 *Inspector/端末マーク/Other...」)
 
行8: 行8:
 
*buildボタンを押しiPhone用のxcodeプロジェクトDir一式を作成する
 
*buildボタンを押しiPhone用のxcodeプロジェクトDir一式を作成する
 
*あとはxcodeプロジェクトを実機で動作させる方法と同じ
 
*あとはxcodeプロジェクトを実機で動作させる方法と同じ
 +
 +
==Bundle Identifier has not been set up correctly==
 +
*上記のBundle Identifierがデフォルトの"com.company.ProjectName"だと起こるエラー。適宜変更する

2017年3月14日 (火) 16:37時点における版

iOS実機で動かす

  • File/BuildSettingsを選択
  • iOSを選択
  • OpenDownloadPageからプレイヤーをDL
  • PlayerSettingsを選択
  • Inspector/端末マーク/OtherSetting
  • Bundle Identifierの"com.company.ProjectName"を適宜変更する
  • buildボタンを押しiPhone用のxcodeプロジェクトDir一式を作成する
  • あとはxcodeプロジェクトを実機で動作させる方法と同じ

Bundle Identifier has not been set up correctly

  • 上記のBundle Identifierがデフォルトの"com.company.ProjectName"だと起こるエラー。適宜変更する