I am using OS X Mavericks with Xcode 4.6.3. I am running the app on simulator as i don\'t have a developer account. Whenever i run the project on simulator it keeps asking me \"
In case you are using older version of Xcode (below 6) type this command on terminal :
DevToolsSecurity -enable
This will prompt a dialog requesting system password. Enter password and you can see 'Developer mode is now enabled'
log on terminal.
If you are using Xcode 6 (or above) it will automatically ask for enabling developer mode
. Simply click 'Enable' to enable developer mode.