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

No such module 'flutter_config' #46

Open
ldemyanenko opened this issue Dec 31, 2021 · 1 comment
Open

No such module 'flutter_config' #46

ldemyanenko opened this issue Dec 31, 2021 · 1 comment

Comments

@ldemyanenko
Copy link

I'm having issue when trying to build my flutter project on code magic CI. I'm using Flutter 2.2.3(same issue also happens on 2.8) and Xcode version 12.4(same issue on 13.2)

/Users/builder/clone/ios/Runner/AppDelegate.swift:5:8: error: no such module 'flutter_config'
 import flutter_config
        ^
 remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
 remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
 /Users/builder/clone/ios/Runner/AppDelegate.swift:5:8: error: no such module 'flutter_config'
 import flutter_config
        ^
 note: Using new build system
 note: Planning
 note: Build preparation complete
 note: Building targets in dependency order
 /Users/builder/clone/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'FMDB' from project 'Pods')

Encountered error while building for device.
@flodaniel
Copy link

flodaniel commented Jan 12, 2022

Hey @ldemyanenko ,

i am running into a similar issue but with android and codemagic CI:

* Where:
Build file '/Users/builder/clone/android/app/build.gradle' line: 35

* What went wrong:
A problem occurred evaluating project ':app'.
> Project with path ':flutter_config' could not be found in project ':app'.

Did you already solve your issue?

I tracked down the error for android in more detail: #47

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

2 participants