我正在使用react原生开发我的第一个跨平台应用程序。在我尝试对其进行归档时,我遇到了以下错误。我想这只发生在瑜伽馆(?)或者别的什么。错误出在左窗格中的yoga下面...
Showing Recent Errors Only
SetOwnerAndGroup username:domänen-benutzer /Users/username/Library/Developer/Xcode/DerivedData/ReactHandHeld-asokbujgobowgaaaypozpydvtdur/Build/Intermediates.noindex/ArchiveIntermediates/ReactHandHeld/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/libyoga.a
cd /Users/username/ReactHandHeld/node_modules/react-native/React
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/usr/sbin/chown -RH username:domänen-benutzer /Users/username/Library/Developer/Xcode/DerivedData/ReactHandHeld-asokbujgobowgaaaypozpydvtdur/Build/Intermediates.noindex/ArchiveIntermediates/ReactHandHeld/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/libyoga.a
chown: domänen-benutzer: illegal group name
Command /usr/sbin/chown failed with exit code 1发布于 2018-05-10 06:01:41
我遇到了完全相同的问题,我从来没有创建过任何带有德语特殊字符(变数)的组,我花了一些时间试图找出文件夹在磁盘或项目中的位置,但都是徒劳的,然后我删除了派生数据,清理了项目,重新启动了Xcode,一切都恢复了正常。
https://stackoverflow.com/questions/48130645
复制相似问题