Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. tbender
    T
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    tbender

    @tbender

    0
    Reputation
    7
    Posts
    764
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    tbender Follow

    Posts made by tbender

    • RE: iOS debugger build failed

      The “Custom Debugger Build” and the custom plugin for the ugrokit RFID scanner are using Reachability.o from apple to check if there is an internet connection.
      During the iOS build the linker fails when Reachability shoud be linked a second time.
      Is this a general cordova iOS problem? That only one plugin is allowed to link Apple default classes?

      posted in Monaca Tools
      T
      tbender
    • Differences between "Custom Build Debugger" and "Debug Build" for iOS

      Hello Guys,

      what is the difference between a “Custom Build Debugger” and a “Debug Build” for iOS?
      My problem is caused by a custom plugin.
      It works in “Debug Build” but fails if you try to build a “Custom Build Debugger”.

      posted in Monaca Tools
      T
      tbender
    • iOS debugger build failed

      Hello,

      if i try to build a custom debugger the build fails with the following error message.
      A build of a normal debug or ad hoc app works.

      normal/armv7/Reachability.o
      /tmp/monaca/58a39d0aff2af2310b113d45/project/platforms/ios/Salespad/Plugins/com-ugrokit-cordova-ugrokit/libUGrokItApi.a(Reachability.o)
      ld: 4 duplicate symbols for architecture armv7
      clang: error: linker command failed with exit code 1 (use -v to see invocation)

      • postBuild -
        Remove working directories…
        Build Error: Error: Sandbox Exec Error: [ ** BUILD FAILED **

      The following build commands failed:
      Ld /private/tmp/monaca/58a39d0aff2af2310b113d45/project/platforms/ios/build/device/Salespad.app/Salespad normal armv7
      (1 failure)
      Error: Error code 65 for command: xcodebuild with args: -xcconfig,/private/tmp/monaca/58a39d0aff2af2310b113d45/project/platforms/ios/cordova/build-debug.xcconfig,-project,Salespad.xcodeproj,-target,Salespad,-configuration,Debug,-destination,platform=iOS,build,CONFIGURATION_BUILD_DIR=/private/tmp/monaca/58a39d0aff2af2310b113d45/project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/private/tmp/monaca/58a39d0aff2af2310b113d45/project/platforms/ios/build/sharedpch
      ]

      Any ideas?

      Best regards,
      Tobias

      posted in Monaca Tools
      T
      tbender
    • RE: Localkit react app does not refresh on remote device

      Got it working with this fix
      https://github.com/monaca/monaca-lib/issues/65
      and “monaca reconfigure”

      Best regards,
      Tobias

      frandiox created this issue in monaca/monaca-lib

      closed Install build dependencies fails in Windows. #65

      posted in Monaca Tools
      T
      tbender
    • RE: Localkit react app does not refresh on remote device

      The folling error occurs when trying to start a project with “monaca create” on Windows

      npm ERR! gentlyRm C:\Users\Tobias.cordova\node_modules.bin\tsc.cmd is outside
      C:\Users\Tobias\Documents and not a link
      npm ERR! gentlyRm C:\Users\Tobias.cordova\node_modules.bin\tsserver.cmd is out
      side C:\Users\Tobias\Documents and not a link
      Error occurred while creating project: Failed to install build dependencies.

      Best regards,
      Tobias

      posted in Monaca Tools
      T
      tbender
    • RE: Localkit react app does not refresh on remote device

      If i try to use “monaca transpile” with monaca CLI the following errror occurs:

      ERROR in Cannot find module 'babel-core’
      Project has failed to transpile. Error has occured while transpiling
      bias\Documents\monaca-test-2 with webpack. Please check the logs.

      Best regards,
      Tobias

      posted in Monaca Tools
      T
      tbender
    • Localkit react app does not refresh on remote device

      Hello,

      i have created an Onson + React project with Localkit on Windows.
      When i am editing the src/App.jsx file the app is not updated on a connected Android Debugger.
      Is it possible to edit .jsx files with live reload?

      Best regards,
      Tobias

      posted in Monaca Tools
      T
      tbender