When I run try to generate code for a simple Blood Pressure profile I get a run time error. I'm using Plugin 1.2 with Studio 1.0.2095. Any ideas on how to fix it?
1:25 PM - [Code Generator] [I] - Packaging Profile data for the plugin - Nordic Semiconductor nRF5x v.1.2
1:25 PM - [Code Generator] [I] - Loading the plugin Nordic Semiconductor nRF5x v.1.2
1:25 PM - [Code Generator] [I] - Validating the plugin Nordic Semiconductor nRF5x v.1.2
1:25 PM - [Code Generator] [I] - Starting code generation...
1:25 PM - [Code Generator] [I] - Generating files for service Blood Pressure...
1:25 PM - [Code Generator] [I] - Generating header file ble_bls.h
1:25 PM - [Code Generator] [I] - An error occurred executing the plugin
1:25 PM - [Code Generator] [E] -
1:25 PM - [Code Generator] [E] - Bluetooth.D3T.Common.Services.JavaScriptRuntimeException: An error occurred while Invoking the script method - RunPlugin ---> Jint.Runtime.JavaScriptException
at Jint.Native.Function.ScriptFunctionInstance.Call(JsValue thisArg, JsValue[] arguments)
at Jint.Engine.Invoke(String propertyName, Object thisObj, Object[] arguments)
at Jint.Engine.Invoke(String propertyName, Object[] arguments)
at Bluetooth.D3T.Common.Services.JSIsolatedProgram.Invoke(String method, Object[] paramData)
--- End of inner exception stack trace ---
at Bluetooth.D3T.Common.Services.JSIsolatedProgram.<InvokeAsync>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Bluetooth.D3T.Common.Service.PluginEngine.<RunPluginInternal>d__4a.MoveNext()