Getting a (null) reference in the Xcode pbxproj file
Remove all occurrences of (null) in Sources lines in your project.pbxproj: sed -i ” ‘/(null) in Sources /d’ YOURPROJECT.xcodeproj/project.pbxproj
Remove all occurrences of (null) in Sources lines in your project.pbxproj: sed -i ” ‘/(null) in Sources /d’ YOURPROJECT.xcodeproj/project.pbxproj