iOS & TestFlight & bitcode
-
Qello!
I'm a bit confused with TestFlight deployment.
What I I have now during Archive in the Xcode:
clang: error: -ffunction-sections is not supported with -fembed-bitcode
clang: error: -fdata-sections is not supported with -fembed-bitcodeThere are some bugs at bugreports.qt.io on this issue, but no luck or even any progress at all. By the other hand I can see several posts on this forum about using TestFlight(like this https://forum.qt.io/topic/77800/app-works-in-apple-testflight-ok-but-is-rejected-on-store)
Could community clarify to me that archiving(with bitcode enabled, obviously) possible? Otherwise I have no idea how to make an intermediate state to AppStore/TestFlight distribution.
-
@danilabagroff Probably you're opening an xcodproj file that is generated for a Debug build. It works fine when selecting a Release build (in QtCreator)