- Home /
Upgraded to Unity 3.4.2, Xcode Errors
I've got Xcode 4.1 and Unity 3.4.2 recently installed. Projects used to build fine on Unity 3.4.1, but I'm getting a lot of Xcode errors now.
ld: warning: directory not found for option '-L"/Users/aameen/New'
ld: warning: directory not found for option '-LUnity'
ld: warning: directory not found for option '-LProject/Test"'
What is causing this problem and how can it be fixed?
Answer by absameen · Nov 10, 2011 at 10:30 PM
Here's the solution to this problem. Upon updating Unity, the SDK Version from the Player Settings was changed to iOS Latest. I changed it back to a lower setting such as iOS 4.1 and it builds fine now.
Be sure to mark your answer as the correct answer so it can help others in the future.
Your answer

Follow this Question
Related Questions
Xcode Error when uploading unity game "Shell Script Invocation Error" 0 Answers
Unity 2018 is not adding bundle identifier in Xcode Build Settings 1 Answer
SIGABRT error when trying to run on device 2 Answers
iPhone_target_Prefix.pch error! 0 Answers
Semantic Issue Use of undeclared identifier 'GL_BGRA_EXT' 1 Answer