I develop a simple demo App in MacOS. App just print some stirng.It is used c++ and cmake to develope.
I have use otool to handle the dynamic library relationships and library name id. I alse handle the Info.plist. I have set the LSMinimumSystemVersion - 10.13.4.
now i hope it can runing in any older MacOS vesion.
but it can't. the running the result as floows
- My MacOS version 13.0.1 -- the app can run
- VM MacOS version 13.0.1 -- the app can run
- VM MacOS verson 12.0.3 -- the app can't run
- VM MacOS verson 12.0.1 -- the app can't run
I have trid to
- rebuid the demo
- handle the dynamic library relationships and library name id.
- manual modification the LSMinimumSystemVersion
but It can't run in lower opreting systerm.
May I ask where the problem is with me