Post

Replies

Boosts

Views

Activity

Reply to iOS 13.6, DYLD, symbol not found,expected in '/usr/lib/libc++.1.dylib',
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.
2w