Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/tylerfra/public_html/includes/common.inc).

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.