App Designer issues after migrating from intel i9 to M1 PRO MacBook
    8 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Kris Hoffman
      
 il 8 Feb 2022
  
    
    
    
    
    Risposto: Kris Hoffman
      
 il 18 Feb 2022
            I recently migrated my system from my old intel MacBook Pro to a new M1 Pro MacBook Pro. When I load up appdesigner I get warning messages for every ui component and the app will not launch. I have Rosetta installed. The errors I get are the following:
Many MANY lines of these errors.
Error in
appdesigner.internal.componentcontroller.DesignTimeLabelController/handleSizeLocationPropertyChange
(line 60)
            obj.ProxyView.setProperties({
Error in
appdesigner.internal.componentcontroller.DesignTimeLabelController/handleDesignTimePropertiesChanged
(line 35)
            handlePropertiesChanged(obj, changedPropertiesStruct); 
Warning: Error occurred while executing the listener callback for event GuiEvent defined for
class appdesigner.internal.componentview.DesignTimeComponentProxyView:
Error using strfind
Search term must be a text or pattern scalar.
Error in contains (line 36)
tf = ~cellfun(@isempty, strfind(s, pattern)); 
Warning: Error occurred while executing the listener callback for event GuiEvent defined for
class appdesigner.internal.componentview.DesignTimeComponentProxyView:
Error using strfind
Search term must be a text or pattern scalar.
Error in contains (line 36)
tf = ~cellfun(@isempty, strfind(s, pattern));
And this.

The app was working flawlessly before the migration and I've never seen these errors before. Should I just reinstall all of Matlab?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!