
use_flipper! post_install do |installer| flipper_post_install(installer) endendtarget 'Klaaap-tvOS' do # Pods for Klaaap-tvOS target 'Klaaap-tvOSTests' do inherit! :search_paths # Pods for testing endendtarget 'WonderPushNotificationServiceExtension' do platform :ios, '10.0' # Pods for WonderPushNotificationServiceExtension pod 'WonderPushExtension', '~> 3.0'end # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. This is my Podfile: require_relative './node_modules/react-native/scripts/react_native_pods'require_relative :ios, '14.2'target 'Klaaap' do config = use_native_modules! use_react_native!(:path => config) pod 'RNSoundLevel', :path => './node_modules/react-native-sound-level' pod 'RNPermissions', :path => './node_modules/react-native-permissions' target 'KlaaapTests' do inherit! :complete # Pods for testing end # Enables Flipper. When I open my Xcode the build failed directly with an error fatal error: module map file '/Users/wendy/Library/Developer/Xcode/DerivedData/Klaaap-feojqlwiozdtgsczazhciamgtbgk/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap' not found1 error generated.

When I launched my app on iOS on vs code, the build is successfull but the app crashed when you change the screen.
