xcode The document “…” could not be saved

前端 未结 15 2849
谎友^
谎友^ 2021-02-20 00:31

I use xcode 3.2.4 on snow leopard. Today when I tried to save a file on my project I get an error message saying: The document \"nameOfFile.m\" could not be saved. I tried reins

15条回答
  •  旧巷少年郎
    2021-02-20 01:28

    Another possible reason is that the file you are trying to modify is an alias (i.e. a soft link).

    You will have to modify the source file directly in this case.

提交回复
热议问题