expo/expo

pod-install doesn't check if cocoapods is installed using bundler

Fechada

#34.949 aberto em 16 de fev. de 2025

 (11 comentários) (1 reação) (0 responsável)TypeScript (12.251 forks)batch import
help wanted

Métricas do repositório

Stars
 (49.452 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 18h) (573 fundiu PRs em 30d)

Description

Summary

pod-install doesn't check if cocoapods is installed using bundler

What platform(s) does this occur on?

No response

SDK Version

No response

Environment

expo-env-info 1.2.2 environment info:
    System:
      OS: macOS 15.3.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 22.13.1 - ~/.asdf/installs/nodejs/22.13.1/bin/node
      Yarn: 1.22.22 - ~/.asdf/installs/nodejs/22.13.1/bin/yarn
      npm: 10.9.2 - ~/.asdf/installs/nodejs/22.13.1/bin/npm
      Watchman: 2025.02.10.00 - /opt/homebrew/bin/watchman
    Managers:
      CocoaPods: 1.16.2 - /Users/akkad.marano/.asdf/shims/pod
    SDKs:
      iOS SDK:
        Platforms: DriverKit 24.2, iOS 18.2, macOS 15.2, tvOS 18.2, visionOS 2.2, watchOS 11.2
      Android SDK:
        API Levels: 31, 33, 34, 35
        Build Tools: 30.0.3, 33.0.0, 34.0.0, 35.0.1
        System Images: android-31 | ARM 64 v8a, android-34 | ARM 64 v8a, android-34 | Google Play ARM 64 v8a, android-35 | Google Play ARM 64 v8a
    IDEs:
      Android Studio: 2024.2 AI-242.23726.103.2422.13016713
      Xcode: 16.2/16C5032a - /usr/bin/xcodebuild

Minimal reproducible example

https://github.com/expo/expo/tree/main/apps/bare-expo

make sure to configure bundler and install gems locally:

bundle config set --local path vendor/bundle
bundle install

Guia do colaborador