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