medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
127 stars 91 forks source link

IOS Pod install error #48

Closed dibyopra closed 3 months ago

dibyopra commented 3 months ago

No podspec found for flutter_compass_v2 in .symlinks/plugins/flutter_compass_v2/ios

lukeyuen701 commented 3 months ago

Same issue: No podspec found for flutter_compass_v2 in .symlinks/plugins/flutter_compass_v2/ios

medyas commented 3 months ago

@dibyopra @lukeyuen701 could you please test the latest version.

lukeyuen701 commented 3 months ago

@dibyopra @lukeyuen701 could you please test the latest version.

Still not working with 3.0.1 : [!] No podspec found for flutter_compass_v2 in .symlinks/plugins/flutter_compass_v2/ios

medyas commented 3 months ago

@lukeyuen701 the issue is with flutter_compass_v2 . I dont have a mac, could you clone https://github.com/medyas/flutter_compass_v2 run the example and try to fix the issue. Thanks!

lukeyuen701 commented 3 months ago

@lukeyuen701 the issue is with flutter_compass_v2 . I dont have a mac, could you clone https://github.com/medyas/flutter_compass_v2 run the example and try to fix the issue. Thanks!

  1. Change the podspec name: flutter_compass_v2/flutter_compass.podspec -> flutter_compass_v2/flutter_compass_v2.podspec

  2. FlutterCompassPlugin : #import <flutter_compass_v2/flutter_compass-Swift.h> -> #import <flutter_compass_v2/flutter_compass_2-Swift.h>

medyas commented 3 months ago

@lukeyuen701 Thanks!

medyas commented 3 months ago

is it fixed in the latest version ?

lukeyuen701 commented 3 months ago

is it fixed in the latest version ?

yes, it works great