Xcode正式版和beta共存时pod repo push的问题

2017-08-16  本文已影响16人  LZZZ

报错:

ERROR | [iOS] unknown: Encountered an unknown error (743: unexpected token at '2017-08-16 14:12:34.578 simctl[49071:6346926] CoreSimulator detected Xcode.app relocation or CoreSimulatorService version change.Framework path (/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework) and version (375.21) does not match existing job path (/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc) and version (494.12).Attempting to remove the stale service in order to add the expected version.

用一行命令就可以解决

launchctl remove com.apple.CoreSimulator.CoreSimulatorService || true
上一篇下一篇

猜你喜欢

热点阅读