-
Notifications
You must be signed in to change notification settings - Fork 83
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
Xcode Build Failing No podspec found for flutter_incall
in .symlinks/plugins/flutter_incall/ios
#25
Comments
cd into the ios folder then run pod install |
I am getting this error even after doing "flutter build ios", "pod install", or "pod update": Please let me know how to fix it. Thanks. |
Here is the flutter doctor -v output: [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 11.6) [✓] Android Studio (version 4.0) [✓] VS Code (version 1.48.2) [✓] Connected device (1 available) • No issues found! |
@carlfost I solved this by manually editing Seems there was a name change to the package at some point. Maybe an error in the PodFile? |
Thanks Buddy it helped alot |
Hi, when i add this plugin to my pubspec.yml
flutter_incall: ^1.0.0
and try build the app in Xcode, it fails. Giving me the error:The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
I run
flutter run -v
from terminal it fails during the automatic pod install and gives the error:No podspec found for 'flutter_incall' in '.symlinks/plugins/flutter_incall/ios'
output of flutter doctor -v
`flutter doctor -v
[✓] Flutter (Channel stable, v1.17.3, on Mac OS X 10.15.3 19D76, locale en-US)
• Flutter version 1.17.3 at /Users/kenankarav/flutter
• Framework revision b041144f83 (4 weeks ago), 2020-06-04 09:26:11 -0700
• Engine revision ee76268252
• Dart version 2.8.4
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/kenankarav/Library/Android/sdk
• Platform android-29, build-tools 29.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_212-release-1586-b4-5784211)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.5, Build version 11E608c
• CocoaPods version 1.9.3
[✓] Android Studio (version 3.6)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 44.0.2
• Dart plugin version 192.7761
• Java version OpenJDK Runtime Environment (build
1.8.0_212-release-1586-b4-5784211)
[✓] VS Code (version 1.46.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.12.1
[✓] Connected device (1 available)
• iPhone • fa622b6315a4c944aa475030bf75eb02fa4d87cf • ios • iOS 13.5.1
• No issues found!
`
The text was updated successfully, but these errors were encountered: