-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
0.62.0 iOS build fails when use_frameworks! enabled in Podfile #28478
Comments
Same here, I'm trying to find a solution involving :
But still no luck on my side... Trying hard to solve this issue |
@alexisbronchart were you able to make some progress on this issue ? |
We're not seeing this failure on master (the test_ios_unit_frameworks job is green), so it looks like it has been fixed on master since 0.62 was cut: https://app.circleci.com/pipelines/github/facebook/react-native/4318/workflows/a9b1bfe9-0664-4182-96fb-d287bb57f63f/jobs/143419 |
You think it could land in 0.62.1 ? |
@hramos I'm not sure what @Daavidaviid Looks like completely disabling Flipper on iOS works. I just noticed this in the Podfile:
Noted 😅 |
Did you try that and can confirm it works @alexisbronchart ? I’ll try that later |
Yes I confirm it works. But no Flipper then... |
I confirm it works too. I removed any mentions of Flipper in |
@alexisbronchart yeah it's weird that it is mentioned in the docs but doesn't work :( |
Unfortunately having the same issue with 62.2. I have tried different setups already: Recommended approach for use_frameworks! from https://fbflipper.com/docs/getting-started/ios-native.html, applying diff from https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2 (though it clearly states that there is no use_frameworks! support there), trying to modify setup by modifying list of static frameworks that yielded this error. I also tried different Flipper versions (33.1 is the one recommended by upgrade-helper, and I tried also the latest one, which was 37.0). Everything works as expected on 62.2 without Flipper for me. |
@crazyjooe Everything works as expected on 62.2 without Flipper for me. +1 |
Isn't there any way to use Flipper with We cannot use Flipper because of this limitation. |
@hramos |
Removing Flipper from just the Podfile and AppDelegate didn't work for me. I also needed to remove |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Hi there! I need to use a dynamic native library inside a react native project. I linked the library as a pod with a bridge react module. I had the same issue with Flipper. I removed all mentions from Podfile and AppDelegate, updated pods. And I've got a new issue. Which reproduce after removing Flipper without linking of the native lib.
|
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. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
The iOS build fails in version 0.62.0 when use_framworks! is enabled in Podfile.
React Native version:
Steps To Reproduce
npx react-native init MyTestApp
yarn ios
=> it buildsuse_frameworks!
in the MyTestApp target of the Podfileyarn ios
=> build fails with:Expected Results
Build should work.
The text was updated successfully, but these errors were encountered: