-
Notifications
You must be signed in to change notification settings - Fork 136
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
Pods removed with React Native 0.69.0 #979
Comments
This is because when upgrading to 0.69, a new version of the cli is also used and now react-native-community/cli#1537 gets enforced. All of |
I also ran into this problem today. |
@AnatolyPristensky Any update on this issue ? |
I have same issue!!! |
Hi there, thanks for reporting this. |
@MatkovIvan Nice. thank you. |
Perform updates requiring for react-native 0.69. Also, as a workaround use prebuilt appcenter-sdk packages with the fix of microsoft/appcenter-sdk-react-native#979.
Hello there! Is this updated or is something else needed? As I'm trying to run my project with RN 0.69 but I'm still getting AppCenterReactNative.h' file not found that crashes the app. I need to do some extra step to make AppCenter runs fine with the new version? Thank youu |
waiting for new version !! |
* Update project to comply with ReactNative 0.69 * Update libs Perform updates requiring for react-native 0.69. Also, as a workaround use prebuilt appcenter-sdk packages with the fix of microsoft/appcenter-sdk-react-native#979. * Fix app name * Fix native module linking * Add android/app/debug.keystore to repo
Hi folks, as a temporary workaround until the release is out, you can use these packages: https://github.com/microsoft/appcenter-sampleapp-react-native/tree/master/appcenter-sdk-packages. Please note, that it is not an official release, so use it only if the current issue is blocker for you and you need a quick solution. |
hi, alternate solution i used, |
Hello, |
Hello @omarDtp, release with the fix is planned for this month. |
Hello @AnatolyPristensky . May be we can release the fix ? |
When will the new version be released 😭 |
Hello there, until releasing the new version you can use this workaround
|
this does not help
here is my podfile. |
Hello, |
Description
iOS pods are removed in a RN 0.69.0 project.
Repro Steps
Please list the steps used to reproduce your issue.
npx react-native init
, and then the upgrade command to go to 0.69.0 because as of writing, react-native init won't give v0.69.0)yarn add appcenter appcenter-analytics appcenter-crashes --exact
cd ios
->pod install
You will notice the SDK pods are not added. If you add the appcenter packages PRIOR to upgrading to 0.69.0 (e.g. if you do it on 0.68.2), the pod installation will remove the app center pods.
Details
4.4.4
The text was updated successfully, but these errors were encountered: