status-react/ios
Jakub Sokołowski c3e52dbf47
ios: provide explicit NODE_ARGS in Nix shell
Some users have reported local `make run-ios` failures with errors like:
```
Command PhaseScriptExecution failed with a nonzero exit code
```
Where the actual error that can be found in `ios/logs/react-native-xcode.log` is:
```
node: bad option: --openssl-legacy-provider
```
Caused by a flag we apply to our pinned Node.js `18.9.1` to fix:
```
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
```
From: https://github.com/status-im/status-mobile/pull/15167

And the need for that should go away once we upgrade Node.js further.
But for now a decent fix is to not apply that flag directly in Xcode
config so as to avoid the `bad option` error when Xcode us called
outside of Nix context.

Fixes: https://github.com/status-im/status-mobile/issues/15631

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-13 09:36:42 +02:00
..
StatusIm Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30
StatusIm.xcodeproj ios: provide explicit NODE_ARGS in Nix shell 2023-04-13 09:36:42 +02:00
StatusIm.xcworkspace Upgrade react-native to 0.60.5 2019-09-12 16:13:42 +02:00
StatusImPR feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00
StatusImTests Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30
fonts added Inter UI font and made some cleanup 2018-11-06 16:46:58 +01:00
logs ios: add README file to ios/logs directory 2023-03-09 14:55:01 +01:00
nanopb.framework Push notifications: remove and disable Firebase analytics 2017-10-03 16:40:49 +02:00
scripts ci: fix what version is set for iOS PR builds 2020-07-06 09:47:39 +02:00
Bridge.swift enable Keycard on iOS 2021-02-19 10:26:16 +01:00
Dummy.swift Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
Podfile Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30
Podfile.lock Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30
StatusIm-Bridging-Header.h Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
StatusImTests-Bridging-Header.h enable Keycard on iOS 2021-02-19 10:26:16 +01:00
launch-image-universal.storyboard feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00