LoginSignup
1
1

More than 5 years have passed since last update.

【Unity】iOSアプリのビルドではまった点のメモ

Last updated at Posted at 2018-05-08

プロビジョニングファイルが作れない / RoutingHTTPServerが立ち上がらなくてはじかれる

CocoaPodsを導入したら解決した。

iOSライブラリ管理ツール「CocoaPods」の使用方法

Podfile
target 'Unity-iPhone'
pod 'CocoaHTTPServer' 
pod 'RoutingHTTPServer'

上のPodfileを目的のディレクトリに置いて、pod install
xcworkspaceが作られているので、ダブルクリックで開く

対象のiOSのバージョンをXcodeがサポートしていない

Could not locate device support files.

This iPad Wi-Fi + 4G (LTE/GSM) is running iOS 7.0.2 (11A501), which may not be supported by this version of Xcode.

Xcode9.3を使用していて、
サポートの下限はiOS8.0なのでサポート対象外。

しかしXcodeのダウングレードは不要。
足りないバージョンを追加することで解決。

XcodeにサポートしていないバージョンのiOSを追加する【iOS】

xxx is busy

スクリーンショット 2018-05-08 18.56.11.png

-> 端末を再起動で直る

1
1
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
1
1