-
Notifications
You must be signed in to change notification settings - Fork 47
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
Can't run application #22
Comments
I rebuilt yesterday and got the same error. I thought that the major version of flutter upgrade I was doing was the problem, but it doesn't seem to be. [✓] Flutter (Channel stable, 2.0.5, on macOS 11.3 20E232 darwin-x64, locale ko-KR) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [✓] Xcode - develop for iOS and macOS |
Cause of problem: AVFoundation.framework doesn't seem to be included at build time (exact cause is unknown)
#23 Hope this solves the problem well. |
Thank you! |
+1, thanks for this fix. I hope your PR is merged soon. |
Anyone can run on xcode 13 beta? Still getting same error after added AVFoundation.framework to Link Binary With Libraries and update flutter_call_kit.podspec. |
There is a problem during the building step.
My steps:
Here is the flutter doctor -v output
[✓] Flutter (Channel stable, 1.22.6, on macOS 11.2.3 20D91 darwin-arm, locale ru-RU)
• Flutter version 1.22.6 at /users/locskot/dev/sdk/Flutter
• Framework revision 9b2d32b605 (3 months ago), 2021-01-22 14:36:39 -0800
• Engine revision 2f0af37152
• Dart version 2.10.5
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at /Users/locskot/Library/Android/sdk
• Platform android-30, build-tools 30.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 12.5)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.5, Build version 12E262
• CocoaPods version 1.10.1
[!] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
The text was updated successfully, but these errors were encountered: