Unable to load platform at path

后端 未结 5 485
余生分开走
余生分开走 2021-02-01 13:31

When using filemerge to solve HG conflict, I got the following error

FileMerge[18002:707] Unable to load platform at p         


        
5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 13:57

    I have the same FileMerge warning in Git. When I look inside Xcode's preferences, I can see that neither the iPhoneSimulator nor the iPhoneOS platforms are installed but the directories do exist when I look into "/Applications/Xcode.app/Contents/Developer/Platforms".

    I don't develop for iOS, so I deleted both iPhoneOS.platform and iPhoneSimulator.platform and the warning went away.

    If you do need those platforms, try to reinstall them properly from Xcode.

提交回复
热议问题