-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'admob_flutter/admob_flutter-Swift.h' file not found #22
Labels
question
Further information is requested
Comments
This happens when your Flutter app was created without Swift support on the iOS side. Read this comment to add Swift support to your Flutter app: flutter/flutter#16049 (comment) For Xcode 10.2 you'll need to specify 4.0, 4.2 or 5.0 as SWIFT_VERSION. Worked for me. |
Thank you so much! I fixed this problem! <3 |
abozanona
added a commit
to abozanona/admob_flutter
that referenced
this issue
Apr 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using XCode 10.2.1 to build. After install this library, i've got this error in AdmobFlutterPlugin.m
How to fix this error? :(
And, how to skip install this library when i execute
pod install
? Because i want this library only work with android.The text was updated successfully, but these errors were encountered: