For some reason, if I build my app from Xcode directly to the device; the Widget extension works, shows in the gallery and behaves as expected.
However, if I then publish that build via TestFlight, no Widget extension appears on the device.
Does anyone have any thoughts as to why this could be?
However, if I then publish that build via TestFlight, no Widget extension appears on the device.
Does anyone have any thoughts as to why this could be?
I can confirm that with Xcode 12, beta 4, the following worked for me:
Set DEAD_CODE_STRIPPING to NO
Disabled bitcode when uploading to AppStore Connect
Installed on iPhone 11 running Public Beta 3 via TestFlight