the problem is solved by checking build warning, one of the warning:
ld: warning: object file (***.o)) was built for newer iOS version (18.0) than being linked (12.0);
it indicates that a library written with c++ linked to the app is built for iOS 18.0;
after rebuilding the library for iOS 12.0, everything is ok.
one final confusion: the crash report seems not relevant to the cause of the problem.
Post
Replies
Boosts
Views
Activity
the crash report text attachment is here
player-2024-12-18-101041.txt