Godot took over .scn files in Xcode

我们两清 提交于 2020-01-03 19:16:14

问题


Recently installed Godot. Now Xcode will not preview .scn files. I can't change the type back to SceneKit as it isn't available in the dropdown list.


回答1:


try this:

  1. Open finder and locate any file with the .scn extension.
  2. Click on Get Info
  3. Navigate to the session Open with:
  4. Select Xcode from the list and click in change all

Hope it helps.




回答2:


You can also right-click on the .scn file in Xcode's Project navigator and select Open AsSceneKit Document




回答3:


Other answers did not work for me. However @tjgrant's comment worked.

I had to uninstall Godot from mac. And remove it from Trash as well. I know this is not ideal solution, but for those who are not working on SceneKit files and Godot simultaneously this is the easiest solution.

I plan to install Godot later when I am done with SceneKit work.



来源:https://stackoverflow.com/questions/55708967/godot-took-over-scn-files-in-xcode

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