
最近調子にのってXcode4.3をインストールしたのはいいものの、コマンドラインツールがインストールされなくなったり、gccがllvm-gccになったりしていて結構困りました。特に自分でオープンソースのソフトウェアをビルドしようとするとカオス。頼みの綱MacPortsのドキュメントにも次のように書かれていて、対応にしばらく時間がかかりそうな状態。
MacPorts stops working after installing Xcode 4.3
Due to incompatible changes in Xcode 4.3, it cannot be used by MacPorts at present. Many of the issues should be able to be fixed in a MacPorts update, but some may need to be resolved by Apple in an Xcode update. Until then, on Lion, please use Xcode 4.1 through 4.2.1 inclusive.
AppleによるXcodeの修正が必要らしく、それがすむまで、Xcode 4.1〜4.2.1を使っていてほしいということです。iOSアプリやMacアプリの開発で今すぐ最新版Xcodeを入れる必要がないなら、4.2.1あたりでとめといたほうがいいかもしれません。
Mac用の開発環境「Xcode 4.3」が公開されています。

Xcode 4.3の新機能は次の通り。
- Mac OS X 10.7とiOS 5のSDK。
- Developer IDを使ったOS Xアプリの新しいコードサインワークフローのサポート。
- [Download]ペインによるコマンドラインツールのインストール。
- Instruments, File Merge, その他ツールを起動することができる[Optn Developer Tool]メニュー。
- retain/releaseとgarbage collectionコードを相互に変換するARC migration tool。
- バグフィックスと安定性の改良。
数行にまとめられていますが、実は地味にいろいろ変わっています。気がついたところを紹介したいと思います。
続きを読む…
Mac用の統合開発環境Xcodeの最新版「Xcode 4.2.1」がリリースされています。

今回は以下のバグ修正が行われています。
This update addresses a number of stability issues, including the following:
- Fixes an issue where the “Convert to Objective-C ARC” operation would not complete.
- Resolves a problem that resulted in no visible developer profiles in the Organizer.
- Corrects an erroneous locked file dialog appearing in the documentation window.