Apple Mach-O Linker Error - missing required architecture arm64
Category:
When trying to "Product -> Archive" my PhoneGap project in xCode, I was getting this error:
missing required architecture arm64
To fix this, I went to the "Build Settings" for my project, and removed the arm64 from the Valid Architectures. That's it! Thanks to Joseph Ross for his continued iOS debugging skills.