Realm/RLMArray.h file not found

무슨 일이 있었는지
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'

컨디션
  • OS X El Capitan 10.11.6
  • Xcode 7.3.1
  • CocoaPods 1.0.1
  • Realm 1.0.1
  • RealmSwift 1.0.1
  • 해결책
    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를 만들었습니다.

    왜 일어나
    알 수 없습니다.
    코코아팟 버전이 원인이라 맞혔지만 자세한 설명은 없었다.
    참고 자료
  • Realm/RLMArray.h file not found and Could not build Objective-C module 'Realm'
  • 좋은 웹페이지 즐겨찾기