QT iOS app how to solve component problem?


I have a QT app that runs smoothly on windows and macOS.

I am currently trying to test and deploy this app via TestFlight for iOS. The app is built using cmake and the great QTIosCMake macro by OlivierLDff.

Building and uploading works fine, but when calling the app I get an empty screen.

When testing via Xcode I get the following error output

enter image description here

I know that, contrary to the macOS version, the libraries have to be integrated statically. This is done in the CMakeList.txt using the following construct

enter image description here

This was not included in the first attempts where I get the same error.
It seems that inserted import_plugins part that has no effect.

Any idea where I can start troubleshooting?

Thanks in advanced

Latest articles

spot_imgspot_img

Related articles

Leave a reply

Please enter your comment!
Please enter your name here

spot_imgspot_img