Build Error for React-Native

Bitrise Build Issue Report template

Description of the issue : Build Error for React-Native

Build fails with below errors:

  1. error: Signing for “HappyWorks” requires a development team. Select a development team in the project editor. (in target ‘HappyWorks’)

  2. ** ARCHIVE FAILED **

You can find the last couple of lines of Xcode’s build log above, but the full log is also available in the raw-xcodebuild-output.log

The log file is stored in $BITRISE_DEPLOY_DIR, and its full path is available in the $BITRISE_XCODE_RAW_RESULT_TEXT_PATH environment variable
(value: /Users/vagrant/deploy/raw-xcodebuild-output.log)
Archive failed, error: exit status 65

  1. Outdated analytics plugin, used format version is lower then host bitrise-cli’s format version, please update the plugin
    Submitting anonymized usage informations…
    For more information visit:
    bitrise-plugins-analytics/README.md at master · bitrise-io/bitrise-plugins-analytics · GitHub
    exit status 1

Environment:

Development

Which build Step causes the issue and which version of the step?

Create the Archive (STEP)

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : YES/NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : YES/NO
    -Yes
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : From Beginning

Local reproduction

Can it be reproduced on your own Mac/PC by following our local debug guide? Please follow at least the first section (“Testing with a full clean git clone”) to make sure to test the state of the code what bitrise.io will get when it does a git clone in the clean environment! If possible please note which sections you tried. Yes

Local reproduction: Linux / Android (docker based) stack builds

Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp directory and running the build from there with the Bitrise CLI ( Bitrise CLI )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: Redirecting… .

Build log

https://app.bitrise.io/build/061981caccd090bc

Hello there!

so, did you set up code signing identities in your project config file?
did you create the appropriate dev team on developer.apple.com?
if so, please uplad the certificate and the profile to the code signing tab on bitrise :upside_down_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.