这个是由于引入外部static lib时候报错,由于xcode升级成4.5后,编译结构有armv7和armv7s,如果这个时候编译会告知编译有问题,不支持armv7s,修改的方式如下:
Got the same problem since updating XCode. To work around it, in the XCode project, change the Architecture from "$(ARCHS_STANDARD_32_BIT)" to armv7. "$(ARCHS_STANDARD_32_BIT)" expands to something like armv7, armv7s and the current unity editor doesn't seem to export the correct symbols for armv7s.