plugin.firebaseAnalytics/libGoogleToolboxForMac.a, missing required architecture armv7 in file

Hi,

Starting from yesterday I receive below error when building my app for iOS. Looking at the error message it seems files are missing for the plugin.firebaseAnalytics plugin.

ERROR: Builder failed: ld: warning: directory not found for option '-F/Users/XX/Desktop/XX.app/Frameworks' ld: warning: ignoring file /Users/XX/Desktop/XX.app/.build/plugin.firebaseAnalytics/libGoogleToolboxForMac.a, missing required architecture armv7 in file /Users/XX/Desktop/XX.app/.build/plugin.firebaseAnalytics/libGoogleToolboxForMac.a (2 slices) Undefined symbols for architecture armv7: "\_OBJC\_CLASS\_$\_GTMLogger", referenced from: objc-class-ref in libFirebaseMessaging.a(GIPReachability\_6f85d980594237a5477ccd962028c2af.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) BUILD ERROR: There was a problem linking the app.

This should be fixed

Yes, it is fixed now.

Thanks