开发者

objc_class$____ error

开发者 https://www.devze.com 2023-01-30 11:23 出处:网络
For my application i need to work with calendar. http://blog.webscale.co.in/?p=244 from this link i downloade开发者_开发问答d required stuff.....

For my application i need to work with calendar. http://blog.webscale.co.in/?p=244 from this link i downloade开发者_开发问答d required stuff.....

related to calendar.... now i need to import it into my application.

Even i added all the required framework in my application. its showing me error...

"_OBJC_CLASS_$_CheckmarkTile", referenced from:

Any one help me out. What to do..


This _OBJC_CLASS_$_ Error comes if you dont include the framework for that corresponding Object class. In your case this CheckmarkTile.

If you have included this calendar component in your project. Then rightclick frameworks group in xcode add Existing Frameworks. The Select AddOther and include the build file of that calendar project. Now Clean Build and run.

Or Just try this

Just include the ChemarkTile .h and .m files into your project and then clean build


Make sure it's added to your target to compile. As stated above...

Just include the ChemarkTile .h and .m files into your project and then clean build

0

精彩评论

暂无评论...
验证码 换一张
取 消