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

后端 未结 25 1138
天涯浪人
天涯浪人 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:02

    I hade exactly the same problem and it was ShareKit.

    On the simulator I had "Error Domain=LaunchServicesError Code=0".

    On the iPhone6 device I had "App installation failed Could not inspect the application package."

    When I removed ShareKit it worked.

提交回复
热议问题