ruby EAS Build的Pod安装失败- React Native Expo

tgabmvqs  于 9个月前  发布在  Ruby
关注(0)|答案(1)|浏览(128)

我正在尝试为一个项目部署我的ios内部发行版。
当我跑步时:
第一个月
其结果是:

Using Expo Modules
[Expo] Enabling modular headers for pod ExpoModulesCore
[Expo] Enabling modular headers for pod ReactCommon
Auto-generating `.xcode.env.local` with $NODE_BINARY=/Users/expo/.nvm/versions/node/v18.18.0/bin/node
error Failed to build the app: No package name found. Found errors in /Users/expo/workingdir/build/node_modules/expo-av/android/src/main/AndroidManifest.xml.
[!] Invalid `Podfile` file: 783: unexpected token at 'info Run CLI with --verbose flag for more details.
'.
 #  from /Users/expo/workingdir/build/ios/Podfile:14
 #  -------------------------------------------
 #    use_expo_modules!
 >    config = use_native_modules!
 #  
 #  ———————————————————————--------------------

字符串
看起来pod安装失败了。我在下面附上了一个截图。这是我第一次在全新的M3 Macbook Pro上运行这个。


的数据
我尝试了yarn安装和重新安装可可pod,并得到了同样的错误。

相关问题