iOS testflight sdk arm7架构问题

时间:2014-05-05 09:33:14

标签: ios cocoapods testflight

我已将测试航班sdk添加到我的项目中,归档后我收到此错误:

ld: warning: ignoring file Include/libapps-on-maps-sim.a, file was built for archive which is not the architecture being linked (armv7): Include/libapps-on-maps-sim.a
Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_TestFlight", referenced from:
      objc-class-ref in MTAppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

如何更改此文件的架构?我有我的项目和pod $(ARCHS_STANDARD)

的架构设置

0 个答案:

没有答案