Skip to content
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

Cannot build on iOS after upgrading RN version to 0.66 #52

Open
JJ810 opened this issue Jan 11, 2022 · 1 comment
Open

Cannot build on iOS after upgrading RN version to 0.66 #52

JJ810 opened this issue Jan 11, 2022 · 1 comment

Comments

@JJ810
Copy link

JJ810 commented Jan 11, 2022

I am getting these errors after upgrading my react native version from 0.63 to 0.66.

Screen Shot 2022-01-11 at 6 25 21 AM

@BohdanKasian
Copy link

BohdanKasian commented Jun 11, 2022

Hi, i use "react-native": "0.68.1", and all ok(MacBook Pro m1 2021);
try this:

  • yarn add react-native-tooltips;
  • cd ios && pod install;
    do not need add any lines to Podfile

if not work try:
click Pods(in XCode) -> Build settings (in top menu)-> Excluded Architectures -> Debug => add this: Any SDK: arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants