Whenever I try and run an appdesigner app I get this error. I can't run anything what do I do?
Error: File: AppManagementService.m Line: 65 Column: 63
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct
matrices, use brackets instead of parentheses.
Error in appdesigner.internal.appalert.AppAlertController/addErrorAlertListener (line 54)
addlistener(appdesigner.internal.service.AppManagementService.instance(), 'CallbackErrored',...
Error in appdesigner.internal.model.AppModel/addErrorAlertListener (line 520)
appController.addErrorAlertListener(obj);
Error in appdesigner.internal.model.AppModel.runAppHelper (line 641)
currentAppModel.addErrorAlertListener();
Error in appdesigner.internal.model.AppModel>@()appdesigner.internal.model.AppModel.runAppHelper(obj,appArguments) (line 509)
funcHandle = @()appdesigner.internal.model.AppModel.runAppHelper(obj, appArguments);

댓글 수: 5

Scott - what is line 65 of AppManagementService? From the error
Error: File: AppManagementService.m Line: 65 Column: 63
Scott Gorman
Scott Gorman 2020년 5월 7일
I don't know I don't have access to it as far as I am aware. It is not something I am using. It just appears when I try and run anything in appdesigner.
Undefined variable "AppManagementService" or class "AppManagementService.m"
Geoff Hayes
Geoff Hayes 2020년 5월 8일
Scott - do you get this error when creating a new app? Or does this just occur for your current app?
Mohammad Sami
Mohammad Sami 2020년 5월 8일
The error itself is likely to be in a callback from your app code.
You should set a debug pointer in the constructor and step by step to see where the error originate from.
Scott Gorman
Scott Gorman 2020년 5월 11일
It occurs for all apps I have. If I create a new app it doesn't appear but as soon as I save and run that new app I get the same error.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sean de Wolski
Sean de Wolski 2020년 5월 11일

0 개 추천

Sounds like you may have corrupted: appdesigner.internal.service.AppManagementService. Probably worth contacting tech support. At least in R2020a, line 54 of that file is a comment.

댓글 수: 1

Scott Gorman
Scott Gorman 2020년 5월 11일
Thank you I have just submitted a report.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

태그

질문:

2020년 5월 6일

댓글:

2020년 5월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by