Hi all, I’m just trying to run an example app using Xcode preview and keep getting an error popup stating “Project cannot be opened because the project file cannot be parsed.” I know this problem has been reported before, but the thread I saw was from a year ago so I assumed it had been fixed. I’m currently running Fuse 0.31.2 (build 9180) with Xcode 8.2 on macOS Sierra. Literally all I have run is the following:
fuse create app fuse_test
cd fuse_test
fuse preview -tios
The app then builds and I get the error. Meanwhile, a regular fuse preview
runs fine. Can anyone else reproduce this or might it just be a problem with my Xcode? Is this a bug or am I making an error that can be easily fixed? Please let me know. Thanks!