NervJS / taro-native-shell

Taro 原生 React Native 壳子
MIT License
200 stars 106 forks source link

壳工程打包iOS报错,执行命令yarn upgradePeerdeps报下面的错误 #98

Open Slngle opened 1 month ago

Slngle commented 1 month ago

Command pod install failed. └─ Cause: Invalid Podfile file: [!] Invalid RNScreens.podspec file: undefined method `install_modules_dependencies' for Pod:Module Did you mean? install_flipper_dependencies.

from /Users/yujunmiao/Documents/new-century-work/taro-native-shell/node_modules/react-native-screens/RNScreens.podspec:25
-------------------------------------------

install_modules_dependencies(s)

if new_arch_enabled
-------------------------------------------

.

from /Users/yujunmiao/Documents/new-century-work/taro-native-shell/ios/Podfile:17
-------------------------------------------
end

config = use_native_modules!

-------------------------------------------
KXQC01 commented 2 weeks ago

遇到一样的报错,请问有解决吗?

zhiqingchen commented 2 weeks ago

那个版本的 taro,以及那个分支的 taro native shell

KXQC01 commented 2 weeks ago

taro native shell 0.72,尝试把flipper禁用掉就不会报错了。