After updating to the latest version of cocoapods I can no longer generate the project. Uninstalling the latest version and going back to the older version doesn\'t resolve the
Removing this redundant part of my .xcodeproj file fixed this issue:
.xcodeproj
FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", "$(PROJECT_DIR)/Frameworks", );