Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undeclared 'STPSourceTypeBitcoin:' #1006

Closed
jzhw0130 opened this issue Aug 7, 2018 · 4 comments
Closed

Undeclared 'STPSourceTypeBitcoin:' #1006

jzhw0130 opened this issue Aug 7, 2018 · 4 comments

Comments

@jzhw0130
Copy link

jzhw0130 commented Aug 7, 2018

Summary

Use of undeclared identifier 'STPSourceTypeBitcoin'; did you mean 'STPSourceTypeUnknown'?

Code to reproduce

Just build

iOS version

9.0+

Installation method

Cocaspod

SDK version

target 'Milo' do
pod 'Stripe', '~> 13.1.0'
inherit! :search_paths
end

screen shot 2018-08-07 at 9 40 29 am

screen shot 2018-08-07 at 9 42 26 am

@danj-stripe
Copy link
Contributor

Hi @jzhw0130 ,

We removed bitcoin support in v13.0.0. There are some more details in the Migrating guide: https://github.com/stripe/stripe-ios/blob/master/MIGRATING.md

Thanks,
Dan

@jzhw0130
Copy link
Author

jzhw0130 commented Aug 8, 2018

No No . @danj-stripe

It is not a migrate issue.
I just use the latest version(V13.1.0) directly.

The error exists inside the library, not my application code.
Pl check again.

screen shot 2018-08-08 at 10 32 53 am

screen shot 2018-08-08 at 10 33 10 am

@jil-stripe
Copy link
Contributor

@jzhw0130, thanks for getting back in touch.

We don't have a file called TPSStripeManager.m in this repository, and I can't find the code in the screenshot anywhere in the Stripe iOS SDK.

I think you might be looking at code from a different repository: tipsi/tipsi-stripe. I was able to find some code there that matches what I think you're looking at: https://github.com/tipsi/tipsi-stripe/blob/master/ios/TPSStripe/TPSStripeManager.m#L258-L260.

If that's the case, then unfortunately we won't be able to help out much, since we don't have any control over that repository (it's written by someone outside of Stripe). I would suggest opening an issue there and seeing if a developer who works on that project will take a look.

-James

@jzhw0130
Copy link
Author

oh oh, sorry for my mistake. @jil-stripe

I found the ReactNative library (tipsi/tipsi-stripe) on https://stripe.com/docs/libraries#mobile.
I thought you guys are in the same team..

The RN library links you guys native library, the error exists on on the RN layer, not your library, I will open a issue there.

Thanks for you guys help.

Zhiwei

csabol-stripe pushed a commit that referenced this issue Apr 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Add signup flow UI tests

* Refactor virtual keyboard text entry

* Add signin test

* Add comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants