Closed ehsan6sha closed 1 year ago
Below hsould be entred into podFile of FulaExample
# First part, using 'installer'
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
# Second part, 'installer' used in place of 'pi'
installer.pods_project.targets.each do |t|
t.build_configurations.each do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
end
end
end
error unsupported Swift architecture ^