com.apple.ibtool[4772] <Notice>: Spawning processes in an unbooted state without setting kSimDeviceSpawnStandalone is deprecated

In Xcode,


I get


com.apple.ibtool[4772] <Notice>: Spawning processes in an unbooted state without setting kSimDeviceSpawnStandalone is deprecated.


App never displays but runs to completion.


Also how to create a accounts preference pane to change signing details; I have 2 files on navigator on left.


Mrinmay

I had to search for an answer.


Did you see this :

h ttps://stackoverflow.com/questions/48147271/xcode-9-simulators-does-not-run


In my target -> build phases -> link binary with libraries section

lib386.a

multiplexed. Because of my third party's "xxx.a" library which contains "lib386.a".

Deleted "lib386.a" in link binary section and then simulator runs.

com.apple.ibtool[4772] &lt;Notice&gt;: Spawning processes in an unbooted state without setting kSimDeviceSpawnStandalone is deprecated
 
 
Q