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.
Xcode 7.5 ベータ版のアプリケーションを開いたところ、Apple Watch コードで次のエラーが発生しました -助けてください。ありがとう。
行を次のように変更する必要があります
NSString *eventId = [(ArtistRow*)theRow accessibilityValue];
それ以外の場合、行コントローラーがクラスコンパイラであることを確認したにもかかわらず、コンパイラはそれを(からの戻り値の型である)ArtistRowとして扱います。idrowControllerAtIndex:
ArtistRow
id
rowControllerAtIndex: