Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Distribute creates no .zip file...

Hey,

We are currently having an issue with Distribution for all our applications. We can test and run on device, and all is swell. However, when we go to Distribute, we select the Distribution Location, and press package. The "creating distribution package" message comes up and completes without error, however no .zip file is created.

We have tried multiple file locations and have done a number of searches for the file name across the harddrive with no luck.

Any help with this issue would be greatly appreciated.

Thanks!

— asked June 30th 2010 by Josh Bruce
  • distribute
  • distribution
  • ipad
  • package
  • zip
0 Comments

3 Answers

  • Anything in the build log?

    — answered June 30th 2010 by Sj Singh
    permalink
    0 Comments
  • Hey there SJ, the build.log file contains the following:

    Starting Xcode compile with the following arguments:

    xcodebuild
    -target
    NRMA Publishing-iPad
    -configuration
    Release
    -sdk
    iphoneos3.2
    
    GCC_PREPROCESSOR_DEFINITIONS='DEPLOYTYPE=production_adhoc'
    PROVISIONING_PROFILE[sdk=iphoneos*]=C4553204-B762-4977-B8B0-64C9E2715591
    CODE_SIGN_IDENTITY[sdk=iphoneos*]=iPhone Distribution: Admission
    IPHONEOS_DEPLOYMENT_TARGET=3.2
    TARGETED_DEVICE_FAMILY=2
    VALID_ARCHS=armv6 armv7 i386
    

    app_id = com.admission.nrma

    — answered June 30th 2010 by Josh Bruce
    permalink
    0 Comments
  • If this is an adhoc build, wait for 1.4 or download from head. They have fixed that.

    Try the following tho:

    • Clean the build/iphone/build folder. I believe TiDev first compiles there and then zips the app so there might be a problem there

    • Try doing a non-adhoc build

    • Try creating a new project and copy over the resource folder

    • Try doing a build from xCode

    — answered June 30th 2010 by Sj Singh
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.