LoginSignup
11
11

More than 5 years have passed since last update.

Xcode 6 Betaを入れて、titaniumアプリがビルドできなくなった話

Last updated at Posted at 2014-06-03

経緯

XCode 6 Beta出た!
Swift試すぞ!

って言って喜び勇んでXCode 6入れたら、titaniumで開発中のアプリがビルドできなくなった。

環境

  • Mac OS X 10.9.3
  • iOS SDKは7.1と8.0をインストール済み
  • titaniumはcliで使っている

原因

titaniumが自動的に最新のiOS SDKを使おうとするのが原因でした。

解決方法

titanium buildのオプションにiOS SDKのバージョン指定を足しました。
-IでiOS SDKのバージョン指定ができるらしいです。

$ titanium build -p ios -S 7.1 -C "iPhone Retina (4 inch)" -I 7.1

動いた。良かった。

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