I have restarted iPhone development after a long intervak and was trying to follow apple's source code 'EADemo' I guess its been configured to run on iPhone. Can you pl开发者_运维技巧ease let me know what changes needs to be done so that I can run the code on simulator.
Thanx in advannce
It was better if you could upload the error. but the problem is usually the "Base SDK" version of the example.
- you should go to the most upper app folder in the xcode file browser, right click on the icon (it should be blue with the name of the app).
- select - "get info"
- look for "Base SDK"
- set it to the last updated version.
- sometimes it is required to move between "Debug" and "Release" to get the change.
- make sure you are on simulator.
good luck
精彩评论