xu-li / cordova-plugin-wechat

A cordova plugin, a JS version of Wechat SDK
1.22k stars 509 forks source link

无法在iOS9中使用 #73

Closed Zhangjianzy closed 9 years ago

Zhangjianzy commented 9 years ago

Wechat.isInstalled方法在iOS9中返回false,确认微信已安装

Huikit commented 9 years ago

我也是 之前在ios8 还可以的 但是今天升级到 ios9 就无法 build了

Zhangjianzy commented 9 years ago

https://open.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=1442386606&version=11&lang=zh_CN&token= https://open.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=1442386606&version=11&lang=zh_CN&token= 看了下需要加,iOS9的新策略

LSApplicationQueriesSchemes weixin wechat NSAppTransportSecurity NSAllowsArbitraryLoads

在 2015年9月17日,下午5:20,Huikit notifications@github.com 写道:

我也是 之前在ios8 还可以的 但是今天升级到 ios9 就无法 build了

— Reply to this email directly or view it on GitHub https://github.com/xu-li/cordova-plugin-wechat/issues/73#issuecomment-141020440.

Huikit commented 9 years ago

我的错误提示是 error: linker command failed with exit code 1 (use -v to see invocation)

Zhangjianzy commented 9 years ago

经过这两个修改后,微信登录出现了,一直用你开发的这个插件,还未请教你的称呼呢。我是张舰H5开发工程师,目前在一创业团队 发自我的 iPhone

在 2015年9月17日,下午5:29,Huikit notifications@github.com 写道:

我的错误提示是 error: linker command failed with exit code 1 (use -v to see invocation)

— Reply to this email directly or view it on GitHub.

Huikit commented 9 years ago

http://www.cocoachina.com/ios/20150703/12392.html 这里有参考资料 http 也做了显示 我的问题出在bitcode 设置

xu-li commented 9 years ago

多谢,我更新了一下plugin.xml,现在应该没问题了。

@Zhangjianzy 我是做PHP开发的,偶尔自己弄点App的东西。