ios - Obscure Xcode build error: "The file “myapp-SBPartialInfo.plist” couldn’t be opened because there is no such file." -


i'm getting following error toward end of build:

error: not read data '/users/myname/library/developer/xcode/deriveddata/myapp-ftieubjjfkuwyrhhleghfevbhxuu/build/intermediates/myapp.build/debug-iphoneos/myapp.build/myapp-sbpartialinfo.plist': file “myapp-sbpartialinfo.plist” couldn’t opened because there no such file.

the thing can think of is result of having aborted build hour or ago.

i have cleaned, quit xcode, rebooted computer - none of easy fixes working. i've checked other build directories (debug-iphonesimulator , release-iphoneos), , neither of directories contain file either. both simulator , archive building correctly.

xcode bugs worst.

i heard apple support.

something wrong 1 of generated files. here steps fix it:

1) quit xcode.

2) open finder , select go > go folder...

3) delete deriveddata folder

4) open xcode.

5) clean project

6) build


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -