-
Notifications
You must be signed in to change notification settings - Fork 6
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
Build errors with new Modularized architecture #91
Comments
@azrielh can you provide a sample repo to replicate this? The |
@addingama Update: That didnt actually fix it. Still getting the error above. |
@azrielh Hey, it looks like your project tried to include all the architecture when building the app. Can you try excluding one of the architecture? maybe exclude |
Can you try excluding x86_64?
…On Thu, Sep 19, 2024, 3:52 PM Az Hopkins ***@***.***> wrote:
This is our current setup. No luck unfortunately.
Screenshot.2024-09-19.at.5.49.59.PM.png (view on web)
<https://github.com/user-attachments/assets/bde9d2d6-f2f1-4375-a213-0454c63ab173>
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWDHBQ2LNECWXJOVLR5SATZXJ7DPAVCNFSM6AAAAABNXONSY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQGI2DMOJWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@addingama Same problem unfortunately. |
@azrielh can you paste the complete error message again? Please share your RN version too |
@addingama Logs are same when also excluding
It's not related to Should also clarify, the previous non-modularized architecture builds fine, just the new modular version. |
@azrielh you can modify it directly on your local and try to build it again. The latest example and development app has the same RN version and it doesn't have any issues when building the app. Are you trying to generate a prod/release build? |
@addingama Yeah, changing it locally doesn't seem to work either. and yes, trying to generate all types of builds |
@azrielh since you can't provide the sample project to reproduce the error and I don't have access to your project Can you compare your ios project with the development-app inside this repository? |
@azrielh can you also include |
@azrielh can you try adding this on the Podfile post_install?
|
@addingama No luck unfortunately. |
Are you building it locally? What is your mac os, processor and xcode
version?
…On Sat, Sep 28, 2024, 3:41 AM Az Hopkins ***@***.***> wrote:
@addingama <https://github.com/addingama> No luck unfortunately.
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWDHBQLAVRXJIIPUEVM3J3ZYWYFDAVCNFSM6AAAAABNXONSY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZZHEZTSOJWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
M1 Pro |
Describe the bug
When updating to the new modularized architecture. There is are issues with building on iOS.
To note: We have run multiple apps from the one codebase, so might be the issue.
Additional context
Tried to Exclude Duplicate Headers in the Podfile, but no luck.
The text was updated successfully, but these errors were encountered: