Fabric을 설치하려고하는데 지침 (스크립트 빌드 단계 실행, 빌드, 프로젝트로 파일 복사 (복사 꺼짐) 추가)이 모두 잘된 것처럼 보입니다.Xcode에서 Twitter의 Fabric API를 빌드하는 데 문제가 있습니다.
ld: warning: directory not found for option '-F/Users/michael/Developer/Digicub/Mini2/MGBF2/APIs/ParseChat/Framework'
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_NSManagedObjectContext", referenced from:
objc-class-ref in TwitterKit(TFSScribe.o)
"_OBJC_CLASS_$_NSPersistentStoreCoordinator", referenced from:
objc-class-ref in TwitterKit(TFSScribe.o)
"_OBJC_CLASS_$_NSManagedObject", referenced from:
_OBJC_CLASS_$_TFSScribeEvent in TwitterKit(TFSScribeEvent.o)
_OBJC_CLASS_$_TFSScribeImpression in TwitterKit(TFSScribeImpression.o)
"_OBJC_CLASS_$_NSManagedObjectModel", referenced from:
objc-class-ref in TwitterKit(TFSScribe.o)
"_OBJC_CLASS_$_NSFetchRequest", referenced from:
objc-class-ref in TwitterKit(TFSScribe.o)
"_NSSQLitePragmasOption", referenced from:
-[TFSScribe _setupManagedObjectContext] in TwitterKit(TFSScribe.o)
"_NSInMemoryStoreType", referenced from:
-[TFSScribe _setupManagedObjectContext] in TwitterKit(TFSScribe.o)
"_OBJC_CLASS_$_NSEntityDescription", referenced from:
objc-class-ref in TwitterKit(TFSScribe.o)
"_OBJC_METACLASS_$_NSManagedObject", referenced from:
_OBJC_METACLASS_$_TFSScribeEvent in TwitterKit(TFSScribeEvent.o)
_OBJC_METACLASS_$_TFSScribeImpression in TwitterKit(TFSScribeImpression.o)
"_NSSQLiteStoreType", referenced from:
-[TFSScribe _setupManagedObjectContext] in TwitterKit(TFSScribe.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
내가 다시 설치, 제거, 몇 번을 시도했습니다
그러나 최대한 빨리 응용 프로그램을 실행하려고, 나는 오류의 홍수를 얻을. Twitter.framework와 충돌 할 수 있다고 생각했으나 이것을 제거해도 아무런 효과가 없습니다. 어떤 아이디어를 해결하는 방법?
시도는 프로젝트에 CoreData 프레임 워크를 추가. – rmaddy
그 트릭을했다 - 감사합니다! 필자는 필요한 프레임 워크 목록에서이를 보지 못했습니다. – Smikey