OK, so I’ve deleted all that was in that plist - but it seems there is still another set of plist entries somewhere because the manually entered settings were not in there. Xojo still crashes when trying to open Property List Edit inside the MacOS Build Settings.
I’m sorry it didn’t help you. As I mostly work with Web, I don’t have a project for macOS with a plist.
I only did some tests with the Property List editor and see that line that added the contents and removing that helped avoid the crash on empty project.
Nope. I did have some supporting .plist files in the same project folder as the app, but they were not referred to within the app. I have removed those anyway, but still same issue.
appname.xojo_project file now shows PlistEntries={“root”:“”}, but same issue exists.
As a test created an empty project and used Property List Edit to add a new entry. This entry did appear in app name.xojo_project under PlistEntries.
So it is strange that it is still finding an error in plist when there should be nothing there.
Thanks again. I found the culprit plistEntries in the xojo_project file as you suggested(I was looking in the wrong folder - duh!).
Deleted the array entries entered using Property List Edit - and now back to normal. I think the final solution is to remove the Xojo Property List entries, and rely instead on App Wrapper.