Simulator won't work anymore?

Hey everyone!

Lately, I have been having issues with the iOS simulator. For some reason, stencyl will not recognise the simulator on my mac book any more. I have tried multiple device simulators, but to no success. I still have the simulator on the mac, but I read up somewhere that they have changed the name to just "Simulator" rather than "iOS simulator". I tried to see if there was any software updates for the simulator, but I couldn't find anything.

I have attached the log files here. Hopefully it's nothing too dramatic, and an easy fix

Cheers,

JBG

Justin

  • *
  • Posts: 4716
Code: [Select]
Running command: /Volumes/Stencyl-full 1/[...]/ios-sim launch [...]
/Volumes/Stencyl-full 1/[...]/ios-sim: line 6: /Volumes/Stencyl-full: is a directory

I guess it doesn't like that you have a space in the filepath.

Go to /Volumes/Stencyl-full 1/Stencyl/plaf/lime-templates/bin/ios-sim and open it.

Change line 6 to this and see if that makes it work.

Code: [Select]
"$node" "$iosSim" "$@"
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

hmmm, when i open that file, this is what shows (attached). Looks similar to what you have suggested, so I'm not sure what else to change?

JBG


Justin

  • *
  • Posts: 4716
Mine has more quotes. You can just copy and paste it.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Looks like I can only read the file, and not edit it. It asks me if I would like to unlock it, but then it comes up saying that I cannot edit the volume. I tried looking online for a solution, but to no luck. Is this a normal thing?

Cheers,

JBG

Justin

  • *
  • Posts: 4716
Uhh I'm not sure, that usually only happens to Windows users who have Stencyl installed in Program Files. Sounds like it might be annoying. I'll try putting some spaces in my Stencyl path on mac and see if it breaks in the same way and fix it if it does.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Justin

  • *
  • Posts: 4716
Oh, I just realized that you're using an older version of Stencyl. I'm fixing the issue, but the fix will only be available for 3.5 users. In your case, you should remove the space from your Stencyl install (name it Stencyl-full1 or something).
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)