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).
xcode
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.
With PhoneGap 2.9.0 (Cordova), while trying to compile in xCode to build a mobile application for release, I receive this error:
Apple Mach-O Linker Error - Linker command failed with exit code 1
To fix this problem, this worked for me in xCode: