z-dev / react-native-checkout

Checkout component for React Native
110 stars 41 forks source link

Unable to scan #20

Open micksabox opened 7 years ago

micksabox commented 7 years ago

iOS Version: 10.3.2 Package Version: 0.0.5

What happens: Permission prompt displays, log below appears. When accepting permission by tapping "OK", the camera does not show up.

Logs:

2017-07-24 12:33:17.212588-0400 lauft_mobile[3485:1017903] [Common] _BSMachError: port 1d11f; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
2017-07-24 12:33:17.213598-0400 lauft_mobile[3485:1017903] [Common] _BSMachError: port 1d11f; (os/kern) invalid name (0xf) "Unable to deallocate send right"

I realize this might be an issue with react-native-awesome-card-io but posting here just in case anybody else has seen the issue.

richardgill commented 7 years ago

Hmmm not seen this. Yea I guess it's an issue with react-native-awesome-card-io

anishtr4 commented 7 years ago

Even I am facing same issue, did you got any solution ?

richardgill commented 7 years ago

I've been tidying up the library today. I checkout the example project. Connected it to my iPhone and it all worked.

I did get a: "Unable to insert COPY_SEND" but not the other error.

Let me know if it's still not working, which version of React Native you're using and which platform you're on.

Thanks,