facebook / folly

An open-source C++ library developed and used at Facebook.
https://groups.google.com/forum/?fromgroups#!forum/facebook-folly
Apache License 2.0
28.44k stars 5.57k forks source link

EXEC_BAD_ACCESS when running the react-native app #1707

Open abosaqr opened 2 years ago

abosaqr commented 2 years ago

Hello,

thanks for the work put into the library, I am having an issue after building a react-native app and then running it.

This is the issue image

This is the stack image

From the stack it seems like trying to create a certificateSigningRequest but hitting the exception, can you help me pin-point the issue?

(let me know if you need more info) thanks.

kind regards, abosaqr

abosaqr commented 2 years ago

@update:

in the simulator there is no issue, the exception happens in physical device: an iPad Air (4th generation), software version 15.0.

abosaqr commented 2 years ago

@update

disabling flipper by commenting the line in ios/Podfile makes it work again.

use_flipper!()

i don't like removing things i don't know, so is this an issue or not? or better question, what functionality am I losing without flipper?

thanks

yfeldblum commented 1 year ago

I don't the folly repo is the right place for this.