我正在处理一个项目,因为我想集成一个tapku calendar。我遵循了所有的步骤,并整合了日历。但不幸的是,我得到的错误,因为我的构建是失败的,一次又一次。错误如下:
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)发布于 2013-12-17 06:54:10
将"Build Active Architechtures"设置为YES,并确保您的有效体系结构中有armv6和arm64, armv7 and armv7s.
https://stackoverflow.com/questions/20627395
复制相似问题