Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade 0.72.3 to 0.72.4, iOS release failed #39143

Closed
TristanLudrow opened this issue Aug 24, 2023 · 8 comments
Closed

upgrade 0.72.3 to 0.72.4, iOS release failed #39143

TristanLudrow opened this issue Aug 24, 2023 · 8 comments
Labels
Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Needs: Triage 🔍 Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon. Type: Upgrade Issue Issues reported from upgrade issue form

Comments

@TristanLudrow
Copy link

TristanLudrow commented Aug 24, 2023

New Version

0.72.4

Old Version

0.72.3

Build Target(s)

iOS release

Output of react-native info

OS: macOS 13.5.1
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Memory: 123.45 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.16.1
path: ~/.nvm/versions/node/v18.16.1/bin/node
Yarn:
version: 1.22.19
path: /usr/local/bin/yarn
npm:
version: 9.5.1
path: ~/.nvm/versions/node/v18.16.1/bin/npm
Watchman:
version: 2023.07.10.00
path: /usr/local/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: ~/.rvm/gems/ruby-2.7.6/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Android SDK:
API Levels:
- "28"
- "29"
- "30"
- "31"
- "32"
- "33"
Build Tools:
- 25.0.2
- 28.0.3
- 29.0.2
- 29.0.3
- 30.0.2
- 30.0.3
- 31.0.0
- 32.0.0
- 32.1.0
- 33.0.0
- 34.0.0
Android NDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode:
version: 14.3.1/14E300c
path: /usr/bin/xcodebuild
Languages:
Java:
version: 20.0.1
path: /usr/bin/javac
Ruby:
version: 2.7.6
path: ~/.rvm/rubies/ruby-2.7.6/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.4
wanted: 0.72.4
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false

Issue and Reproduction Steps

xcode release failed, and exit 1

~/React_uniapp/ios/Pods/../../node_modules/react-native/sdks/hermes-engine/utils/build-hermesc-xcode.sh: line 20: : command not found

++ echo 'Failed to configure Hermesc cmake project.'

Failed to configure Hermesc cmake project.

++ exit 1

@TristanLudrow TristanLudrow added Needs: Triage 🔍 Type: Upgrade Issue Issues reported from upgrade issue form labels Aug 24, 2023
@github-actions github-actions bot added Platform: iOS iOS applications. Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. labels Aug 24, 2023
@github-actions
Copy link

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.
@ghost
Copy link

ghost commented Sep 9, 2023

Same facing error

@geronimosuarez
Copy link

Were you able to fix it?

@geronimosuarez
Copy link

geronimosuarez commented Jan 11, 2024

I just got rid of that error by changing the js engine from hermes to jsc. I'm not using vanilla react native but in Expo you can achieve this by adding the following code jsEngine: "jsc" to your app.json

Screenshot 2024-01-11 at 10 17 11

Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

1 similar comment
Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jul 10, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

1 similar comment
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Needs: Triage 🔍 Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon. Type: Upgrade Issue Issues reported from upgrade issue form
2 participants