Open owhittlef opened 7 months ago
Getting same error on RN 0.73.8, XCode 15.3. Did you solve it?
I have the same issue. The code below used to work for me:
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.4'
config.build_settings["ONLY_ACTIVE_ARCH"] = "NO"
`sed -i -e $'s/__IPHONE_[0-9][0-9]_[0-9]/__IPHONE_14_0/' Pods/RCT-Folly/folly/portability/Time.h`
end
end
Upgrading to RN 0.74 solved it for me
🐛 Bug Report
When I build my react native projection XCode I get the following error:
When I try to run
npm run ios
I get another error. I believe this one's related with Flipper-Folly but not sure. The error isTo Reproduce
Create a new react native project and try to build. I have included all of my specific packages and configurations in the following section.
Environment
My Podfile:
My Podfile.lock
My package.json