Podcast
Questions and Answers
How to deploy a new version to TestFlight?
How to deploy a new version to TestFlight?
- Increment the build number and archive the product (correct)
- Update the version number and plug in a device
- Import SVG icons and use them in the React Native application
- Set up CI/CD and add SVG icons
What could be a possible reason for iOS not running?
What could be a possible reason for iOS not running?
- Failure to set up CI/CD for TestFlight use
- Having a space in the directory name (correct)
- Incorrectly positioning the parent element absolutely with height at 100%
- Not using SVG icons in the React Native application