Giter VIP home page Giter VIP logo

cordova-plugin-gimbal2's People

Contributors

happydenn avatar joeflateau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cordova-plugin-gimbal2's Issues

Cordova build failure

Not sure if this was ever tested with meteor at all. But receiving a build failure issue when trying to build the xcode project for distribution/testing.

I've reset my project, removed and re-added the platform and deleted all previous builds. Any suggestions? If I do remove this package the build does work.

Appreciate the help.

=> Errors executing Cordova commands:                                              

   While building Cordova app for platform iOS:
   Error: /Users/brentpatroch/Documents/dev/astralbeacon/astral-beacon/.meteor/local/cordova-build/platforms/ios/cordova/build: Command failed with exit code 2 Error output:
   ** BUILD FAILED **


   The following build commands failed:
   CompileC build/Astral\ Beacon.build/Release-iphonesimulator/Astral\ Beacon.build/Objects-normal/i386/Gimbal2.o Astral\ Beacon/Plugins/io.hpd.cordova.gimbal2/Gimbal2.m normal i386 objective-c
   com.apple.compilers.llvm.clang.1_0.compiler
   (1 failure)
   Error code 65 for command: xcodebuild with args:
   -xcconfig,/Users/brentpatroch/Documents/dev/astralbeacon/astral-beacon/.meteor/local/cordova-build/platforms/ios/cordova/build-release.xcconfig,-project,Astral Beacon.xcodeproj,ARCHS=i386,-target,Astral
   Beacon,-configuration,Release,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/brentpatroch/Documents/dev/astralbeacon/astral-beacon/.meteor/local/cordova-build/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/brentpatroch/Documents/dev/astralbeacon/astral-beacon/.meteor/local/cordova-build/platforms/ios/build/sharedpch
   at ChildProcess.whenDone
   (/Users/brentpatroch/.meteor/packages/meteor-tool/.1.1.10.1b51q9m++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/cordova-lib/src/cordova/superspawn.js:139:23)
   at ChildProcess.emit (events.js:98:17)
   at maybeClose (child_process.js:766:16)
   at Socket.<anonymous> (child_process.js:979:11)
   at Socket.emit (events.js:95:17)
   at Pipe.close (net.js:466:12)

What is "data" in eventCallback ?

Hello !
I'm using your plugin to monitor Gimbal beacons and I don't understand your evenCallback function.
What should I put as "data" ?
Thank you for you answer.

Can't install with NPM - no package.json file

It looks as if I'll have to clone this plugin. Since there is no package.json file, you can't install it with cordova plugin add .... Please add one. That way we can easily download updates by changing the version number. Otherwise we have to clone each time.

Need to add [Gimbal start] to work

Hi,
my IOS application was unable to find any Gimbal beacons until I patched the Gimbal.m as following:

- (void)initialize:(CDVInvokedUrlCommand *)command {
    NSString *apiKey = command.arguments[0];
    statusCallbackId = command.callbackId;

    // Patch starts here
    [Gimbal start];
    // Patch ends here

    [Gimbal setAPIKey:apiKey options:nil];
}

Update

Hello @happydenn

Wondering if you an updated version of this plugin. Thank you in advance.

Memory leak on iOS

Hi I am getting a memory leak that is causing my iOS app to crash. I have combed my javascript for any possible leaks and haven't found any. The crash only happens if I start the beacon manager. I've narrowed it down to an issue within the plugin or possibly an issue with Gimbal SDK/Cordova. Has anyone experienced this? I am using Phonegap version 3.9.2 on iOS 9.3.

Places Manager

Thanks for this plugin! I just recently upgraded from your 1.0 version to this. However, I am wondering if you are planning on integrating any PlaceManager functionality in the future? I appreciate your work in bringing this plugin to the community.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.