react-native-tooltips icon indicating copy to clipboard operation
react-native-tooltips copied to clipboard

Cannot build on iOS after upgrading RN version to 0.66

Open JJ810 opened this issue 3 years ago • 1 comments

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

JJ810 avatar Jan 11 '22 11:01 JJ810

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

BohdanKasian avatar Jun 11 '22 13:06 BohdanKasian