wearable_communicator
wearable_communicator copied to clipboard
[!] No podspec found for `wearable_communicator` in `.symlinks/plugins/wearable_communicator/ios`
I tried to run the code with this plugin and found the issue that every time build fails in iOS during "install pod". So I have tried to install the pod manually as well and it gives the below error
[!] No podspec found for wearable_communicator
in `.symlinks/plugins/wearable_communicator/ios
Here is the screenshot :
It seems that the compiler searching for "wearable_communicator.podspec" but the plugin has "wearableCommunicator.podspec".
Please look into and guide the next step.
Hi myqateamacc. I was not able to find a solution but I did reference https://github.com/flutter/flutter/issues/77216 and https://github.com/kangshaojun/flutter-incall-manager/issues/25
I am currently tinkering on a Flutter 2.0 re-write of the plugin (with non-nullables) so I am sorry that I will not be able to address your situation at this time (also note that this is a hobby project which I have in my spare time)
You need to edit the podspec file of the dependency from wearableCommunicator to wearable_communicator. You can find the file in your .symlink/plugins/wearable_communicator folder.