After updating to Xcode 5.1, I am having a compile time fatal error on my project that I am not fully understanding.
clang: error: unknown argument: '-force_load GoogleAnalyticsServices' [-Wunused-command-line-argument-hard-error-in-future]
Is this a hard error because -force_load
is no longer needed in 5.1, or is there something I'm overlooking (e.g. spelling error, missing file)