2017-05-16 7 views
0

ホッケーへのiosデプロイメントにfastlaneを使用しています。互換性のないエンコードの正規表現の一致(ASCII-8BIT文字列のUTF-8正規表現)

hockey_ver = String(latest_hockeyapp_version_number(
      api_token: '', 
      app_name: '', 
     )) 

    increment_version_number({ 
     version_number: hockey_ver 
    }) 
    increment_build_number({ 
    build_number: hockey_ver 
    }) 

ただし、このようなエラーが発生しました。どうすればいいですか?

/Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/parser.rb:120:in GSUB ':[!] (エンコーディング:: CompatibilityError) /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/からの互換性のないエンコードの正規表現の一致(UTF-8正規表現 ASCII-8BIT文字列) lib/httparty/parser.rb:120:injson ' /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/parser.rb:140 : parse_supported_format 'から /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/parser.rb:105:inparse'から /Users/khantthulinn/.rvm/gems/[email protected]/httparty-0.15.2/lib/httparty/parser.rb:67:in から電話 ' /Users/khantthulinn/.rvm/ gems/[email protected]/gems/httparty-0.15.2/lib/httparty/request.rb:383:inparse_response ' /Users/khantthulinn/.rvm/gems/[email protected] /gems/httparty-0.15.2/lib/httparty/request.rb:351:in ブロックin handle_response ' /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15 .2/lib/httparty/response.rb:25:inparsed_response ' /Users/khantthulinn/.rvm/gems/[email protected]/gems/httparty-0.15.2/lib/httparty/response。 rb:88: method_missing 'から

答えて

関連する問題