Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

cocoapod Stripe 6.2.0 : duplicate symbols while linking #96

Closed
neywen opened this issue Mar 22, 2016 · 1 comment
Closed

cocoapod Stripe 6.2.0 : duplicate symbols while linking #96

neywen opened this issue Mar 22, 2016 · 1 comment

Comments

@neywen
Copy link

neywen commented Mar 22, 2016

Hello,
I installed the cocoapod Stripe 6.2.0 to use the PaymentKit framework.
When I compile the project, without any code using PaymentKit, I get errors in the linking phase :

duplicate symbol OBJC_CLASS$_PTKView in:
[...PATH...]/Build/Intermediates/season.build/Debug-iphoneos/season DEV.build/Objects-normal/arm64/PTKView.o
[...PATH...]/Build/Products/Debug-iphoneos/libStripe.a(STPPaymentCardTextField.o)
duplicate symbol OBJC_METACLASS$_PTKView in:
[...PATH...]/Build/Intermediates/season.build/Debug-iphoneos/season DEV.build/Objects-normal/arm64/PTKView.o
[...PATH...]/Build/Products/Debug-iphoneos/libStripe.a(STPPaymentCardTextField.o)
duplicate symbol OBJC_CLASS$_PTKCard in:
[...PATH...]/Build/Intermediates/season.build/Debug-iphoneos/season DEV.build/Objects-normal/arm64/PTKCard.o
[...PATH...]/Build/Products/Debug-iphoneos/libStripe.a(STPPaymentCardTextField.o)
duplicate symbol OBJC_METACLASS$_PTKCard in:
[...PATH...]/Build/Intermediates/season.build/Debug-iphoneos/season DEV.build/Objects-normal/arm64/PTKCard.o
[...PATH...]/Build/Products/Debug-iphoneos/libStripe.a(STPPaymentCardTextField.o)
ld: 4 duplicate symbols for architecture arm64

@neywen
Copy link
Author

neywen commented Mar 22, 2016

forget it. My mistake, obviously.

@neywen neywen closed this as completed Mar 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant