File not found error in xcode compile

273 Views Asked by At

In my xcode project, I recompiled my project for testing rather than running and I received the following error message.

    (null): File not found:    /Users/joeblow/Library/Developer/Xcode/DerivedData/Cemweb-bwtaoodqbazinlcmawaglbwwiqgr/Build/Products/Debug-iphoneos/Cemweb.app/Cemweb

However, if I compile for running I do not get the above error. The reason I recompiled the project for testing is because I was continually getting an NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:' error for every control in my app.
Is the above error related to this error and how can I resolve the file not found error?

0

There are 0 best solutions below