我正在尝试在我的项目中设置葫芦。
我遵循本教程:http ://angelolloqui.com/blog/25-Acceptance-testing-with-Calabash-and-CocoaPods
但这就像现在新目标在 pod 中找不到其余的类,我收到此错误:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_AFHTTPRequestOperationManager", referenced from:
objc-class-ref in INCWorldWeatherOnline.o
"_OBJC_CLASS_$_AFJSONRequestSerializer", referenced from:
objc-class-ref in INCWorldWeatherOnline.o
"_OBJC_CLASS_$_MTLJSONAdapter", referenced from:
objc-class-ref in INCWorldWeatherOnline.o
"_OBJC_CLASS_$_MTLModel", referenced from:
_OBJC_CLASS_$_INCForecastCondition in INCForecastCondition.o
_OBJC_CLASS_$_INCCurrentCondition in INCCurrentCondition.o
"_OBJC_CLASS_$_MTLValueTransformer", referenced from:
objc-class-ref in INCForecastCondition.o
objc-class-ref in INCCurrentCondition.o
"_OBJC_METACLASS_$_MTLModel", referenced from:
_OBJC_METACLASS_$_INCForecastCondition in INCForecastCondition.o
_OBJC_METACLASS_$_INCCurrentCondition in INCCurrentCondition.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
原来的目标工作没有问题
任何想法?