You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mono has introduced a new libmono-system-native.a library that mmp needs to know about. If you build some projects linking against System mono you will see this on new mono (5.18):
Undefined symbols for architecture x86_64: (TaskId:394)
"_mono_pal_init", referenced from: (TaskId:394)
-u command line option (TaskId:394)
ld: symbol(s) not found for architecture x86_64 (TaskId:394)
This was introduced in a mono that is shipping with d16-0-p1, so the fix will need to be applied there as well.
The text was updated successfully, but these errors were encountered:
Mono has introduced a new
libmono-system-native.a
library that mmp needs to know about. If you build some projects linking against System mono you will see this on new mono (5.18):This was introduced in a mono that is shipping with d16-0-p1, so the fix will need to be applied there as well.The text was updated successfully, but these errors were encountered: