-
Notifications
You must be signed in to change notification settings - Fork 120
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
React Native New Architecture, bad header import statement #732
Comments
I also ran into this issue. Downgrading to 11.13.1 solved the problem, but yeah this should be addressed. |
Hey @gavinnewcomer & @jessethouin just want to confirm you're saying that removing
from The reason I am asking this is because this issue was reporting that without that line the SDK didn't compile on I am going to test on |
My mistake, I'm actually using |
Hey! Yes removing those lines allowed the app to compile on 0.76.3 but if those lines are present and you have the new architecture enabled the compilation fails. |
I am going to push a release to fix this momentarily. For future reference please follow up in #713 I provided additional context there so I will close this issue. |
The problem
I upgraded our application to React Native 0.76.3 and am getting a build error due to a bad import of the react_native_plaid_link_sdk-Swift.h in the conditional block for the new architecture.
Environment
Steps to Reproduce
Try and build a react native iOS app running 0.76.3 and 11.13.2 using Xcode and you will get the build error.
Screenshots
Code
Removing the conditional and import around the line in question resolves the issue.
The text was updated successfully, but these errors were encountered: