Skip to content

Added gemfile and updated podfile.lock#696

Merged
janicduplessis merged 2 commits intomainfrom
melval/fix-ios-example
Feb 27, 2026
Merged

Added gemfile and updated podfile.lock#696
janicduplessis merged 2 commits intomainfrom
melval/fix-ios-example

Conversation

@MeliValesca
Copy link
Member

Summary

The iOS example app could not be set up following the documented steps (bundle installyarn ios) because:

  1. The Gemfile was missing from the example/ directory, causing bundle install and react-native run-ios to fail.
  2. The Podfile.lock was stale and had dependency versions (e.g. fmt) that conflicted with react-native 0.80.1, causing pod install to fail.

This adds a Gemfile with cocoapods pinned to ~> 1.16 and CFPropertyList pinned to 3.0.7 (for Ruby 3.4 compatibility), and removes the stale Podfile.lock so it gets regenerated fresh on pod install.

Test Plan

Followed the contributing docs from a clean state:

cd example
yarn install
bundle install

cd ios && bundle exec pod install

cd .. && yarn ios

@MeliValesca MeliValesca self-assigned this Feb 27, 2026
@MeliValesca MeliValesca force-pushed the melval/fix-ios-example branch from 2176921 to 18d4bec Compare February 27, 2026 16:46
Copy link
Collaborator

@janicduplessis janicduplessis left a comment

Choose a reason for hiding this comment

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

🚀

@janicduplessis janicduplessis merged commit 843e5b9 into main Feb 27, 2026
4 checks passed
@janicduplessis janicduplessis deleted the melval/fix-ios-example branch February 27, 2026 18:02
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.

2 participants