Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/38.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
Iphone clang:错误:在将排列视图添加到我的项目后,链接器命令失败,退出代码为1(使用-v查看调用)_Iphone_Class - Fatal编程技术网

Iphone clang:错误:在将排列视图添加到我的项目后,链接器命令失败,退出代码为1(使用-v查看调用)

Iphone clang:错误:在将排列视图添加到我的项目后,链接器命令失败,退出代码为1(使用-v查看调用),iphone,class,Iphone,Class,我在我的项目中添加了扩展视图类 “_OBJC_CLASS_$_MDSpreadView”,引用自: objc-class-ref in ScheduleManagement.o//schedulemanagement is my file name where iam using the spread view objc-class-ref in ScheduleManagement.o “_OBJC_CLASS_$_MDSpreadViewCell”,引用自: objc-cla

我在我的项目中添加了扩展视图类

“_OBJC_CLASS_$_MDSpreadView”,引用自:

  objc-class-ref in ScheduleManagement.o//schedulemanagement is my file name where iam using the spread view
  objc-class-ref in ScheduleManagement.o
“_OBJC_CLASS_$_MDSpreadViewCell”,引用自:

  objc-class-ref in ScheduleManagement.o//schedulemanagement is my file name where iam using the spread view
  objc-class-ref in ScheduleManagement.o
ld:未找到架构i386的符号

叮当声:错误:链接器命令失败,退出代码为1(使用-v查看调用)


(null):错误:无法打开可执行文件“/Users/admin/Library/Developer/Xcode/DerivedData/eCloudBiz cwrayrablmglmmodqkocxscmbrooo/Build/Products/Debug iphonesimulator/eCloudBiz.app/eCloudBiz”

在导入MDSpreadViewCell类时,您似乎忘了选中“添加到目标”框

进入项目设置,确保选择了目标,单击“构建阶段”选项卡,并将“MDSpreadViewCell.m”添加到“编译源代码”窗格中