Navigation

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

    cavalgar

    @cavalgar

    0
    Reputation
    8
    Posts
    830
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    cavalgar Follow

    Posts made by cavalgar

    • RE: Problem uploading to App Store in LocalKit

      After some investigation the problem was, in my situation, that if you had your AppleID setup for two factor authentication, Apple is now requiring an app specific password to be used with Xcode and Application Loader since this new iTunes Connect upgrade. Neither tool will take your regular AppleID password on the account under preferences anymore.

      The information on how to add such passwords onto your AppleID account is at this Apple support link Setup application specific passwords for an AppleID

      Once I used the app-specific password instead of my AppleID password, Xcode 7.1.1 and Application Loader 3.1 was happy and completed my archive validation and export and submission for TestFlight as usual.

      posted in Monaca Tools
      C
      cavalgar
    • Problem uploading to App Store in LocalKit

      Message from Monaca while trying to upload to Apple Store:

      We attempted to submit your application to App Store Connect, but had failed due to the following reason:

      Error publishing to App Store.

      Please correct the issue described above and try again.

      posted in Monaca Tools
      C
      cavalgar
    • RE: Monaca Localkit is not uploading the config.xml file

      Bug has been fixed

      posted in Monaca Tools
      C
      cavalgar
    • RE: monaca localkit

      Remove the file " local_properties.json " of project and “Remote Build” again.

      posted in Monaca Tools
      C
      cavalgar
    • Monaca Localkit is not uploading the config.xml file

      I found a bug in LocalKit when trying to do the “Remote Build”.
      Explanation: When I change the config.xml file of any project local and do “Remote Build”, Localkit is not uploading the config.xml file correctly.

      Example: Change the <name> tag of config.xml local and click on “Remote Build”. The system displays the “App Settings / Application Name:” field with wrong content.

      When I create a new local project and do the “Remote Build”, LocalKit ALSO is not uploading the file properly.

      posted in Monaca Tools
      C
      cavalgar
    • RE: Monica Localkit 2.2.0 not working on Windows

      Remove the file " local_properties.json " of project and “Remote Build” again

      posted in Monaca Tools
      C
      cavalgar
    • RE: Build Error: Error: Sandbox Exec Error

      Problem has been solved!!!

      The problem was that the project had a “google-services.json” file that was in the “UTF8 With BOM” format. I turned this file to “UTF8 Without BOM” and Build worked!

      posted in Monaca Tools
      C
      cavalgar
    • Build Error: Error: Sandbox Exec Error

      When doing an Android Release Build on Monca LocalKit, the following error is occurring:

      • postBuild -
        Remove working directories…
        Build Error: Error: Sandbox Exec Error: [ Error: invalid data
        ]
      posted in Monaca Tools
      C
      cavalgar