question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS 16 upgrade -> No longer validates or uploads to Testflight

See original GitHub issue

Description

Upgrade of XCode and iOS 16 has broken our RN app. Reproducable with clean app.

Version

0.69.5

Output of npx react-native info

System: OS: macOS 12.5.1 CPU: (8) arm64 Apple M1 Pro Memory: 249.69 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node Yarn: 1.22.18 - /opt/homebrew/bin/yarn npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm Watchman: 2022.09.12.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0 Android SDK: Not Found IDEs: Android Studio: 2021.1 AI-211.7628.21.2111.8309675 Xcode: 14.0/14A309 - /usr/bin/xcodebuild Languages: Java: 11.0.14 - /Users/mike/.sdkman/candidates/java/current/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.0.0 => 18.0.0 react-native: 0.69.5 => 0.69.5 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Steps to reproduce

expo init test <select Blank Typescript> cd test expo eject cd ios; pod install; cd …/ open ios/test.xcworkspace Select release profile Archive project Try Validate it

Snack, code example, screenshot, or link to a repository

https://github.com/mvniekerk/ios16-rn-fail

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:11
  • Comments:23

github_iconTop GitHub Comments

10reactions
wojtekmajcommented, Sep 22, 2022

I’m happy to say I’ve built two apps using RN 0.70 + Xcode 14, pushed them to TestFlight, got the warning this thread is all about, submitted them, and they passed Review process with no issues whatsoever.

9reactions
princefishthrowercommented, Sep 29, 2022

Update: I just noticed despite the app store connect message saying it is an “error”, the title of the window does say “Distribution completed with warnings”.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to validate your application | Apple Developer Forums
I ran into a problem when trying to validate my app for TestFlight ... the validation process seems to work but the upload...
Read more >
iOS 16 bug requires Developer Mode to run TestFlight apps
Update (June 22, 2022): Apple has fixed this bug with iOS 16 beta 2. Users can now run TestFlight apps without having to...
Read more >
Invalid Provisioning Profile Signature - xcode - Stack Overflow
The issue was caused by two expired Apple certificates 1. Solution is to. Go to Certificates, Identifiers & Profiles; Open the provision ...
Read more >
Automating build and TestFlight upload for simple iOS apps
If you've published code to App Store Connect before, you might be familiar with the build version error. The error appears when we...
Read more >
Using TestFlight to Distribute Xamarin.iOS Apps
Prior to uploading, the app needs to be registered with iTunes Connect. This ensures that there will be no mismatch between provisioning ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found