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

[RN 0.66] 'boost/preprocessor/control/expr_iif.hpp' file not found #2434

Closed
1 of 3 tasks
KingAmo opened this issue Sep 17, 2021 · 10 comments
Closed
1 of 3 tasks

[RN 0.66] 'boost/preprocessor/control/expr_iif.hpp' file not found #2434

KingAmo opened this issue Sep 17, 2021 · 10 comments
Labels
Bug bug-bash-jan22 Issues visited during Bug Bash Jan 2022 🏠 Reanimated 2

Comments

@KingAmo
Copy link

KingAmo commented Sep 17, 2021

Description

brand new RN 0.66.rc.3 project, build failed on iOS

Expected behavior

RN 0.66.rc.3 build success on iOS

Package versions

System:
    OS: macOS 11.5.2
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 32.48 MB / 16.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 12.19.0 - /usr/local/bin/node
    Yarn: 1.22.5 - ~/.yarn/bin/yarn
    npm: 7.22.0 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.11.2 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
    Android SDK:
      API Levels: 21, 23, 25, 26, 27, 28, 29, 30
      Build Tools: 23.0.1, 26.0.1, 26.0.2, 27.0.3, 28.0.3, 29.0.2
      System Images: android-30 | Google APIs Intel x86 Atom
      Android NDK: Not Found
  IDEs:
    Android Studio: 2020.3 AI-203.7717.56.2031.7678000
    Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild
  Languages:
    Java: 1.8.0_212 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.2 => 17.0.2
    react-native: 0.66.0-rc.3 => 0.66.0-rc.3
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found
  • React Native: 0.66.0-rc.3
  • React Native Reanimated: 2.2.2

Affected platforms

  • Android
  • iOS
  • Web
@github-actions
Copy link

github-actions bot commented Sep 17, 2021

Issue validator

The issue is invalid!

  • Section required but not found: actual behavior & steps to reproduce(for label 🐞 bug)

@hsavit1
Copy link

hsavit1 commented Sep 24, 2021

confirmed still a problem with 0.66-rc4

tested with RN v2.2.2 and 2.3.0-alpha3

@alantoa
Copy link

alantoa commented Sep 24, 2021

+1

1 similar comment
@bneigher
Copy link

+1

@numandev1
Copy link
Contributor

numandev1 commented Sep 28, 2021

I tested master branch it is working with React Native 0.66

Attaching it below in case it helps someone.

react-native-reanimated-2.3.0-beta.2.tgz

download the above pack and past it on your project root. It can be used by changing the entry in package.json to:

"react-native-reanimated": "file:./react-native-reanimated-2.3.0-beta.2.tgz",

@numandev1
Copy link
Contributor

@KingAmo now you can install 2.3.0-beta.2 version which have support for react native 0.66
https://github.com/software-mansion/react-native-reanimated/releases/tag/2.3.0-beta.2

@tapz
Copy link

tapz commented Oct 6, 2021

I tried to build with the RN 0.66.0 release version.

With reanimated 2.2.2 I get this error:

'boost/operators.hpp' file not found

and with 2.3.0-beta.2 this:

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_RNSScreenView", referenced from:
      objc-class-ref in REAUIManager.o
ld: symbol(s) not found for architecture arm64

@piaskowyk
Copy link
Member

Does it problem still occur on Reanimated 2.3.1?

@tapz
Copy link

tapz commented Jan 14, 2022

@piaskowyk I haven't seen this error with 2.3.1.

@jakub-gonet jakub-gonet added the bug-bash-jan22 Issues visited during Bug Bash Jan 2022 label Jan 28, 2022
@jakub-gonet
Copy link
Member

I assume this issue was fixed in 2.3.1. Please reply if you experience this problem on the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug bug-bash-jan22 Issues visited during Bug Bash Jan 2022 🏠 Reanimated 2
Projects
None yet
Development

No branches or pull requests

8 participants