I'm working with google plus and I've met next problem.
When I run my app on my iPhone 4 - it's working good. But when I'm trying make a build or run it on arm64-simulator - it's crashing, 'cause no valid architecture. When I've remove arm64 in architecture list and set NO to Built valid archs only, it send a warning message that lib doesn't support i386. I've checked info via terminal with command lipo -info libGooglePlus.a
and there is no arm64 in the list, but i386 exist.
So I have a question. Does G+ iOS SDK support arm64 architecture? Really after 6 months google doesn't support this architecture? Or maybe you have another solution?