lugg / react-native-config

Bring some 12 factor love to your mobile apps!
MIT License
4.83k stars 657 forks source link

Build error on iOS app with react-native 0.73.6 #809

Open Josh2941 opened 3 months ago

Josh2941 commented 3 months ago

I have installed this package and configured as per the documentation but facing build error in iOS. Works fine on Android.

Environment: "react": "18.2.0", "react-native": "0.73.6", "react-native-config": "1.5.2"

System: MacBook M1 Pro macOS: 14.4.1 (23E224) Xcode: Version 15.3 (15E204a)

Error Screenshot:

Screenshot 2024-07-26 at 4 06 56 AM
webraptor commented 1 month ago

Anyone knows a fix for this?

martinramirezmobian commented 1 month ago

I have the same problem:

Environment: "react": "18.2.0", "react-native": "0.74.2", "react-native-config": "1.5.3"

System: MacBook M1 Pro Xcode: Version 16.0 (16A242d) Screenshot 2024-10-01 at 11 52 19

webraptor commented 1 month ago

in the Manual Link (iOS / macOS) setup instructions, try skipping steps I, II, III, IV. only do steps V and VI

martinramirezmobian commented 1 month ago

Sadly that didn't work. But thanks for replying so fast