Craig Koster
Craig Koster

Reputation: 496

XCode 4 Build Problem

Everything was running great in a project I have and I made a change to set code signing in my app and committed the project file to my local Git repository. Now I'm getting the errors shown in the attached screenshot. These errors only happen on the Debug configuration as I can do a test or archive (which use the Release configuration) with no problems.

Any ideas? I'm stumped. Obviously XCode is having trouble writing the compiled binaries to the derived data folder but I'm not sure how to fix this. Does this have something to do with Git? I'm fairly new to XCode and this is the first project I've tried using Git on so I'm not very familiar with it either.

Thanks in advance for any help.

enter image description here

Upvotes: 1

Views: 472

Answers (1)

Joshua Nozzi
Joshua Nozzi

Reputation: 61228

Did you verify the permissions for the paths it mentions? Have you tried cleaning your target via Cmd-Shift-K? Do you have any custom build scripts wherein you set file permissions?

Upvotes: 0

Related Questions