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.
私が私lintのポッドのとき
lint
$ pod spec lint
このタイプのメモをいくつか取得しています
- 注意 | [iOS] [xcodebuild] MyPod/MyClass.m:68:40: 警告: 暗黙的な変換により整数の精度が失われます: 'NSInteger' (別名 'long') から 'int' [-Wshorten-64-to-32] ...
それらを xcode から取得する方法はありますか (それらが見つかりません)。
GCC_WARN_64_TO_32_BIT_CONVERSIONXcode で警告を有効にする必要があります。この文字列の一部を検索して見つけることができるはずです。
GCC_WARN_64_TO_32_BIT_CONVERSION