Giter VIP home page Giter VIP logo

Comments (13)

BenHurMartins avatar BenHurMartins commented on June 18, 2024 3

+1

I am getting the same error, works locally with Xcode with the same version, but it doesn't works in Bitrise. I am pretty new with Bitrise so I didn't find the logs yet.

C/C @sehri18

from steps-xcode-archive.

harish-narra avatar harish-narra commented on June 18, 2024

@BenHurMartins am able to generate the build last week, but from yesterday onwards getting this issue, if anything found, please post here

from steps-xcode-archive.

gustavoMarquezRefera avatar gustavoMarquezRefera commented on June 18, 2024

same issue here, no fix so far

from steps-xcode-archive.

harish-narra avatar harish-narra commented on June 18, 2024

any update here?

from steps-xcode-archive.

fcastaneda9725 avatar fcastaneda9725 commented on June 18, 2024

I've faced the same issue. I will share how I solved it.

The status error 65 is too general, you will need to look over the logs but I think you do it in your local environment, up in the logs you will find the real error that is preventing the bundle script from running.
In my case:

  • The first error was using pnpm but was solved using @rnx-kit/metro-resolver-symlinks
  • Second error was missing dev babel dependencies like @babel/plugin-proposal-nullish-coalescing-operator or @babel/plugin-transform-arrow-functions used by one of my libraries

At this point, the local archive was working, but now still having the issue with the Bitrise archive step.

Found out that our mono repo had missing dependencies at the moment to archive, so I had to add some extra command lines for my Script step remove some dependencies and install again during a new build with Turbo and the problem was solved.

Make sure you have your script right under ProjectName -> Build Phases -> Bundle React Native code and images:

set -e

WITH_ENVIRONMENT="../node_modules/react-native/scripts/xcode/with-environment.sh"
REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh"

/bin/sh -c "$WITH_ENVIRONMENT $REACT_NATIVE_XCODE"

I know that my solution was particular, but I can suggest you go deeper into the logs and you will find the real error that it's preventing react-native-xcode.sh to run.

from steps-xcode-archive.

psvnanda avatar psvnanda commented on June 18, 2024

+1. Is there any proposed workaround?

from steps-xcode-archive.

bsamban avatar bsamban commented on June 18, 2024

Is there any fix for this issue ?

from steps-xcode-archive.

RichardLima avatar RichardLima commented on June 18, 2024

In my case, I fixed it after analyzing: xcodebuild-archive.log, and identified that the bitrise machine started to use an updated node version and that it has the problem: openssl-legacy-provider. :)

from steps-xcode-archive.

sufyansalim avatar sufyansalim commented on June 18, 2024

any update on this issue?

from steps-xcode-archive.

sufyansalim avatar sufyansalim commented on June 18, 2024

In my case, I fixed it after analyzing: xcodebuild-archive.log, and identified that the bitrise machine started to use an updated node version and that it has the problem: openssl-legacy-provider. :)

how can i do that i new to bitrise?

from steps-xcode-archive.

RichardLima avatar RichardLima commented on June 18, 2024

@sufyansalim Workflow tab > choose your workflow > after the xcode archive step add the "Deploy to bitrise.io" step > save > run your failed workflow again > after finishing/failing > enter your build > artifacts > xcodebuild-archive.log

from steps-xcode-archive.

bitrise-coresteps-bot avatar bitrise-coresteps-bot commented on June 18, 2024

Hello there, I'm a bot. On behalf of the community I thank you for opening this issue.

To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant.
This issue has had no activity for 90 days, so I marked it as stale.

The community would appreciate if you could check if the issue still persists. If it isn't, please close it.
If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me".

If no comment left within 21 days, this issue will be closed.

from steps-xcode-archive.

bitrise-coresteps-bot avatar bitrise-coresteps-bot commented on June 18, 2024

I'll close this issue as it doesn't seem to be relevant anymore.
We believe an old issue probably has a bunch of context that's no longer relevant, therefore, if the problem still persists, please open a new issue.

from steps-xcode-archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.