Card.io 使用 Xcode 8.2 和 Swift 2.3 时出错

Error with Card.io using Xcode 8.2 and Swift 2.3

我正在尝试 运行 我的设备上的项目(iPhone 7 Plus:我已经将我的固件 DiskImage 复制到这个 Xcode 文件夹) Card.io 在 Xcode (8.2) 和 Swift 2.3.

上使用 cocoaPods 安装

但是编译器向我显示了这个错误:

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_CardIOPaymentViewController", referenced from:
type metadata accessor for __ObjC.CardIOPaymentViewController in CheckoutViewController.o
  "_OBJC_CLASS_$_CardIOUtilities", referenced from:
type metadata accessor for __ObjC.CardIOUtilities in CheckoutViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我的 Podfile 包含:

 pod 'PureLayout'
 pod 'Fabric', '~> 1.6.8'
 pod 'Crashlytics'
 pod 'AFNetworking'
 pod 'RealmSwift', '~> 0.98.6'
 pod 'MBProgressHUD'
 pod 'SDWebImage'
 pod 'HCSStarRatingView'
 pod 'DateTools'
 pod 'SWTableViewCell'
 pod 'Stripe'
 pod 'CardIO'
 pod 'SAMTextView'
 pod 'IQKeyboardManagerSwift', '4.0.5'

我刚刚输入 pod install 并启动了它创建的 .xcworkspace

我在模拟器上试过运行,但我无法让它工作。谁能帮帮我?

我也试过这个 post 的解决方案: .

但是 $(inherited) 已经存在于我的 Other Linker Flags 部分。

我无法弄清楚为什么它不能在我的系统上运行。任何帮助将不胜感激。

尝试使用这个版本

pod 'CardIO', :git => 'https://github.com/card-io/card.io-iOS-SDK.git', :tag => '5.4.1'*

在头文件中添加以下内容

#import <CardIO.h>

别忘了在 Build Settings 的 Other Linker Flags 添加 "CardIO"