I have just updated my Xcode to 8.3 release.
And now I'm getting many warnings like: "Pointer not aligned at address.." from my pods.
I see FirebaseAnalytics and FirebaseCore pods trigger this issue.
What should I do in this case?
Fixed with 'pod update' right now.