-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置ios: no_pay 后出现以下错误,大佬帮忙看一下 #133
Comments
升级cocoapods |
我把wechat_kit.podspec文件改成这样后可以运行了。。 current_dir = Dir.pwd puts Psych::VERSION |
你这遇到的问题和之前一个 tencent_kit 的 BUG 一致,我这两天统一处理一下吧 |
@droplet-js 有其他解決方法嗎?我已經把cocoapods升到最新版本了(1.14.2) 但是問題依然出現 這是CI環境上的 flutter doctor -v
|
在pubspec里是这么写的
wechat_kit:
ios: no_pay
app_id: xxx
universal_link: xxx
以前可以运行的,最近增加新功能后不能运行了,错误如下:
using sdk with normal
[!] Failed to load 'wechat_kit' podspec:
[!] Invalid
wechat_kit.podspec
file: Alias parsing was not enabled. To enable it, passaliases: true
toPsych::load
orPsych::safe_load
..from /Users/suya/StudioProjects/miyue_fm/ios/.symlinks/plugins/wechat_kit/ios/wechat_kit.podspec:13
-------------------------------------------
flutter_project_dir = calling_dir.slice(0..(calling_dir.index('/ios/.symlinks')))
if cfg['wechat_kit'] && cfg['wechat_kit']['ios'] == 'no_pay'
-------------------------------------------
The text was updated successfully, but these errors were encountered: