Start a new topic

PluginSamples help

PluginSamples help


xcode 4.6.2 is my version 

Then please update Xcode. After that, everything will work as expected.

Best regards

Andreas

i have same problem with this command

$ ./CreateSampleApp.sh -d ~/Path/Where/The/App/Should/Be/Created -ios true -android true

how to implement this on windows ? i got a bit confuse about it.

Please help

Hi Lillis,
I'm not a Windows user, but I guess you can use the Windows Power Shell to execute shell scripts. Unfortunately we don't deliver any Windows batch files, so you need to somehow get shell scripts running on your machine.

Best regards

Andreas

Hi, I had the same problem on Windows.

You need a posix-compliant shell and environment, the most common are cygwin and mingw32/msys.
Login or Signup to post a comment