brent
brent
+1. Thank you.
I reviewed, tested, and merged #126
@jlubeck wild guess here, but any chance you're on an older version of CocoaPods? If so, try updating, cleaning, deleting derived data, killing xcode, and doing a `pod install`… You...
This error seems to be generally associated with using frameworks. What does your Framework Search Paths value look like (in both your project and your target)?
@jlubeck OK I'm out out ideas for now, but I did verify that a vanilla project using CocoaPods can use card.io without the error you're seeing. Here is the project...
@marciok I worked on card.io and I now work on the Braintree iOS library. You may want to consider taking a look at [Braintree UI](https://github.com/braintree/braintree_ios/tree/master/Braintree/UI). We have formatting, validation, and...
The card edge detection and image capture (your second use case) is already an option actually. See the `detectionMode` property on `CardIOViewController`. On Thu, Jul 30, 2015 at 4:47 AM...
Hi @larsperk - we'll discuss and respond back here. Note that we haven't seen other reports of this validation as a usability issue, and we would like to keep the...
I have a QueryClientProvider and can use standard tanstack-query `useQuery` hooks fine, but am still seeing this error with openapi-react-query.