gpt4 book ai didi

ios - "Use of undeclared identifier ' Braintree '"在不使用 CocoaPods 的情况下手动集成 Braintree 后出现错误

转载 作者:行者123 更新时间:2023-12-05 01:05:08 30 4
gpt4 key购买 nike

调用 [Braintree braintreeWithClientToken 时出现以下错误。

ViewController.m:21:27: Use of undeclared identifier 'Braintree'

我关注了 Manual Integration Without CocoaPods将 Braintree 添加到新的 Objective-C 项目的指南。

解决方案——构建Braintree.framework

我已经成功地构建了一个 Braintree.framework,可以轻松地在 iOS 应用、Objective-C 或 Swift 中使用。

说明在那里:

https://github.com/exchangegroup/braintree-framework-builder

最佳答案

这是修复您演示中的此错误的 PR:https://github.com/exchangegroup/brain-tree-manual-setup-error-four/pull/1

这是修复您较新演示中的此错误的 PR:https://github.com/exchangegroup/braintree-manul-setup-ten/pull/1

不幸的是,#import使用 <angled> 的语句包括必须替换为 "quotes"反而。虽然不理想,但通过使用查找和替换正则表达式,这是一个简单的操作:<Braintree/(.*)> -> "$1"

如果您正在进行新的集成,Braintree 建议 using CocoaPods instead .让我们知道是否存在 CocoaPods 不适用于您的用例的原因。

希望这有帮助:)

关于ios - "Use of undeclared identifier ' Braintree '"在不使用 CocoaPods 的情况下手动集成 Braintree 后出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29292695/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com