Why do I receive ' No Info.plist file in application bundle' errors when I try to execute my compiled MATLAB code on Maci 64-bit systems on MATLAB 7.9 (R2009b)?
Show older comments
I have compiled my sample MATLAB code using the MATLAB Compiler 4.11 to generate an executable as shown below:
mcc -mv example.m
The compiler creates the executable file in the current folder. When I then try to execute the file from MATLAB as shown:
!./example
I receive the following error:
example[1715:10b] No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file, exiting
How can I run the compiled executable?
Accepted Answer
More Answers (0)
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!