expo/expo

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

Open

#34,949 建立於 2025年2月16日

在 GitHub 查看
 (11 留言) (1 反應) (0 負責人)TypeScript (49,452 star) (12,251 fork)batch import
help wanted

描述

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

貢獻者指南