-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Xcode 15 support on React Native 0.71.14 (#7114)
**Description** Xcode 14.2+ support (notable Xcode 15) - #6158 (comment) TODO - [x] Fix Branch build error - Fork Branch repo, bump `IPHONEOS_DEPLOYMENT_TARGET`s from 8 to 12, update git submodule - [x] Fix MixPanel build error - Fork MixPanel repo, `IPHONEOS_DEPLOYMENT_TARGET`s from 8 to 12, update git submodule - [x] Upgrade RN from 0.71.6 to 0.71.13 - [x] Refactor Podfile - [x] Raise/fix Sentry build issue - [x] Update `react-native.config.js` to support `NO_FLIPPER` env var - [x] Fix Yoga/YogaKit build error (disable Flipper natively) - [x] Fix Xcode 15 build error: Unable to load ...frameworks-Debug-input-files.xcfilelist - [x] Bump BitRise stack from osx-xcode-14.2.x-ventura to osx-xcode-15.0.x - [x] Upgrade RN from 0.71.13 to 0.71.14 (for additional Xcode 15 compat) - [x] Upgrade Detox for additional Xcode 15 compat - [x] Fix BitRise osx-xcode-15.0.x smoke tests - Bump Detox config iOS sim from iPhone 12 Pro to iPhone 13 Pro - [x] Test older Xcode 14.2 - [x] Disable Flipper in release-mode - [x] Fix Flipper debug-mode tech debt - [x] Reenable Flipper - [x] Update build scripts for iPhone 13 Pro - [x] Update docs for Xcode 15.0.1 and iPhone 13 Pro - [x] Bump Browserstack iPhone 12 Pro devices to iPhone 13 Pro - [x] Remove stale Device util static method isIphone12 - [x] Bump metro devDep from 0.72.3 to 0.73.10 - [x] Test i386 arch (comes with iPhone 15, requires creating iPhone 13 Pro sim) _Xcode 15 beta 8 tested up to a7ec533, then Xcode 15 stable since_ `start:ios` must be run before running via Xcode 15, or `cp node_modules/@metamask/mobile-provider/dist/index.js app/core/InpageBridgeWeb3.js` can optionally be run _Xcode updates: https://developer.apple.com/documentation/updates/xcode_ **Issue** fixes #6158 and brew warning⚠️ <img width="576" alt="Xcode 14 2 warning" src="https://github.com/MetaMask/metamask-mobile/assets/1881059/059988b2-e90c-4400-8f6a-e015391d4d48"> --------- Co-authored-by: João Loureiro <[email protected]> Co-authored-by: legobeat <[email protected]>
- Loading branch information
1 parent
3022144
commit 867a410
Showing
19 changed files
with
412 additions
and
765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
[submodule "ios/mixpanel-iphone"] | ||
path = ios/mixpanel-iphone | ||
url = https://github.com/mixpanel/mixpanel-iphone | ||
url = https://github.com/metamask/mixpanel-iphone | ||
[submodule "ios/branch-ios-sdk"] | ||
path = ios/branch-ios-sdk | ||
url = https://github.com/BranchMetrics/ios-branch-deep-linking-attribution | ||
|
||
[submodule "ios/mixpanel-iphone"] | ||
path = ios/mixpanel-iphone | ||
url = https://github.com/mixpanel/mixpanel-iphone | ||
url = https://github.com/metamask/ios-branch-deep-linking-attribution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.