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

fatal error: module 'flutter_web_auth' not found #18

Closed
JoellyR opened this issue Mar 3, 2020 · 6 comments
Closed

fatal error: module 'flutter_web_auth' not found #18

JoellyR opened this issue Mar 3, 2020 · 6 comments

Comments

@JoellyR
Copy link

JoellyR commented Mar 3, 2020

When running the project on a simulator everything seems to work fine. Once i tried to deploy to an actual device I get the following error:

iOS Version - 13.0

Xcode Version - 11.3.1

Flutter Version - 1.12.13+hotfix.8

Building AOT snapshot in release mode (ios-release)...
Building App.framework for arm64...

Building App.framework for armv7...
Building AOT snapshot in release mode (ios-release)...             30.5s
Built to build/aot/.
warning: parsing line table prologue at offset 0x6f697463 found unsupported
version 0x00
warning: line table parameters mismatch. Cannot emit.
note: while processing
/Users/<Username>/Documents/flutter_test_app/build/aot/armv7/snapsho
t_assembly.o
Project /Users/<Username>/Documents/flutter_test_app built and
packaged successfully.
/Users/<Username>/Documents/flutter_test_app/ios/Runner/GeneratedPlu
ginRegistrant.m:10:9: fatal error: module 'flutter_web_auth' not found
@import flutter_web_auth;
 ~~~~~~~^~~~~~~~~~~~~~~~
1 error generated.
/Users/<Username>/Documents/flutter_test_app/ios/Runner/GeneratedPlu
ginRegistrant.m:10:9: fatal error: module 'flutter_web_auth' not found
@import flutter_web_auth;
 ~~~~~~~^~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Planning build
note: Constructing build description

Could not build the precompiled application for the device.

Error running application on iPhone.

@ryan-sf
Copy link

ryan-sf commented Apr 3, 2020

I can verify that I am seeing the same error. flutter/flutter#53573 (comment)

@bionara
Copy link

bionara commented Apr 28, 2020

Same here - any known fix?

@bionara
Copy link

bionara commented Apr 28, 2020

When running the project on a simulator everything seems to work fine. Once i tried to deploy to an actual device I get the following error:

iOS Version - 13.0

Xcode Version - 11.3.1

Flutter Version - 1.12.13+hotfix.8

Building AOT snapshot in release mode (ios-release)...
Building App.framework for arm64...

Building App.framework for armv7...
Building AOT snapshot in release mode (ios-release)...             30.5s
Built to build/aot/.
warning: parsing line table prologue at offset 0x6f697463 found unsupported
version 0x00
warning: line table parameters mismatch. Cannot emit.
note: while processing
/Users/<Username>/Documents/flutter_test_app/build/aot/armv7/snapsho
t_assembly.o
Project /Users/<Username>/Documents/flutter_test_app built and
packaged successfully.
/Users/<Username>/Documents/flutter_test_app/ios/Runner/GeneratedPlu
ginRegistrant.m:10:9: fatal error: module 'flutter_web_auth' not found
@import flutter_web_auth;
 ~~~~~~~^~~~~~~~~~~~~~~~
1 error generated.
/Users/<Username>/Documents/flutter_test_app/ios/Runner/GeneratedPlu
ginRegistrant.m:10:9: fatal error: module 'flutter_web_auth' not found
@import flutter_web_auth;
 ~~~~~~~^~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Planning build
note: Constructing build description

Could not build the precompiled application for the device.

Error running application on iPhone.

any fix for this?

@Niggelgame
Copy link
Contributor

I think it is because currently the Plugin does only support arm64. Try checking „only build for current device“ in Xcode in the build settings. I created a PR #29 , with which you could still build it, but it isn‘t supported currently.

@LinusU
Copy link
Owner

LinusU commented Sep 7, 2021

I believe that this is fixed in the latest version, happy to reopen if it isn't

@LinusU LinusU closed this as completed Sep 7, 2021
@Ulukbek-01
Copy link

any fixes?

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

6 participants