Cannot Preview in this file- Landmark Crashed
Replies
Howdy,
Sorry to hear you are having problems getting previews working. Crash logs for the preview app will show up in ~/Library/Logs/DiagnosticReports/. It can sometimes take a few minutes for it to generate, so give it a bit time and then see if any are there. Hopefully that will give you some helpful hints on what is causing the crash.
To start the app from a fresh slate you can use the terminal app and run xcrun simctl --set previews delete all.
If that still doesn't resolve issue then probably best next step will be to file a feedback with diagnostics. We will need the diagnostics Xcode Previews generates in order to make sure we understand the error the previews system is encountering.
- When you get an error in Xcode Previews, an error banner appears in the canvas
- Click the "Diagnostics" button in that banner
- In the sheet that appears, click "Generate Report" in the bottom left of the sheet
- Attach (or make from the folder) the resulting zip file to the bug (will be named something like
previews-diagnostics-0123456789.zip)
I had a same issue with you but I've found my mistake in 'Landmark.swift' file. I typed 'var description: String' as 'var dscription: String' It could be a matter of a simple syntax error. I recommend you to recheck your codes if those have a simple syntax error. Hope you find it!