star-micronics / react-native-star-io10

react-native-star-io10 is a library for supporting application development for Star Micronics devices.
Other
90 stars 55 forks source link

Example project does not work with XCode 12.5.1 #22

Closed joarwilk closed 3 years ago

joarwilk commented 3 years ago
DistributedMutex-inl.h:1051:5: 'atomic_notify_one<unsigned long>' is unavailable

node_modules/react-native-star-io10/example/ios/Pods/Headers/Private/Flipper-Folly/folly/synchronization/DistributedMutex-inl.h:1051:5: 'atomic_notify_one<unsigned long>' is unavailable

This is completely fresh and untouched. I just started the example project and tried to make a release build.

gare-bear commented 3 years ago

@joarwilk This issue seems to be with Flipper, the debugging tool for RN. I think this has already been fixed but our podfile hasn't been updated.

In the podfile, change line 20 to: use_flipper!({ 'Flipper' => '0.87.0', 'Flipper-Folly' => '2.5.3', , 'Flipper-RSocket' => '1.3.1' })

Here's the relevant GitHub issue from Flipper and the fix.

joarwilk commented 3 years ago

Works after the recent commit/change