Latest Google Plus iOS SDK 1.7.1 not supporting architecture x86_64

て烟熏妆下的殇ゞ 提交于 2019-11-29 17:59:57
Neil

I looked at a completely new XCode Project and copied the other linker flags to my current project and it worked.

You might need to add a list of binary libraries like here

And set the other linker flags

To $(inherited) -ObjC -l"c++" -l"icucore" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "CoreBluetooth" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreText" -framework "GLKit" -framework "GoogleMaps" -framework "ImageIO" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration"

Uhm turn out I have GooglePlusManager in my test target. Remove it from the compile Sources fixed it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!