hello guys,
since I included firebase to me Qt Creator project which also uses Swift language,
I can build and deploy just find in Xcode (xproject generated by cmake).
However when I try to publish the app to TestFlight or AppStore, it gives me error:
and when I open my *.app there isno SwiftSupport folder as supposed.
So I guess I need to tell cmake to also require it.
I tried to google up as well as forum here, but no luck.
Is there any way to let cmake request to generate SwiftSupport from xcode project?