How to fix Xcode “DTAssetProviderService could not start..” error?

前端 未结 5 1576
太阳男子
太阳男子 2020-11-27 18:21

I have upgraded macOS Sierra Developer Preview, but my Xcode 7.3.1 gives below error while try to run my project on simulator. In addition Generic to archie

5条回答
  •  我在风中等你
    2020-11-27 18:43

    This seems to be a major bug. Until Apple fixes it, you can work around it:

    • Build app
    • The app will still install on the simulator, even with the error
    • Launch the app manually on the simulator
    • Go to Xcode
    • Click Debug > Attach to Process > Your App Name

    That will enable Xcode debugging features and allow your app to run in simulator. Definitely not ideal, but hopefully you can use this until a real solution comes out.

提交回复
热议问题