This evening I came home to find my computer needing updates. Instead of clicking 'Remind Me Later', I accidentally hit Install.
Now whenever I try to run my app in XCode, I get 32 warnings and 14 errors.
The main error seems to be
ld: warning: ignoring file /Users/matcartmill/Library/Developer/Xcode/DerivedData/Loaner-exieykzxfldkzxbzhnndzmfucudg/Build/Products/Debug-iphoneos/libCordova.a, file was built for archive which is not the architecture being linked (arm64): /Users/matcartmill/Library/Developer/Xcode/DerivedData/Loaner-exieykzxfldkzxbzhnndzmfucudg/Build/Products/Debug-iphoneos/libCordova.a
All of the errors after this one are all Apple Mach-o Linked Errors.
A mostly complete list of errors can be seen at http://cardeninteractive.com/help/loaner/errors.png
I have tried eliminating arm64 from the build options, but that just creates more errors. I have cleaned up my DerivedData and tried to recompile with no luck. I have also tried rebuilding the app in PhoneGap, with no luck.
Any ideas?