我是Unity iOS开发的新手,希望在我的Unity应用中加入Google Play服务。我已经下载了Unity软件包(安装了Cocoa,确保我的Pod文件设置正确等)。
然而,当我构建我的应用程序时,我找不到GoogleSignIn / GIDSignIn.h文件。
到目前为止,我已经尝试过:
使用Cocoa安装'Google / SignIn'(抛出无效的名称 例外)
通过Xcode链接GoogleSignIn捆绑包 图书馆(没有区别)
升级所有套餐(与Google / Signin相同)添加 $(继承)到链接器标志(无变化)
- 检查FrameWork搜索路径,标题搜索路径
醇>
Pods文件:
平台:ios,'9.0'
目标'Unity-iPhone'做
pod'GooglePlayGames','〜> 5.0'
端
post_install do | installer |
installer.pods_project.targets.each do | target |
target.build_configurations.each do | config |
config.build_settings ['ENABLE_BITCODE'] ='否'
end end end
我浏览了这个链接:
答案 0 :(得分:0)
从下方更改pod文件,然后再次安装pod
平台:ios,' 9.0'
目标' Unity-iPhone'做
pod' GooglePlayGames','〜> 5.0'
pod' Google / SignIn'
端