Tapku Calendar integration errors

独自空忆成欢 提交于 2019-12-25 01:37:07

问题


I am working with a project and in that I want to integrateing a tapku calendar. I followed all the steps and integrated the calendar. But unfortunately I am getting the error due to which my build is failing again and again. The error is as below:

Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_TKCalendarMonthView", referenced from:
          objc-class-ref in habitstatisticsViewController.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

回答1:


Set "Build Active Architechtures" to YES and make sure you have armv6 also within your valid architechtures along with arm64, armv7 and armv7s.



来源:https://stackoverflow.com/questions/20627395/tapku-calendar-integration-errors

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!