Hi!
I know it was long ago, but I solved it yesterday and reading through the whole thread I realised I was not the only one having this issue lately. So I share my solution here.
Let’s get started. This means file does not exists in that folder. So probably it is somewhere else. You should do a search in /Users/1/Desktop/jasonette-ios-master folder for file named “setting.plist”. In my case I got the result Desktop/jasonette-ios-master/xcode/App/, that’s where my setting.plist file was. Probably yours is located there.
Now you have the file, what I recommend to do is opening the setup file in a text editor. See pictures below:
Next picture you can see my example highlighted, how I fixed the problem.
On the left, in the text editor I highlighted 2 rows. The first one I commented out with a “#” sign is what you also have. The second line changed, thus showing the right path to find the folder.
…/ means go back one folder. You need to use it twice because setup file is in tools/legacy/, but the settings.plist in xcode/app/ folder. Thus, solution is cat > …/…/xcode/app/settings.plist <<EOF
Next issue:
You have to do the same steps as at the first one. Find where your Jasonette.xcworkspace file is, then in the setup file, you have to change the path. After you solve this 2, you may got other “file does not exist” error, then you should fix those paths as well.
But anyway, I upload the differences I had. Left one is the old one, right one is the new one which works for me.
After this, running your setup up file and following the inscturctions in it that should launch your app.
Hope it will help.
Regards,
Boti