0

Basically, I made a game on unity and then when I built it for Xcode it showed up this error after I updated the pods file and excluded the arm64 architecture, can someone please guide me on how to fix this error

I have already tried on m1 mac and an intel based mac but the same problem occurs I have reinstalled pods and also have rebuilt the project but nothing seems to work

enter image description here

m4n0
  • 29,823
  • 27
  • 76
  • 89

1 Answers1

0

Upgrade all Pods to the latest version available. Delete the "VALID_ARCHS" from build settings and user define settings

Jayesh Patel
  • 938
  • 5
  • 16