#jl738872_41142
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand the issue, can you provide more details? Are you seeing an error?
Yes sorry, I am get using swift and I can't archive or build and run the project because I am having a ambigious type error in every file of the StripeUICore folder in my pod for StripePaymentsUI.
What's the exact error?
Is this similar to the issue you're experiencing? https://stackoverflow.com/questions/35072981/how-do-i-resolve-this-ambiguous-type-error-in-swift
'ActivityIndicator' is ambiguous for type lookup in this context this is the error I am getting. I have 685 of these in every file. I am trying to understand if there is a mismatched compatibility error.
What does your Podfile contain?
Am I missing something?
That seems fine... curious where CreditCardForm is from though?
Did you have any issues when you ran pod install?
No but I don't have the most up to date cocoapods. It required that I needed a higher version of ruby to get the higher version of cocoapods. Do you think that was the issue?
All of my other pods work fine. It is this that is giving me a issue.
The CreditCardForm is from a pod I found on github. https://github.com/orazz/CreditCardForm-iOS
It's worth a try I think.
If you remove CreditCardForm from the Podfile does that solve the issue?
I haven't tried it. I will try it.