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 でこの警告が表示されるのはなぜですか?
Xcode は、関数の最後に return ステートメントを想定しています
次のようにすることをお勧めします。
NSInteger *myInt = nil;
//your if statement where you changing "myInt" instead of returning
myInt を返す