Reputation: 683
I am using Worklight 6 on Mac OS, and I installed WebWorks SDK 2.3.1.5.
I have got some issues with WEBWORKS_HOME environment variable, that I fixed after reading IBM Worklight - Mac - "'WEBWORKS_HOME' environment variable is undefined"
Now I am having the error
WebWorks SDK source file was not found. Make sure to set it in application-decsriptor.xml: Replace it with path to WebWorks SDK
When I try to build the Blackberry app.
When I check my application descriptor, I only see
<blackberry10 version="1.0"/>
Should I add something to Blackberry app in the application descriptor? or what shall I do to fix the error?
Upvotes: 0
Views: 374
Reputation: 44516
You've installed the wrong SDK.
Make sure that the WEBWORKS_HOME variable path points to that of the BlackBerry 10 SDK.
Upvotes: 2