-
Notifications
You must be signed in to change notification settings - Fork 27
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
[iOS] App won't build after upgrading to react-native 0.73 #184
Comments
We had this problem and were able to solve it by copying the header file from a folder named "mParticle-Apple-SDK" to the folder named "mParticle_Apple_SDK". Note that one folder has dashes and the other has underscores. In order to find if you have these 2 folders go into your project, go to the ios/Pods/Headers/Public folder. From there copy the Missing mParticle_Apple_SDK.h to the folder with the underscores. Clean and build. When you do a pod install this change will be wiped out and you will have to do this again, however you can make a change to your Podfile to copy the file automatically when pod install is run. In the Podfile put the following code in the post_install section:
|
@jeff-marshall-tvo its still not working for us! Error is talking about |
For us, for whatever reason the mParticle_Apple_SDK folder did not have the header file.
I am not sure how it happened, but the only remedy we had was to copy the mParticle_Apple_SDK.h file from one folder to the other.
It was useful to go through the Search Paths in xCode and look for the headers in the file system.
|
If I use older pods for mparticle integrations the build works
When I tried to revert back to latest versions of those integrations, I got Now I'm getting the following error: Looks like those integrations are not fully compatible with mParticle Apple SDK. |
Hello and happy new year.
Sorry in advance if this is not the right repo to report this issue.
This error occurred after I tried to upgrade react-native from 0.72.6 to 0.73.1.
Error message
When I try to build the iOS application I get the following error from mParticle-Google-Analytics-Firebase-GA4 pod
Setup
react-native
0.73.1
react-native-mparticle
2.7.9
Podfile
If there are any other information that I can provide, please let me know.
Thank you.
The text was updated successfully, but these errors were encountered: