Hi,
I have installed the ceTe.DynamicPDF.CoreSuite.NET nuget package in my MAUI app and try to create a pdf file within my mobile application. The build is failing with the following error:
0>Xamarin.Shared.Sdk.targets(1560,3): Error : clang++ exited with code 1:
Undefined symbols for architecture x86_64:
"_CreateHBFont", referenced from:
-exported_symbol[s_list] command line option
"_DestroyHBBuffer", referenced from:
-exported_symbol[s_list] command line option
"_DestroyHBFont", referenced from:
-exported_symbol[s_list] command line option
"_GetHBBufferLength", referenced from:
-exported_symbol[s_list] command line option
"_GetHBGlyphInfo", referenced from:
-exported_symbol[s_list] command line option
"_GetHBPosInfo", referenced from:
-exported_symbol[s_list] command line option
"_ProcessHBString", referenced from:
-exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It used to work fine before migrating to Maui from Xamarin. I have tried numerous things to fix the error with not success. Can you please advise on this matter?
Thanks in advance