transistorsoft / flutter_background_geolocation_firebase

Firebase proxy for Flutter Background Geolocation SDK
MIT License
21 stars 7 forks source link

[BUG] #12

Closed ajanieniolasolomon closed 4 years ago

ajanieniolasolomon commented 4 years ago

Your Environment

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 10.3) [✓] Android Studio (version 3.4) [✓] IntelliJ IDEA Community Edition (version 2019.3) [✓] VS Code (version 1.43.0) [✓] Connected device (1 available)

To Reproduce Steps to reproduce the behavior:

Debug logs

Additional context Add any other context about the problem here.

1 error generated. /Users/ajanieniola/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/background_fetch-0.5.4/ios/Classes/BackgroundFetchPlugin.m:2:9: fatal error: could not build module 'TSBackgroundFetch'

import <TSBackgroundFetch/TSBackgroundFetch.h>

 ~~~~~~~^
christocracy commented 4 years ago

Your error is with BackgroundFetch, not this firebase adapter. Have you installed flutter_background_geolocation?

/Users/ajanieniola/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/background_fetch-0.5.4/ios/Classes/BackgroundFetchPlugin.m:2:9: fatal error: could not build module 'TSBackgroundFetch'
#import <TSBackgroundFetch/TSBackgroundFetch.h>
christocracy commented 4 years ago

Also, please post a more informative subject than "BUG". This is not even a bug, it's a Setup issue.

ajanieniolasolomon commented 4 years ago

It affects all the plugging

On Wed, 11 Mar 2020 at 5:46 PM, Chris Scott notifications@github.com wrote:

Also, please post a more informative subject than "BUG". This is not even a bug, it's a Setup issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/transistorsoft/flutter_background_geolocation_firebase/issues/12#issuecomment-597743236, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFMVP6KMDXUE5RTQS773PGDRG656JANCNFSM4LFZSGGQ .

christocracy commented 4 years ago
$ cd ios
$ pod install

Show me your pubspec.yaml

ajanieniolasolomon commented 4 years ago

How can i effective test geofencing. Try testing it in background with local notifications not working.

christocracy commented 4 years ago

This issue, which you poorly titled “BUG”, which has nothing to do with “geofencing”, is closed.