Pod Spec Lint CoreSimulator detected Xcode.app relocation or CoreSimulatorService version change

我们两清 提交于 2019-12-04 06:14:36

For reference, I've managed to solve this problem. I found the answer here: https://stackoverflow.com/a/40258881/3231194

Though the question is about CI.

In short, the solution I got was from Luca, run this:

launchctl remove com.apple.CoreSimulator.CoreSimulatorService || true

As for the explanation what caused the problem, I think it's because I have and run two versions of Xcode. 8.3 and 9.0.

I run into this issue and solved it by changing the Command Line Tools in Xcode (Xcode > Preferences > Locations) as explained here: https://stackoverflow.com/a/41536029/4196117

Bottom line, I was using a different Xcode version for the command line tools than the one I was actively using for my project.

Update: image for reference

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!