Skip to content Skip to sidebar Skip to footer

Framework Not Found Usermessagingplatform.xcframework In React Native

I update my react native project after I encountered an error in xcode there is no problem in android Error: My new package.json '@react-native-firebase/admob': '^7.6.10', '@react

Solution 1:

Finally solved the problem. Need to update CocoPods.

sudo gem install cocoapods

And then

pod install

Solution 2:

Yes, the problem was cocoapods version.

And not only the old ones but the newest one also.

I upgraded cocoapods and the latest 1.10.1 version was installed.

Looks like it also has a problem. After a couple of hours and a couple of millions dead neuron cells I found out, that cocoapods SHOULD BE DOWNGRADED TO1.10.0

Hope this information will help others to save time.

Post a Comment for "Framework Not Found Usermessagingplatform.xcframework In React Native"