Realm-cocoa: object_schema.hpp file not found

Created on 29 Oct 2015  路  1Comment  路  Source: realm/realm-cocoa

First: you guys are awesome! Lovin' this framework.

However my project doesnt build anymore since upgrading to 0.96.2
Lexical or Preprocessor Issue Group
/Users/_/Develop/iOS/_/Pods/Realm/Realm/ObjectStore/object_schema.cpp:19:10: 'object_schema.hpp' file not found

ProductName:    Mac OS X
ProductVersion: 10.10.5
BuildVersion:   14F27

/Applications/Xcode.app/Contents/Developer
Xcode 7.0.1
Build version 7A1001

/usr/bin/pod
0.39.0
Realm (0.96.2)
RealmSwift (0.96.2)

/bin/bash
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)


(not in use here)

/usr/bin/git
git version 2.3.8 (Apple Git-58)

Most helpful comment

rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
pod install

does the trick

>All comments

rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
pod install

does the trick

Was this page helpful?
0 / 5 - 0 ratings