Realm/RLMArray.h file not found
1719 단어 RealmSwiftRealmXcode7.3
CocoaPods 버전을 1.0.1로 설정하여 프로젝트를 구축한 후 Realm/RLMarray.파일 not found가 되었습니다.
Error on line 21 of Realm.h Realm/RLMArray.h file not found and Could not build Objective-C module 'Realm'
컨디션1. 명령줄에서 CocoPods의 cache를 지웁니다.
$ pod cache clean Realm
$ pod cache clean RealmSwift
2. Xcode에서 Clean Build Folder...집행하다.3. 명령줄pod install 에서
$ pod install
Analyzing dependencies
Downloading dependencies
Installing BEMCheckBox (1.2.1)
Installing FlatUIKit (1.6.2)
Installing Nimble (3.0.0)
Installing Quick (0.9.1)
Installing Realm (1.0.1)
Installing RealmSwift (1.0.1)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete!
4. Xcode Build를 사용합니다.Build Succeeed를 만들었습니다.왜 일어나
알 수 없습니다.
코코아팟 버전이 원인이라 맞혔지만 자세한 설명은 없었다.
참고 자료
Reference
이 문제에 관하여(Realm/RLMArray.h file not found), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/lucy/items/feaf33cf7ef9083e60c2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)