Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/110.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/file/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 架构x86_64葫芦的未定义符号_Ios_Xcode6_Cocoapods_Calabash Ios - Fatal编程技术网

Ios 架构x86_64葫芦的未定义符号

Ios 架构x86_64葫芦的未定义符号,ios,xcode6,cocoapods,calabash-ios,Ios,Xcode6,Cocoapods,Calabash Ios,我正试图在我的项目中设置葫芦 我将遵循以下教程: 但现在新的目标没有在吊舱中找到其余的分支,我得到了这个错误: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_AFHTTPRequestOperationManager", referenced from: objc-class-ref in INCWorldWeatherOnline.o "_OBJC_CLASS_$_AFJSONRequestSeriali

我正试图在我的项目中设置葫芦

我将遵循以下教程:

但现在新的目标没有在吊舱中找到其余的分支,我得到了这个错误:

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)
最初的目标是毫无问题地工作


有什么想法吗?

在目标的构建设置中,尝试仅更改构建活动体系结构:


当我只构建活动架构时,我遇到了这个错误 刚刚用product->archive上传了构建在itunes上的商店
我不知道为什么会发生这种情况,但这对我来说是可行的

我投了反对票,因为在葫芦测试期间,为活动体系结构构建将导致不兼容的体系结构问题。

Debug->Yes