找不到-lBraintree

时间:2016-03-03 06:34:50

标签: ios objective-c cocoapods

我已经使用pod添加了Braintree和其他lib。我的构建失败,因为它找不到Braintree的库。这就是我所拥有的:

  

ld:找不到-lBraintree的库

     

clang错误:链接器命令失败,退出代码为1(使用-v查看   调用)

我尝试过的事情:

  1. 使用.xcworkspace代替.xcodeproj
  2. 设置构建活动架构否
  3. 删除了任何红色lib.a
  4. 这就是我的项目:

    enter image description here

    enter image description here enter image description here

    我在最后一张图片中看不到-lBraintree标记,但在此显示为-ObjC -ObjC -l"AdIdAccessLibrary" -l"Braintree" -l"DI...为什么?

    Podfile

    target 'MyProject' do
    
    pod 'Braintree', '3.9.3'
    pod 'Google/Analytics', '~> 1.0.0'
    pod 'GoogleIDFASupport'
    
    source 'https://github.com/CocoaPods/Specs.git'
    platform :ios, '8.1'
    pod 'GoogleMaps'
    
    end
    
    target 'MyProjectTests' do
    end
    

0 个答案:

没有答案