I'm trying to create a SceneKit scene. I can create it, and edit it, but the moment I try to save it I get the error "The document “SceneKit Scene.scn” could not be saved.".
.scn
I try to create, regardless of project (including brand new projects with no changes other than adding this .scn
), and does so regardless of what changes (if any) I've made to the Scene (even no changes at all gives this message).scn
file can be opened separately to the project, but again, it cannot be saved.scn
files as far as I can see (definitely doesn't affect .swift
, .storyboard
or .metal
files).scn
I can't write tols -l
shows staff
, as does Preferences.app > Users & Groups > [right click on my account] > Advanced Options… > Group:)diskutil resetUserPermissions / `id -u`
as suggested by @JeremyP)
didn't help.commit
, pull
, or push
Why is Xcode failing to save .scn
, all the .scn
, and nothing but the .scn
?
Had the same issue with .scn files and Xcode 10. I solved it exporting the .scn file (File > Export... ) and adding it to the project again. Not a great solution but it works.
I had the same issue. Changing permissions did not work. Changing the group did not work. Exporting the scene did not work. In the end I tried the solution suggested here:
https://support.apple.com/en-us/HT203538
Actually, I skipped all the way to step 7 and I haven't done steps 8 and 9 yet, but this fixed the issue for me:
diskutil resetUserPermissions / `id -u`
Just run the above in a terminal session. Note that I am logged in as an admin user. That might make a difference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With