upload_to_bugly plugin
Getting Started
This project is a fastlane plugin. To get started with fastlane-plugin-upload_to_bugly
, add it to your project by running:
fastlane add_plugin upload_to_bugly
About upload_to_bugly
fastlane 插件用于快速上传iOS .dSYM 文件 到 bugly
注意:bugly 老版本用的是 buglySymboliOS.jar
,现在上传存在问题,因此当前用的是 buglyqq-upload-symbol.jar
Use
'upload_to_bugly(
appid: "xxx",
appkey: "xxx",
bundleid: "xxx",
version: "a.b.c",
inputSymbol: "./xxx.dSYM"
)
1、通过 bugly 官网下载 buglyqq-upload-symbol.jar
,可直接点击该链接下载
2、下载后放在 ~/bin/
文件夹下,文件夹不存在时手动创建
3、该 .jar
工具要求对应 java 的版本为 openjdk@8
Troubleshooting
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
Using fastlane Plugins
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
About fastlane
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.