You updated to the latest Xcode? I've updated to Mavericks, and all simulators are working so it's not a global issue - seems to be more an individual issue.
Mavericks has trouble loading GameController and MediaAccessibility iOS frameworks (even with weak references).
Using "Link SDK assemblies" will (in most cases) remove any references to the bad frameworks, so the older simulator will be able to load the applications.
The default simlauncher that ships with 7.0.3 (in alpha) channel does not link with those frameworks (since they are not often needed, even less in a simulator).
Posts
You updated to the latest Xcode? I've updated to Mavericks, and all simulators are working so it's not a global issue - seems to be more an individual issue.
You should select in
Project Options > iOS Buils > Linker Options > Link SDK Assemblies only
Mavericks has trouble loading GameController and MediaAccessibility iOS frameworks (even with weak references).
Using "Link SDK assemblies" will (in most cases) remove any references to the bad frameworks, so the older simulator will be able to load the applications.
The default simlauncher that ships with 7.0.3 (in alpha) channel does not link with those frameworks (since they are not often needed, even less in a simulator).
"Link SDK assemblies" worked. Thanks.
This solution worked for me as well! Thanks!
"Link SDK assemblies" worked perfectly. Thank you very very much.
Thanks! "Link SDK assemblies" worked for me.