-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
fix(ios): fix pod install --project-directory=ios
failing
#37992
Conversation
sorry that this is happening.. :(
We can't really use the React Native repo to keep that checked, but we can create a job that prepare the template and rearranges the files so that we can invoke pod install with that variation. what do you think? |
No worries, I'm sorry I didn't catch this earlier 😄
Btw, did someone make changes to Danger bot? The changelog format should be correct but it's still complaining.
Would it be enough to modify this slightly to run react-native/.circleci/config.yml Lines 907 to 908 in b3bb553
|
It might be because you need the ":" in the title for "Changelog" -> "Changelog:" |
you mean with something like: bundle install
+ cd ..
-bundle exec pod install
+bundle exec pod install --project-directory=ios We can try, but I am not sure it will work. |
No, the whole purpose of |
Base commit: 7a2a327 |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @tido64 in eb5f23c. When will my fix make it into a release? | Upcoming Releases |
Summary: Exercise `pod install --project-directory=ios` when building the generated iOS project to make sure we don't regress in the future. See also #37992, #35754, #34215, https://github.com/facebook/react-native/issues/33909… ## Changelog: [INTERNAL] [ADDED] - Exercise `pod install --project-directory=ios` when testing the iOS template Pull Request resolved: #37996 Test Plan: CI should pass. Reviewed By: dmytrorykun Differential Revision: D46972815 Pulled By: cipolleschi fbshipit-source-id: 69617b09ac599eba3dde3ddddcf08db95bfc4da3
Summary:
pod install --project-directory=ios
currently fails when new arch is enabled: react-native-async-storage/async-storage#910pod install --project-directory=ios
failing #37993pod install --project-directory=ios
failing #37994Changelog:
[IOS] [FIXED] - Fix
pod install --project-directory=...
when New Arch is enabledTest Plan: