i tried to solve many time. but no Result. Then i start reading Apple sdk doc and get Answer like that.
Just run this command in terminal
launchctl list|grep UIKitApplication|awk '{print $3}'|xargs launchctl remove
And Restart your Xcode. Problem is solve.