-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(builds): CocoaPods install without Flipper #6955
Closed
Closed
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a18925 - Browse repository at this point
Copy the full SHA 0a18925View commit details -
Update BitRise to pod install without Flipper
Issue - Fix: facebook/flipper#4278 Follow-up - #6944 Changes - Remove `cocoapods-install@2` configs that don't support custom flags like `NO_FLIPPER=1` - Replace with scripts that `pod install` without Flipper Refs - https://github.com/facebook/react-native/releases/tag/v0.71 - https://github.com/bitrise-steplib/steps-cocoapods-install - Inputs command flags unsupported Docs - https://bitrise.io/integrations/steps/cocoapods-install - https://devcenter.bitrise.io/en/steps-and-workflows/workflow-recipes-for-ios-apps/-ios--install-cocoapods-dependencies.html - https://devcenter.bitrise.io/en/dependencies-and-caching/managing-dependencies-for-ios-apps/managing-dependencies-with-cocoapods.html Improvement - Make this one script
Configuration menu - View commit details
-
Copy full SHA for 7534886 - Browse repository at this point
Copy the full SHA 7534886View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 605d342 - Browse repository at this point
Copy the full SHA 605d342View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aff025e - Browse repository at this point
Copy the full SHA aff025eView commit details
Commits on Aug 11, 2023
-
Fix react-native-flipper iOS build fail
Exclude react-native-flipper via react-native.config.js since it depends on FlipperKit
Configuration menu - View commit details
-
Copy full SHA for ff06275 - Browse repository at this point
Copy the full SHA ff06275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfe72a - Browse repository at this point
Copy the full SHA 5dfe72aView commit details -
Remove stale Podfile flipper_post_install call
Since this is still calling scripts/cocoapods/flipper.rb: Setting React-RCTAppDelegate > config.build_settings > FB_SONARKIT_ENABLED=1 Causing React/AppSetup/RCTAppSetupUtils.mm to wrongly try importing FlipperKit Introduced in RN v0.62 - https://github.com/facebook/react-native/blob/v0.62.0/template/ios/Podfile - #1586 We should have removed in RN v0.64 - https://github.com/facebook/react-native/blob/v0.64.0/template/ios/Podfile - https://github.com/facebook/react-native/blob/v0.63.5/template/ios/Podfile
Configuration menu - View commit details
-
Copy full SHA for 530c29e - Browse repository at this point
Copy the full SHA 530c29eView commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 020f2da - Browse repository at this point
Copy the full SHA 020f2daView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.