首页 > 解决方案 > FastLane 未能找到联系信息

问题描述

我收到以下错误:

Traceback (most recent call last):
    20: from /usr/local/bin/fastlane:23:in `<main>'
    19: from /usr/local/bin/fastlane:23:in `load'
    18: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/bin/fastlane:23:in `<top (required)>'
    17: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/fastlane/lib/fastlane/cli_tools_distributor.rb:114:in `take_off'
    16: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/commands_generator.rb:18:in `start'
    15: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/commands_generator.rb:187:in `run'
    14: from /Library/Ruby/Gems/2.6.0/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
    13: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in `run!'
    12: from /Library/Ruby/Gems/2.6.0/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
    11: from /Library/Ruby/Gems/2.6.0/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
    10: from /Library/Ruby/Gems/2.6.0/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
     9: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/commands_generator.rb:82:in `block (2 levels) in run'
     8: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/runner.rb:54:in `run'
     7: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/runner.rb:145:in `upload_metadata'
     6: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/upload_metadata.rb:343:in `upload'
     5: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/deliver/lib/deliver/upload_metadata.rb:621:in `set_review_information'
     4: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/spaceship/lib/spaceship/connect_api/models/app_store_review_detail.rb:44:in `update'
     3: from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb:230:in `patch_app_store_review_detail'
     2: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/spaceship/lib/spaceship/connect_api/tunes/tunes.rb:760:in `patch_app_store_review_detail'
     1: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/spaceship/lib/spaceship/connect_api/api_client.rb:135:in `patch'
/Library/Ruby/Gems/2.6.0/gems/fastlane-2.185.0/spaceship/lib/spaceship/connect_api/api_client.rb:199:in `handle_response': [!] The provided entity is missing a required attribute - You must provide a value for the attribute 'contactFirstName' with this request - /data/attributes/contactFirstName (Spaceship::UnexpectedResponse)
The provided entity is missing a required attribute - You must provide a value for the attribute 'contactLastName' with this request - /data/attributes/contactLastName
The provided entity is missing a required attribute - You must provide a value for the attribute 'contactEmail' with this request - /data/attributes/contactEmail
The provided entity is missing a required attribute - You must provide a value for the attribute 'contactPhone' with this request - /data/attributes/contactPhone
An attribute value is invalid. - The phone number must be in a valid format. Preface the phone number with ‘+’ followed by the country code (for example, +44 844 209 0611) - /data/attributes/contactPhone

但我有我的所有文件:

ios/fastlane/元数据/review_information/email_address.txt

ios/fastlane/元数据/review_information/first_name.txt

ios/fastlane/元数据/review_information/last_name.txt

ios/fastlane/元数据/review_information/phone_number.txt

你怎么解决这个问题?

标签: react-nativefastlanefastlane-deliver

解决方案


推荐阅读