
Xcode
freedom2028
这个作者很懒,什么都没留下…
展开
-
安装cocoapods时出现could not stat active Xcode path的解决办法
Solution #1 (affects all users)xcode-select is the answer. You are either pointing at the wrong path or you are not doing it as a root user. Try this in Terminal:sudo xcode-select -switch /Appli转载 2013-08-23 22:15:28 · 2443 阅读 · 0 评论 -
从工程中删除Cocoapods
1. 删除工程文件夹下的Podfile、Podfile.lock及Pods文件夹2. 删除xcworkspace文件3. 使用xcodeproj文件打开工程,删除Frameworks组下的Pods.xcconfig及libPods.a引用4. 在工程设置中的Build Phases下删除Check Pods Manifest.lock及Copy Pods Resources翻译 2013-08-24 01:11:40 · 36930 阅读 · 2 评论