dariocavada / panorama_viewer

Panorama Viewer - Flutter Widget
Apache License 2.0
5 stars 1 forks source link

On iOS mobile device pod problem #6

Closed baykan closed 6 months ago

baykan commented 6 months ago

Hello, It works on android but try to deploy iOS device I have an error.

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

oussabba commented 6 months ago

I have the same issue on IOS

dariocavada commented 6 months ago

I'm working on that...

For now there is a workaround:

Use the original plugin in the dependencies section and add the motion sensor override as shown below:

dependencies:
  panorama: ^0.4.1 

dependency_overrides:
  motion_sensors:
    git:
      url: https://github.com/zesage/motion_sensors
      ref: master
dariocavada commented 6 months ago

Solved with the version 1.0.2