-
Notifications
You must be signed in to change notification settings - Fork 17
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] Manual installation causes building error + [Android] Build fails due to minSdkVersion #8
Comments
The build fails even on Android due to the minimum version of the SDK with the following error:
I know it's a problem specified in the documentation, but my app needs to stay on |
Alternative way to install native dependencies on iOS would be to install them using CocoaPods, but it will not work with React Native 0.60.x due to incompatibility with
and then do As for the Android min SDK version, I'm afraid it's a requirement of the underlying crypto library and there's nothing we can do about it on this library's side |
iOS Android All this makes the integration process difficult... |
@vadimavdeev As you can see from the screenshot,
but I'm not able to build with this configuration:
|
@paolospag Do you have any |
I had no However, I tried to do both clean Derived Data and clean/reinstall all dependencies but the build continues to fail with the same errors shown above. Could it be caused by the fact that In addition I am experiencing errors related to This migration / integration is proving more difficult than expected... |
@paolospag please check if removing |
@vadimavdeev with your suggestion I reduce the amount of errors to one but build fails anyway... |
@paolospag could you create a sample project and share it with me so I can debug it locally? If not, I'll need at least your |
@paolospag actually, just making sure that See this comment in a similar issue in firebase-ios-sdk. Note that you'll need to revert the workaround that I suggested earlier |
@vadimavdeev I have a simular situation, I don't include any recursive entries but at the |
@paolospag EDIT: apparently, you'll need two
instead of recursive |
@vadimavdeev with these two non-recursive entries:
Correct? EDIT: P.S. |
Great news. Glad it solved the issue. We'll start working on CocoaPods support in a week or two. We're in the middle of adding group encryption capability into E3kit. |
Hi!
I'm experiencing some problems due to manual installation.
I followed these steps:
but when I run the
react-native run-ios --simulator="iPhone 8"
command the build fails with the following error:I tried to set Header Search Path in Build Setting like that:
But the build fails anyway.
Are other manual installation steps required? 🤔
UPDATE (2019-09-23)
I didn't see this recommendation in the documentation:
build probably fails due to native dependencies missing, but I've never used Carthage.
Is there an alternative to integrate native dependencies?
The text was updated successfully, but these errors were encountered: