w8350196

Results 5 comments of w8350196

🚫 fastlane environment 🚫 ### Stack | Key | Value | | --------------------------- | ------------------------------------------- | | OS | 12.6 | | Ruby | 2.7.2 | | Bundler? | true...

when i run fastlane in terminal。 it works fine but when i use fastlane in jenkins, it stuck.

> Hi, the same problem also happened to me :( have you resolved this problem ? its too weird !

> Hi, the same problem also happened to me :( have you solved this?

> Adding this fixed the problem: > > export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 > > It's in the fastlanae docs I've already set this in Jenkins environment variables.