Skip to content
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

flutter_inappbrowser/InAppBrowserFlutterPlugin.h' file not found #129

Closed
twopai opened this issue Jul 17, 2019 · 2 comments
Closed

flutter_inappbrowser/InAppBrowserFlutterPlugin.h' file not found #129

twopai opened this issue Jul 17, 2019 · 2 comments

Comments

@twopai
Copy link

twopai commented Jul 17, 2019

Xcode's output:

=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
Debug.xcconfig line 1: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
Debug.xcconfig line 1: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" build setting to "Default" for the "Runner" target.
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
/Users/fkkj_wjdtf/Project/flutter/colect/twopai/twopai/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'flutter_inappbrowser/InAppBrowserFlutterPlugin.h' file not found
#import <flutter_inappbrowser/InAppBrowserFlutterPlugin.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

@konstantin-mohin
Copy link

@twopai
same

@pichillilorenzo
Copy link
Owner

pichillilorenzo commented Nov 29, 2019

Did you are using the latest version of the plugin??
However, try to clean the project and run pod install inside the ios folder.
Also, this plugin changed its name to flutter_inappwebview. The current latest version now is 2.1.0+1. So, you can change your dependency influtter_inappwebview: ^2.1.0+1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants