Problem with nme setup blackberry on Mac OS

Hi everyone, I have a problem with nme setup blackberry on my Mac OS. When calling the command I am requested to enter the path to the native SDK, which I enter, then I get the following message: localhost:~ tr$ nme setup blackberry Path to Blac…

Viewing 1 to 3 (3 Total)
Problem with nme setup blackberry on Mac OS

treike

treike
Total Posts: 25
Joined: May 10, 2012

Hi everyone,

I have a problem with nme setup blackberry on my Mac OS.

When calling the command I am requested to enter the path to the native SDK, which I enter, then I get the following message:

localhost:~ tr$ nme setup blackberry
Path to BlackBerry Native SDK [/Developer/SDKs/bbndk-2.0.1] :
Called from ? line 1
Called from InstallTool.hx line 558
Called from setup/PlatformSetup.hx line 362
Called from setup/PlatformSetup.hx line 374
Called from setup/PlatformSetup.hx line 755
Called from setup/PlatformSetup.hx line 945
Called from C:\Motion-Twin\haxe/std/neko/io/File.hx line 54
Uncaught exception - [file_open,/Users/tr/.hxcpp_config.xml.bak]

As I am on a Mac, I think that maybe the path C:\Motion-Twin could be a problem?
Or does anybody know what could be the problem? I would like to develop a game for the Playbook using Haxe/NME

Thanks a lot!

Tags:
Posted on May 10, 2012 at 2:49 PM

treike

treike
Total Posts: 25
Joined: May 10, 2012

Re: Problem with nme setup blackberry on Mac OS

Just updated to the latest NME, and now it seems to work. As though I have to call it as sudo.

Posted on May 10, 2012 at 3:05 PM

singmajesty

singmajesty
Total Posts: 2192
Joined: August 25, 2011

Re: Problem with nme setup blackberry on Mac OS

The "nme setup" command will automatically save your previous ".hxcpp_config.xml" file as ".hxcpp_config.xml.bak"

It sounds like there's a permissions issue on the file. To prevent problems in the future, you can run "sudo chmod 777 ~/.hxcpp_config.xml.bak"

Posted on May 10, 2012 at 9:05 PM