Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/95.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios Xcode错误-库未加载:/usr/local/opt/icu4c/lib/libicui18n.58.dylib错误134_Ios_Xcode_React Native_Expo_Icu - Fatal编程技术网

Ios Xcode错误-库未加载:/usr/local/opt/icu4c/lib/libicui18n.58.dylib错误134

Ios Xcode错误-库未加载:/usr/local/opt/icu4c/lib/libicui18n.58.dylib错误134,ios,xcode,react-native,expo,icu,Ios,Xcode,React Native,Expo,Icu,我正在尝试推送我的应用程序的新版本,该版本的构建过程在我开始出现此错误时正常工作 Command /bin/sh failed with exit code 134 我尝试只在安装时检查运行脚本,这对我的开发版本有帮助,但对我的归档版本没有帮助 该应用程序是本机应用程序-完全错误如下 ~/Desktop/repticitysingin ~/Desktop/repticitysingin/ios dyld: Library not loaded: /usr/local/opt/icu4c/lib

我正在尝试推送我的应用程序的新版本,该版本的构建过程在我开始出现此错误时正常工作

Command /bin/sh failed with exit code 134
我尝试只在安装时检查运行脚本,这对我的开发版本有帮助,但对我的归档版本没有帮助

该应用程序是本机应用程序-完全错误如下

~/Desktop/repticitysingin ~/Desktop/repticitysingin/ios
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib
  Referenced from: /usr/local/bin/node
  Reason: image not found
/Users/waltershub/Library/Developer/Xcode/DerivedData/repticity-checkin-dyladlpnrkuavlcnilspzxthizjw/Build/Intermediates.noindex/ArchiveIntermediates/repticity-checkin/IntermediateBuildFilesPath/repticity-checkin.build/Release-iphoneos/repticity-checkin.build/Script-B5722AD01DFB7E3F0084848F.sh: line 6:  7032 Abort trap: 6           PATH="$PATH:$value" exp prepare-detached-build --platform ios
Command /bin/sh failed with exit code 134

我遇到了同样的问题,并在这里找到了解决方案:。感谢@berkedel

brew uninstall --ignore-dependencies node icu4c
brew install node
此外,另一位用户提到,他还必须执行
brew链接——覆盖节点
,但在我的情况下这不是必需的