ios – XCode beta 15 React-Native


Linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols:

System:
  OS: macOS 14.0
  CPU: (8) arm64 Apple M1
  Reminiscence: 299.64 MB / 16.00 GB
  Shell:
    model: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    model: 18.14.0
    path: /usr/native/bin/node
  Yarn:
    model: 1.22.11
    path: /usr/native/bin/yarn
  npm:
    model: 9.3.1
    path: /usr/native/bin/npm
  Watchman:
    model: 2023.08.14.00
    path: /usr/native/bin/watchman
Managers:
  CocoaPods:
    model: 1.12.1
    path: /usr/native/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 22.4
      - iOS 16.4
      - macOS 13.3
      - tvOS 16.4
      - watchOS 9.4
  Android SDK: Not Discovered
IDEs:
  Android Studio: 2022.2 AI-222.4459.24.2221.10121639
  Xcode:
    model: 14.3.1/14E300c
    path: /usr/bin/xcodebuild
Languages:
  Java:
    model: 11.0.18
    path: /usr/bin/javac
  Ruby:
    model: 2.6.10
    path: /usr/bin/ruby
npmPackages:
  "@react-native-community/cli": Not Discovered
  react:
    put in: 18.2.0
    needed: 18.2.0
  react-native:
    put in: 0.71.10
    needed: 0.71.10
  react-native-macos: Not Discovered
npmGlobalPackages:
  "*react-native*": Not Discovered
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false`
installer.pods_project.targets.every do |goal|
      if goal.identify == "React-Core.common-AccessibilityResources"
        goal.remove_from_project
      finish

      goal.build_configurations.every do |config|
        config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'
      finish
    finish

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles