为什么在安装Stripe pod并在代码目标c中使用Stripe后出现pod错误?

时间:2019-04-29 07:48:50

标签: ios objective-c stripe-payments

我正在关注此ios链接,以将Stripe集成到我的iOS Objective-C项目中。

我已经成功安装了pod。但是当我使用

@import Stripe; 

要导入,它给我错误"Module 'Stripe' not found"。但是如果我使用

#import <Stripe/Stripe.h>

#import "Stripe.h"

"Module 'Stripe' not found"没有错误,但是出现了很多pod错误。

errors image

another errors image

错误为我提供了修复建议,但修复后会出现更多错误。这些错误是什么原因造成的?我该如何消除它们?

0 个答案:

没有答案