Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

use_framework! in Podfile caused 'React/RCTBridgeDelegate.h' not found

$
0
0

I'm currently integrating a private library from vendor which they mentioned it's required to have use_framework! added in Podfile.

Then this issue 'React/RCTBridgeDelegate.h' not found happens in. AppDelegate.h

Side info,

  1. My project is running on React Native Firebase v6, hence I have added # $RNFirebaseAsStaticFramework = true to handle the use_framework! case. Read more about this here.
  2. I'll get the following error if I don't append use_framework!

Framework not found helloFramework

My questions, why do I get this issue when I use use_frameworks! ? What's is the correct way to handle this issue?

enter image description here


Viewing all articles
Browse latest Browse all 16750

Trending Articles