ios - 未找到父类(super class) '-init' 的指定初始值设定项的方法覆盖

标签 ios paypal xcode7 braintree

我在我的 XCode 7 中遇到了以下 Braintree 地址。在升级到 XCode 7 之前,一切正常。现在遇到了这个问题。请让我知道如何解决该问题。

/.../Pods/Braintree/Braintree/API/Client/BTAPIResponseParser.m:9:17: Method override for the designated initializer of the superclass '-init' not found

enter image description here

最佳答案

您使用的是什么版本的 Braintree?您可能需要更新到 3.9.3,其中包括 xCode7 支持。 ( https://github.com/braintree/braintree_ios/blob/master/CHANGELOG.md )

您可能已经知道这一点,但只需更改 podfile 中的版本号,然后在终端中运行“pod install”即可。

关于ios - 未找到父类(super class) '-init' 的指定初始值设定项的方法覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34673977/

相关文章:

ios - 忽略与属性(property)相关的警告

Paypal :尝试通过捐赠按钮传递金额

paypal - 无法验证 webhook 签名 PHP

swift - 将选定的行标题传回主 TableView Controller

ios - 我应该为每个 ViewController Swift 创建一个新的 managedObjectContext

ios - 如何使用 Xcode : open ios/Runner. xcworkspace 中的签名 ID 解决此错误 "Try replacing ' com.example'

ios - 提交ipa到应用商店

javascript - 升级后 React Native 导入不起作用

ios - 从 Paypal 获取 appID 后,我可以编辑我的 iOS 应用程序代码吗?

swift - 类型 'OSType' 不符合 Swift 2.0 中的协议(protocol) 'AnyObject'