Unusual build errors (svn related?)

Hey folks, I’ve been creating Xcode builds without any problems what so ever for the last few months.

Just recently I needed to check the entire build into SVN so that a third party could have their way with it. however, when they sync to the project and tried to build, the build failed.

I deleted my local project and did a fresh sync from the online repository. I’m now getting some errors as well:

ld: library not found for -liPhone-lib
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g+±4.2 failed with exit code 1

any ideas? I could really use some help on this!

the libraries are not present in the build folder but in the build by reference. you can’t send it around like that without getting all the files in manually etc. or version the unity project itself

ahh, that makes sense, thank you.

SO – commiting the entire unity3d project is less desired. Can I add the necessary files myself somehow? what are the necessary files, anyway?

sure.
the files are the one it mentions as missing.
stuff starting with -lXXXXX is a static library in this case the libIphone-Lib from the unity directory for example

dreamora, my friend, yet again you have offered me a solution to a problem that had me baffled. Thank you very much!!!

(everything’s fine now.)