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

Unable to complete release build for iOS #5460

Closed
glopez-askit opened this issue Dec 3, 2023 · 5 comments
Closed

Unable to complete release build for iOS #5460

glopez-askit opened this issue Dec 3, 2023 · 5 comments
Assignees
Labels
Missing info The user didn't precise the problem enough Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS

Comments

@glopez-askit
Copy link

Description

I want to test the release build of my application, and I'm encountering the following error:

**BUILD FAILED**

The following build commands failed:
CompileC /Users/gianllopez/Library/Developer/Xcode/DerivedData/<project>/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/RNReanimated.build/Objects-normal/x86_64/ReanimatedRuntime.o /<project>/app/node_modules/react-native-reanimated/Common/cpp/ReanimatedRuntime/ReanimatedRuntime.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNReanimated' from project 'Pods')
(1 failure)

I've been dealing with this issue for several days, and I need to know how to resolve it. I've tried resetting the cache for all project components. The strange thing is that the release build for Android works fine, but for iOS, the same error persists. I've attempted deleting the simulator and testing on different models, but the issue persists.

Additionally, it's worth noting that the application functions perfectly at all times, and the issue only arises when generating the release build.

I'm currently working in a Mac Mini M2 with the MacOS 14.1.2.

Steps to reproduce

.

Snack or a link to a repository

.

Reanimated version

3.5.4

React Native version

0.70.10

Platforms

iOS

JavaScript runtime

Hermes

Workflow

React Native

Architecture

Paper (Old Architecture)

Build type

Release mode

Device

iOS simulator

Device model

iPhone 15 Pro Max

Acknowledgements

Yes

@glopez-askit glopez-askit added the Needs review Issue is ready to be reviewed by a maintainer label Dec 3, 2023
@github-actions github-actions bot added Missing info The user didn't precise the problem enough Missing repro This issue need minimum repro scenario labels Dec 3, 2023
Copy link

github-actions bot commented Dec 3, 2023

Hey! 👋

It looks like you've omitted a few important sections from the issue template.

Please complete Steps to reproduce and Snack or a link to a repository sections.

Copy link

github-actions bot commented Dec 3, 2023

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

@github-actions github-actions bot added the Platform: iOS This issue is specific to iOS label Dec 3, 2023
@tomekzaw
Copy link
Member

tomekzaw commented Dec 7, 2023

Hi @glopez-askit, thanks for reporting this issue.

Are you sure this happens on 3.5.4?

Looks similar to #5465.

@tomekzaw tomekzaw removed the Needs review Issue is ready to be reviewed by a maintainer label Dec 7, 2023
@tomekzaw tomekzaw self-assigned this Dec 7, 2023
@tomekzaw
Copy link
Member

Fixed in mrousavy/react-native-vision-camera#2270, update RNVisionCamera to 2.16.6.

@HugoGresse
Copy link

Hey there, I'm having the same issue, exact same log, updating react-native-vision-camera did not fix the issue

    "react-native-reanimated": "^3.6.1",
    "react-native-vision-camera": "^2.16.6",

through xcode, I'm having the same issue as #5446

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing info The user didn't precise the problem enough Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS
Projects
None yet
Development

No branches or pull requests

3 participants