Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
4.3 から 4.4 にアップグレードした後、1 つの .xib がロードされません。インターフェイスビルダー ---> ファイルインスペクタから開発ターゲットを 4.4 に変更しようとしましたが、同じです。Xcode 4.3 を搭載した別の Mac で、同じプロジェクトが正常に動作します。
私はそれを考え出した。Xcodeのバージョンの問題ではありませんでした。Xcode 4.3 以前のバージョンでは、@synthesize を .m ファイルに入れると、.xib ファイルが正常にロードされた後、.m ファイルの @synthesize を気にしないようです。