2

Am new to Marmalade, need help in opening a file in mac. When I try to open .mkb file of marmalade i was getting an error message in terminal like this:

running mkb using app from /Developer/Marmalade/6.2/s3e/bin ...  
(<type 'exceptions.IOError'>, IOError(2, 'No such file or directory'), <traceback object 
at 0x1fe738>)  
Error opening mkb file
vardhan
  • 1,377
  • 11
  • 14

1 Answers1

3

As answered on marmalade website there seems to be an issue with folder names.

If the folder (or perhaps the whole path) containing your Marmalade project has any blank spaces (" ") in it, try removing them. Or move the project folder somewhere where there are no spaces in the path.

I had the same issue and removing spaces solved it.

Bikush
  • 654
  • 8
  • 22