Build Error - Moving File Failed... [Solved]

I’m trying to build a project and I get this error:

“Moving Temp/BuildingPlayer/Data to Temp/BuildingPlayer/iPhone-Trampoline/Data failed because permission for the file was denied”

IOException: Failed to Copy File / Directory from 'Temp/BuildingPlayer/Data' to 'Temp/BuildingPlayer/iPhone-Trampoline/Data'.
UnityEditor.PostprocessBuildPlayer.Postprocess (BuildTarget target, System.String installPath, System.String companyName, System.String productName, System.String iPhoneBundleIdentifier, iPhoneBuildSettings buildSettings, Int32 width, Int32 height, System.String downloadWebplayerUrl, System.String manualDownloadWebplayerUrl, BuildOptions options)   (at /Users/build/builds/unity-iphone/iphone/Editor/Mono/PostprocessBuildPlayer.cs:844)

What can I do to fix?

Nevermind, figured out what the problem was…the project was located on a public folder from my other laptop so it was locked out from building on the server i guess…so i just copied the project onto the desktop and build it from there…