Unable to run app in Simulator: An error was encountered while running (Domain = LaunchServicesError, Code = 0)

后端 未结 25 1238
天涯浪人
天涯浪人 2020-12-01 00:39

After successfully compiling the project in Xcode 6, I am unable to run it in the simulator with the above mentioned message. I did all the possible research, tried everythi

25条回答
  •  余生分开走
    2020-12-01 01:16

    I get rid from the issue by the given steps for simulator

    1. Way

    1. Reset Content and Settings of Simulator.
    2. Clean your project by Cmd+Shift+K.
    3. Clear your Derived Data.
    4. The last one which is more important change your Bundle Identifier by "com.yourcompanyname.projectname" like "com.facebook.Facebook"

    2. Way

    You can do only be the given line, it works for me

    The last one which is more important change your Bundle Identifier by "com.yourcompanyname.projectname" like "com.facebook.Facebook"

    Thanks and enjoy programming.

提交回复
热议问题