-
Notifications
You must be signed in to change notification settings - Fork 137
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
Could not link the SDK on react-native 0.59 #612
Comments
@markmadlangbayan Opening this issue for you. Please fill in the details above by editing the comment. |
Could you also please confirm if you've followed these steps ? |
@annakocheshkova It's almost the same step except I had to manually convert the project from manual to CocoaPods. < 0.59's |
Got it @markmadlangbayan. What issues have you run into after performing those steps? |
Hi @markmadlangbayan we haven't heard from you in a while, do you have any updates? If so, please re-open this issue, we'd love to hear from you! |
@annakocheshkova , please close the case. I was in touch with Vyas at the AppCenter support and determined that this has something to do with use_framework! support. |
@markmadlangbayan You know if there is any way to deal with the error that is occurring with the use_framework! flag?. Because I need it |
@JuanSeBestia, I haven't tested yet, but RN 0.61.0 should have this fix. https://github.com/facebook/react-native/releases/tag/v0.61.0 . Let me know if that works. |
Not work :/ |
Hey, @JuanSeBestia, let's track this problem here |
Description
Note: Opening this issue to track the problem a customer has run into while installing our SDK in an app with react-native installed using cocopods.
Created a github repo here that recreated my issue where installing AppCenter on a react-native project that is using cocoapods. Official React-Native instructions on how to install React-Native using Cocoapod is located here.
I tried several attempts but no success:
<AppCenter/AppCenter.h>
. I stopped at trying to create a podspec forAppCenterReactNativeShared
and adds.static_framework = true
there instead ofappcenter.podspec
.Repro Steps
https://github.com/markmadlangbayan/appcenter-react-native-pods
Details
Which version of the App Center SDK are you using?
Which OS version did you experience the issue on?
What third party libraries are you using?
Run the following command and paste the output below:
react-native info
If you're developing for React Native iOS, run the following command and paste the output below:
pod --version
The text was updated successfully, but these errors were encountered: