facebook twitter hatena line email

Unity/開発環境/iOS

提供: 初心者エンジニアの簡易メモ
2020年12月3日 (木) 16:01時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==自動プラグイン追加する場合== *Assets/PlayServicesResolver/Editor/Dependencies.xmlなどのファイルを作成 *exportしたxcodeプロジェクトを開...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

自動プラグイン追加する場合

  • Assets/PlayServicesResolver/Editor/Dependencies.xmlなどのファイルを作成
  • exportしたxcodeプロジェクトを開く
  • 直下にPodfileがあることを確認。
  • コマンドで"$ pod update"を行い、インストールする。


手動でプラグインを導入したときに、file not foundとなる場合

  • プラグインを導入するときは、xcodeにドラッグ&ドロップする。
  • その際に、copy items if neededで、Create groups
  • add to targetsをUnityFrameworkを選択