skip to Main Content

React native – unsupported option '-G' for target 'arm64-apple-ios11.0-simulator'

This is my PodFile platform :ios, min_ios_version_supported use_modular_headers! prepare_react_native_project! flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled linkage = ENV['USE_FRAMEWORKS'] if linkage != nil Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green use_frameworks! :linkage => linkage.to_sym end target 'Fixturefix' do…

VIEW QUESTION

Xcode won't create dSYM files for FirebaseAnalytics

I’m getting dSYM warnings for FirebaseAnalytics when validating my app in Xcode: Upload Symbols Failed
 The archive did not include a dSYM for the FirebaseAnalytics.framework with the UUIDs > [D080D817-CA37-3B97-8A51-421A372C12DB]. Ensure that the archive's dSYM folder includes > a DWARF…

VIEW QUESTION
Back To Top
Search