- Xcode 13 解决Build system informat
- iOS xcode The Legacy Build Syste
- xcode13 The Legacy Build System
- XCode13报错—The Legacy Build Syste
- xcode13 The Legacy Build System
- Xcode13编译提示构建系统错误Legacy Build Sy
- WWDC 2018 Behind the Scenes of t
- Xcode 10 Error: Multiple command
- react-native ios 打包报错Multiple c
- Xcode13 Build System
今天在公司拉了一个项目,打开后一直索引indexing,run后提示Build system information - unexpected service error: The Xcode build system has crashed.报错。
解决:删除 podfile,podfile.lock,xcworkspace,打开终端,cd 项目目录pod init,添加你想要的 pod 到 pod 文件pod install,打开 xcworkspac。一切都会被索引,然后你就可以构建了。
网友评论