Podcast
Questions and Answers
What must be done to deploy a new version to TestFlight?
What must be done to deploy a new version to TestFlight?
- Create a CI/CD setup for xcode cloud
- Set up ci_scripts folder in the ios folder
- Increment the build number in the general identity section (correct)
- Update the SVG icons using npm install react-native-vector-icons
What should be checked if iOS won't run?
What should be checked if iOS won't run?
- Incorrect import of Animated from react native
- Failure to position parent element absolutely with height at 100%
- Director name containing a space, e.g., 'Quizgecko 5' (correct)
- Improper setup of CI/CD for xcode cloud