2

I recently updated my mac to version 15.0 (Sequoia) so I was forced to update Xcode to version 16, since then I am having the following errors to build the project

error message

Steps I took to try and resolve the errors:

  1. exclude architecture arm64
  2. Deleted and reinstalled the node_modules folder.
  3. Deleted the Pods folder and Podfile.lock.
  4. Ran pod install.
  5. Cleared the Derived Data folder.
  6. Cleaned the build.
  7. Rebuilt the project.
  8. added config.build_settings["ONLY_ACTIVE_ARCH"] = "NO"
2

0

Browse other questions tagged or ask your own question.