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.
CocoaでiPhoneアプリを開発しています。
XCode で「プロトコルのメソッドが実装されていません」という警告が表示されます。私のプロトコルには 50 のメソッドがあります。
XCode が実装されている/実装されていないメソッドを効率的に伝える方法はありますか?
Command+4問題ナビゲーターを開き、並べ替えBy Type、前の矢印をクリックするIncomplete implementationと、不足しているメソッドが見つかります。
Command+4
By Type
Incomplete implementation
課題ナビゲーター アングル (+1 @fannheyward) に加えて、セレクターはビルド トランスクリプト内の名前で識別されます。