Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

can't build without connecting a real device #114

Open ImalkaM opened 1 year ago

ImalkaM commented 1 year ago
Screenshot 2023-01-09 at 1 20 32 PM

This library functions as expected when installed using Recat native and tried to run on a real device, but when I try to run it on an emulator, I get these errors and we need this to be built and test on emulator for other functionalities (except for beacons)Any advice?

volodymyrpodufalyy commented 1 year ago

same here, any solution?

ImalkaM commented 1 year ago

volodymyrpodufalyy

seems this framework isn't universal, does not support simulator architecture, should be possible to rebuild it as an universal framework, haven't found a way to rebuild.

volodymyrpodufalyy commented 1 year ago

Found a workaround for this. We use different targets for simulator/device. And also different .envvars When built with simulator architecture, we disable this functionality

NiravSa commented 1 year ago

any solution?

acaraty commented 1 month ago

up