Hello All,

I tried building QWT source in IOS simulator and getting this error
Undefined symbols for architecture arm64:
"_main", referenced from:
user_main_trampoline() in libqios.a(qioseventdispatcher.o)
(maybe you meant: _jinit_d_main_controller, _qt_main_wrapper , _jinit_c_main_controller , qt_mainwindow_layout(QMainWindow const*) )
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [../lib/libqwt.6.1.6.dylib] Error 1
make: *** [sub-src-make_first-ordered] Error 2
16:15:18: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project qwt (kit: Qt 5.15.1 for iOS Simulator)
When executing step "Make"

It is working fine with clang_x86 desktop but only in IOS im facing this issue .
request anyone please help me.