Hello,
I've been receiving a number of identical crash logs from the users of my app, which seem to be caused by the Google SDK. As can be seen in the crash log, the crash happens after I call "[GADInterstitial presentFromRootViewController:]", which fails down the line at "[UIColor encodeWithCoder:]". The message of the uncaught exception is visible in the syslog: "Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Only RGBA or White color spaces are supported in this situation.'"
I was wondering if anyone else is experiencing this issue and if there is a known fix, or either way if this is an issue that's being worked on.
I'll note that this crash happens with the latest version of the Google Ads SDK (7.9.1), while it doesn't happen with version 7.5.2, which is the version I was using right before updating. I also cannot reproduce it, so I'm guessing it only happens with specific kinds of ads (?).
Any help is greatly appreciated.