How to: Upload iOS14 App Widget to TestFlight
A Quick Solution to fix a bug on Xcode 12 beta.
Published in
Aug 9, 2020
You may noticed the widget not appear on your iPhone or iPad when you install your app via TestFlight. Here’s a quick solution for you.
Steps:
1. Click the Project (Blue Icon)
2. Set “Dead Code Stripping” to “No” in Project, Target(iOS) and Target(WidgetExtension)
3. Archive the Project (Product ➜ Archive)
4. Click “Distribute App” and Choose App Store Connect
5. Uncheck bitcode for iOS content
6. Upload and Done!