You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
1、
问题:按照Usage直接在后面加上生成的podspec,$ pod bin archive [NAME.podspec],执行失败,
原因:源码initialize(argv)方法中没有加上@podspec = argv.shift_argument
2、
问题:archive命令加上--podfile-path=PATH 指定A.binary.podspec.json后报错
原因:gen命令貌似不支持.podspec.json的格式
请问下pod bin 怎么 archive 带subspec的podspec