wearable_communicator icon indicating copy to clipboard operation
wearable_communicator copied to clipboard

[!] No podspec found for `wearable_communicator` in `.symlinks/plugins/wearable_communicator/ios`

Open myqateamacc opened this issue 3 years ago • 2 comments

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 :

buildFailedInIoS

It seems that the compiler searching for "wearable_communicator.podspec" but the plugin has "wearableCommunicator.podspec".

Please look into and guide the next step.

myqateamacc avatar Apr 25 '21 05:04 myqateamacc

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)

gardyna avatar May 03 '21 10:05 gardyna

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.

deeenz avatar Jun 13 '21 06:06 deeenz