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.
aurioTouchサンプルプロジェクトのコードを使用しているプロジェクトがあります。何らかの理由で、SInt8タイプの行は、「解析の問題:不明なタイプのSInt8」エラーを出し続けます。これはiPhoneSDKに組み込まれているはずなので、何が原因なのかわかりません。
この問題を引き起こす可能性のある見落としているものはありますか?前もって感謝します。
SInt8はCoreFoundationの一部です。必ず
#include <CoreFoundation/CoreFoundation.h>
UInt8、SInt16、UInt16などと一緒にアクセスします。