小编Pam*_*ami的帖子

Xcode中的Pod错误"Id:框架未找到Pods"

我试图从bitbucket存储库克隆一个项目,并Id: framework not found Pods clang: error: linker command failed with exit code 1 (use -v to see invocation)在尝试在工作区中运行Xcode项目时收到错误.这些是我遵循的步骤,如果有人能让我知道我做错了什么,那就太好了!

  1. git clone (link to bitbucket)
  2. 将Xcode pods项目中的配置设置更改none为调试和发布
  3. 执行 pod install
  4. 打开Xcode工作区文件
  5. 试图在Xcode中构建并收到错误 Id: framework not found Pods clang: error: linker command failed with exit code 1 (use -v to see invocation)

编辑这是podfile:

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'

target 'Oncarb' do
  pod 'Alamofire'
  pod …
Run Code Online (Sandbox Code Playgroud)

git xcode ios ios-frameworks cocoapods

39
推荐指数
3
解决办法
4万
查看次数

标签 统计

cocoapods ×1

git ×1

ios ×1

ios-frameworks ×1

xcode ×1