Xcode 问题汇总

2018-04-23  本文已影响39人  二斤寂寞
1

问题:The application bundle does not contain a valid identifier
解决:删除所有data【Xcode > Preferences > Locations > Derived Data】

2

问题:CocoaPods was not able to update the XXXX repo
解决:pod install --no-repo-update

error: CocoaPods was not able to update the master-1 repo. If this is an unexpected issue and persists you can inspect it running pod repo update --verbose

执行:
pod repo update --verbose

stackOverflow

上一篇 下一篇

猜你喜欢

热点阅读