iOS单元测试无法构建

时间:2017-01-25 10:05:17

标签: ios swift xcode unit-testing

我的应用程序中有一些单元测试,用于在主目标的副本中运行并完全正常传递。现在突然间,我似乎无法运行它们,构建失败了。它不断出现错误:

    Undefined symbols for architecture x86_64: 
   "MyApp.isoFormatter.unsafeMutableAddressor: MyApp.DateFormatter", 
   referenced from: MyAppTests.appTests.testAllDayISO () -> () in appTests.o

还有警告:

Auto-Linking supplied 'Pods/Google/Frameworks/GGLAnalytics.framework/GGLAnalytics', 
framework linker option at Pods/Google/Frameworks/GGLAnalytics.framework/GGLAnalytics is not a dylib

有没有人对于为什么现在这样做有任何想法?

0 个答案:

没有答案