BeTomorrow / react-native-file-logger

A simple file-logger for React Native with configurable rolling policy, based on CocoaLumberjack on iOS and Logback on Android.
118 stars 24 forks source link

[^0.5.5] Cannot read property sendLogFilesByEmail of null on iOS #79

Open Thaimay opened 3 weeks ago

Thaimay commented 3 weeks ago

i tested on android device is normal, but on ios device I get this error. RN: 0.71.5

TypeError: Cannot read property 'sendLogFilesByEmail' of null

fdrault commented 3 weeks ago

to fix your trouble try download this fix, i see it in another issue, [url] when you installing, you need to place a check in install to path and select "gcc."

I don't understand why I need to download your fix. Can you give some reason for your fix?

I edited your comment to hide the URL, it is probably a scam/spyware.

Concerning your issue, have you done pod install ? (or bundle exec pod install) in the iOS folder ?

Thaimay commented 3 weeks ago

to fix your trouble try download this fix, i see it in another issue, [url] when you installing, you need to place a check in install to path and select "gcc."

I don't understand why I need to download your fix. Can you give some reason for your fix?

I edited your comment to hide the URL, it is probably a scam/spyware.

Concerning your issue, have you done pod install ? (or bundle exec pod install) in the iOS folder ?

Yes, of course. I build release already and tested on testflight.