Navigation

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

    Topics created by cavalgar

    • C

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

      2
      0
      Votes
      2
      Posts
      1525
      Views

      C

      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.
    • C

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

      3
      0
      Votes
      3
      Posts
      2513
      Views

      C

      Bug has been fixed
    • C

      Build Error: Error: Sandbox Exec Error
      Monaca Tools • • cavalgar

      2
      0
      Votes
      2
      Posts
      2659
      Views

      C

      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!