How can i fix this warning: CoreSimulator is attempting to unload a stale CoreSimulatorService job

后端 未结 2 446
[愿得一人]
[愿得一人] 2021-02-02 09:57

I have a warning in my build log in teamcity. I\'ve updated Xcode on my CI-Server from 7.3.1 to 8. The step run successfully but I have this:

[Step 3/3] Startin         


        
2条回答
  •  盖世英雄少女心
    2021-02-02 10:38

    Encountered the same issue and solved with the following steps:

    1. Copy Xcode from the Applications folder to another location
    2. Delete the copy left in Applications & make sure no copies of Xcode remain
    3. Move the copy from step 1 back to the Applications folder
    4. Restarted machine

    It appears that some value is not being set, since Xcode is not being installed through the App store.

提交回复
热议问题