PGYER / fastlane-plugin-pgyer

Distribute app to pgyer beta testing service with fastlane!
http://www.pgyer.com
MIT License
61 stars 30 forks source link

Do not let descriptions end with a '.', since it's used for user inputs as well #2

Closed Neojoke closed 7 years ago

Neojoke commented 7 years ago
 desc "test builder dev"
  lane :dev do
    gym(scheme: "****",
        workspace: "****",
        output_name: "****") 
    pgyer(api_key: "****",
        user_key: "****")
    upload_app_to_bugly(file_path: IPA_OUTPUT_PATH,
        app_key:"****",
        app_id:"****",
        title:"****")
  end

This's script of Fastfile,but still failure:

[13:42:35]: Do not let descriptions end with a '.', since it's used for user inputs as well

+------+-------------------------------------+-------------+
|                     fastlane summary                     |
+------+-------------------------------------+-------------+
| Step | Action                              | Time (in s) |
+------+-------------------------------------+-------------+
| 1    | Verifying required fastlane version | 0           |
| 2    | default_platform                    | 0           |
| 3    | cocoapods                           | 2           |
| 4    | gym                                 | 43          |
| 💥   | pgyer                               | 0           |
+------+-------------------------------------+-------------+

[13:42:35]: fastlane finished with errors

[!] Do not let descriptions end with a '.', since it's used for user inputs as well

sorry,I got confused, spent lot of time for that, hope~

shishirui commented 7 years ago

I have released a new version 0.2.1 to fix this bug. Please upgrade you fastlane-plugin-pgyer to 0.2.1.