这些错误让我很困惑,我不知道我做了什么来触发它们:
ld: warning: directory not found for option '-F/"..."' ld: warning: ignoring file "..."/iOS 7/Crashlytics.framework/Crashlytics,file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6F 0x6E 0x73 0x2F 0x43 0x75 0x72 0x72 0x65 0x6E 0x74 ) which is not the architecture being linked (i386): /"..."/Crashlytics.framework/Crashlytics Undefined symbols for architecture i386: "_OBJC_CLASS_$_Crashlytics",referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture i386 clang: error: linker command Failed with exit code 1 (use -v to see invocation)
我不知道它在说什么.我如何解决它?