normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')

Not able to understand what to do , I could not able to find the solutions.

I'm running application through react-native run-ios --simulator="iPhone 14 Pro Max"

I'm trying to run below application - I'm new to mobile app development . https://www.youtube.com/watch?v=c-NfKd1iVwE

Hello. Did you find a solution? I faced the same issuse.

same on 'React-utils'

I solved it disabling the flipper in podfile.

change the line: flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled

To: flipper_config = FlipperConfiguration.disabled

In podefile has a comment about this error

normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'FlipperKit' from project 'Pods')
 
 
Q