Bryant Luk
Bryant Luk
Apparently, one of the magic linker flags that enables the limited exported symbols in `libCardIO.a` was the `GENERATE_MASTER_OBJECT_FILE` flag. It seems to have some trouble with Bitcode if it's enabled....
@pashan I haven't been able to reproduce this behavior. What options do you use to display the view controller? Also any context about the device (what kind of iPhone/iPad, locale...
Is the sample app file bitcode enabled? It shouldn't be that big on the end user's devices (after Apple compiles the bitcode). If you export your app out with the...
@squalx Can you clone this repository with git by itself? FYI, the source which the binaries are based on are at https://github.com/card-io/card.io-iOS-source with the appropriate tags for releases. Be sure...
@webfaqtory Can you clone the repository itself? If there are connection problems, I think the best solution is to contact [GitHub Support](https://github.com/contact) to see if they can help.
I cloned the repository using almost the same parameters (except the directory to put it into): ``` $ git clone https://github.com/card-io/card.io-iOS-SDK.git a --template= --single-branch --depth 1 --branch 5.4.1 Cloning into...
I contacted GitHub Support and they weren't able to reproduce the issue either (they git cloned it themselves) and they did a fsck and it seemed ok on their side....
Can you be more specific about the build error that you encountered? The reason why `ARCHS_STANDARD` isn't used is because we would lose the `armv7s` support out of the box....
Can you please provide more details? Which version of Xcode did you use to build your app? Do the delegate methods still get called in iOS 9/10/etc.?
@Gerst20051 Are you able to [run the demo app](https://github.com/card-io/card.io-iOS-source#dev-setup) in https://github.com/card-io/card.io-iOS-source ? Running it in iOS 11 for me seems to present the correct delegate calls for `userDidCancel...` and `userDidProvide...`.