I'm getting the following error toward the end of the build:
error: could not read data from '/Users/myname/Library/Developer/Xcode/DerivedData/myapp-ftieubjjfkuwyrhhleghfevbhxuu/Build/Intermediates/myapp.build/Debug-iphoneos/myapp.build/myapp-SBPartialInfo.plist': The file “myapp-SBPartialInfo.plist” couldn’t be opened because there is no such file.
The only thing I can think of is that it is a result of having aborted a build an hour or so ago.
I have cleaned, quit Xcode, rebooted my computer - none of the easy fixes are working. I've checked the other build directories (Debug-iphonesimulator and Release-iphoneos), and neither of those directories contain the file either. But both the simulator and the archive are building correctly.
Xcode bugs are the worst.