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.
我正在开发 iOS4.2
我已将 MBProgressHUD h/m 文件包含到我的 iphone 项目中,但是在运行时,我在 MBProgressHUD m 文件中遇到了很多错误,如下所示。
请参考下面的这张图片,这些是我遇到的错误。
谢谢你的帮助。
似乎您包含 .m 文件而不包含 .h 文件,我刚刚从我的项目中删除了 .h 文件并且我收到了相同的错误,请确保 .h 文件也包含在项目中