- Home /
How to test on iOS simulator?
Is it possible to test Unity game in Xcode 9.2 iPhone Simulator? Xcode project is built and archived OK on Generic device, but when I try to launch game on Simulator it gives me linker error
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
full build log,Is it possible to test Unity game in Xcode 9.2 iPhone Simulator? Xcode project is built and archived OK on Generic device, but when I try to launch game on Simulator it gives me linker error
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Answer by BauRawson · Jun 11, 2018 at 08:06 PM
Hey!
You can try to navigate to: File/Build Settings/Player Settings/Other Settings and change 'Target SDK' from 'Device SDK' to 'Simulator SDK'
Your answer
Follow this Question
Related Questions
Error building to iPhone simulator 1 Answer
Can Unity 3 build for the iOS Simulator? 2 Answers
Initial Setup with Unity3d and Iphone Question 0 Answers
iOS build linking errors 1 Answer
does ios require physical phone 1 Answer