Prerequisites :
- Problems arose after duplicating and renaming project
- Tried to fix it without updating anything
- pod 'Realm', '0.97.0'
- pod --version 0.39.0
- Xcode Version 7.3.1 (7D1014)
- Deleted /Xcode/DerivedData/
- Deleted /Library/Caches/CocoaPods
- Deleted pod.lock
- Deleted /Pods/*
- Deleted .xcworkspace
- Opened up the new .xcworkspace
- Product > Clean
Results in 'Realm/Realm.h' file not found
https://github.com/realm/realm-cocoa/issues/1918 Adding Pods/** in the Build Settings > Header Search Paths (seemed to fix it but it's not a proper fix)
Some other issues I've encountered:
https://github.com/CocoaPods/CocoaPods/issues/3886 https://github.com/CocoaPods/CocoaPods/issues/4391 https://github.com/CocoaPods/CocoaPods/issues/4754