I'm getting error while running an application on simulator using Xcode 9.2. Can not run project on simulator devices.
Error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)
And in my CoreSimulator.log file I have seen:
Spawning processes in an unbooted state without setting kSimDeviceSpawnStandalone is deprecated.
I tried to remove derived data, quit Xcode and reopen does not solve my issue. Could you please help to solve this bad situation?
My mac OS version: 10.13.2(High Sierra) Xcode version: 9.2