fastlane-plugin-code_push icon indicating copy to clipboard operation
fastlane-plugin-code_push copied to clipboard

Releasing gives error, regarding login failure

Open chitrangsinghvi opened this issue 8 years ago • 4 comments

hii @mortik , Great Work!!! I was trying to release using helper functions, but I was getting login failure error. I went ahead, and tried to figure out the problem, and it turns out, changing Action.sh("code-push login --accessKey #{access_key}", false) to Action.sh("code-push login --accessKey #{access_key}") in code_push_login_helper.rb resolves my problem.

chitrangsinghvi avatar Aug 30 '17 11:08 chitrangsinghvi

@chitrangsinghvi hmm strange, the second parameter "false" should just set if logging is enabled or not. Could you provide me with your fastlane version for further researches?

manuelkch avatar Sep 02 '17 11:09 manuelkch

@manuelkch I am using 2.51.0

chitrangsinghvi avatar Sep 04 '17 12:09 chitrangsinghvi

@chitrangsinghvi should be fixed with #5 update the plugin to 0.3.0 to get the change

manuelkch avatar Nov 06 '17 19:11 manuelkch

@manuelkch Thats great!! I will check once I get time.

chitrangsinghvi avatar Nov 08 '17 04:11 chitrangsinghvi