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

Fix: Build Failing on latest Xcode #32

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Conversation

abhishek310001
Copy link
Collaborator

@abhishek310001 abhishek310001 commented Jul 22, 2024

Description

This PR fixes the issue of build failing on latest Xcode version.

Changes

  • Modified Podfile to include header file manually as this has not been released to cocoapods yet or anytime soon as referred here
  • Updated readme to include missing information

Tests

Automated test cases added

NA

Manual test cases run

For each manual test case, list the steps to test or reproduce the PR.
NA

@abhishek310001 abhishek310001 self-assigned this Jul 22, 2024

This comment has been minimized.

@abhishek310001 abhishek310001 requested a review from bbbneo333 July 22, 2024 04:38
@@ -51,6 +51,19 @@ target 'Boilerplate' do
end

post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'Flipper'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @abhishek310001 - Verified locally and this fix works. But it'd be good to add a comment here on what issue we are trying to fix, and possibly add the link from where this fix was obtained (a link to GH/stackoverflow maybe)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for verifying, will add a comment ASAP.

@bbbneo333 bbbneo333 linked an issue Jul 22, 2024 that may be closed by this pull request
Copy link

Passed

Analysis Details

0 Issues

  • Bug0 Bugs
  • Vulnerability0 Vulnerabilities
  • Code Smell0 Code Smells

Coverage and Duplications

  • No coverage informationNo coverage information (0.00% Estimated after merge)
  • No duplication informationNo duplication information (0.00% Estimated after merge)

Project ID: jalantechnologies_boilerplate-react-native

View in SonarQube

@abhishek310001 abhishek310001 merged commit 1d81590 into main Jul 22, 2024
4 checks passed
@abhishek310001 abhishek310001 deleted the abhishek/fix/ios-build-fail branch July 22, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(bug) Fix build issue on latest xcode
2 participants