sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

iOS cant archive but compile & run fine #546

Closed Miyaguisan closed 3 years ago

Miyaguisan commented 3 years ago

Hi,

I have followed all the steps and set up everything and the app works just fine. The problem comes when I want to ARCHIVE for distribution. The following error shows up:

Use of undeclared identifier 'GADMobileAds'

Again... compiling and running the app works fine [both simulator and device, perfect, no problems], but I just can't archive for distribution. ¿What's up with that?

murtuzamacdev commented 2 years ago

I am facing the same issue. How did you fix this?