-
-
Notifications
You must be signed in to change notification settings - Fork 58
Cannot find 'kGADAdSizeBanner' in scope #133
Comments
same issue |
Same issue |
same issue here |
@bdlukaa any update about this? |
Maybe someone can fix this issue and put into new git repository. |
maybe this comment helps? |
This is blocking my iOS update. Don't mind to hear that but at least something just to know I can wait or not |
Hello! Please, see #58. I don't have a mac neither an iphone to give you support. All the ios support come from the community |
We really need to have support for both platforms since Flutter users are facing many problems related to showing ads. I asked the question there but not having a iOS support is a really a negative point IMO when the opportunity to make this package more standard is perfect now:
|
@erperejildo hey bro, maybe you can try this solution, it's work for me. In native_admob_flutter/ios/Classes/Banner/BannerAdView.swift line 9: private var adSize: GADAdSize = kGADAdSizeBanner to : private var adSize: GADAdSize = GADAdSizeFromCGSize(CGSize(width: 320, height: 100)) This is just create a default adSize when you're not inserting custom size. |
thanks for that @yusriltakeuchi. I see that it's merged already |
@bdlukaa I see you closed this but any plans to release this soon? I get this error with above fix: When I try to update pods and everything the package removes the manual change |
Hi, my app release is also blocked because of this issue. Could you please release another update? 🙏 |
You can use the master branch as your dependencies: dependencies:
native_admob_flutter:
git: https://github.com/bdlukaa/native_admob_flutter.git |
why not releasing a new version? |
Facing this issue too. |
can we open this issue again until it is deployed please? |
I'm getting this issue that stops me from compiling on iOS. Using 1.5.0.
Android is fine
The text was updated successfully, but these errors were encountered: