Archive upload failed with error.

Hi, i am getting below error while trying to archive file.

Please help

Thanks.

 

Didn't find what you were looking for?

New post

Comments

15 comments

  • Vinay,

    Could you walk us through step by step what steps you took to integrate the SDK into your app? Are you able to reproduce this with the Sample app?

    Comment actions Permalink
    0
  • Hey,

     

    Thanks for your reply. I have created DEMO app and tried to archive in release mode. it is giving same error. Attaching screen shots here. 

    Comment actions Permalink
    0
  • Vinay,

    Those screenshots are not very helpful. 

    What we need are full logs and why they failed. 

    In addition, you'll need to test on the Sample App that is provided as part of the SDK that is using the latest Urban Airship SDK, which your app is not using at this point.

    Please reproduce with the Sample App that is provided the in latest release and if you are still experiencing problems from there, please send us full logs including errors for why it failed, and not just screenshots.

    Comment actions Permalink
    0
  • Thanks for your reply. I am getting below error log.

    Presenting: Error Domain=IDEFoundationErrorDomain Code=1 "Symbols tool failed" UserInfo={NSLocalizedDescription=Symbols tool failed}

    we are using Urban Airship sdk 7.2.2. Because of swift 2.2 and Xcode 7.3.

    Comment actions Permalink
    0
  • Vinay,

    You are getting that error because you are including the libUAirship-7.2.2.a library in the project.

    You need to follow the up-to-date set up listed in our SDK Setup. Please follow the "classic" set up. Including the static library, as you are doing now, is likely the reason for the errors.

    Comment actions Permalink
    0
  • Hi,

    I have followed same steps mentioned in the below link till 5.

    ( http://docs.urbanairship.com/platform/ios.html#urban-airship-sdk-setup )

    Where Airship directories contains libUAirship-7.2.2.a library, i need remove ?

    Please let me know...

     

    Comment actions Permalink
    0
  • HI,

    This is our project structure. 

    Comment actions Permalink
    0
  • Vinay,

    The problem comes in with how you've added the Airship and AirshipKit folders into your project.

    When you add the Airship and AirshipKit folders into your project, Xcode will give you a prompt to choose options for adding those folders.

    See below screenshot:

    What is important to note here is the "Added Folders" options. What it appears you have in your project is that you have selected "Create Folder References", which is not the correct option. 

    Instead, you'll need to ensure that you choose "Create groups" when adding those folders into your project. You'll know it works when your project structure looks like this:


    Notice that the Airship and AirshipKit folders are no longer blue, and are at the very top-level of the directory.

    This should fix that validation issue you're running into.

    Comment actions Permalink
    0
  • HI,

    If i add those two Airship and AirshipKit directories as Create groups option, then unable to link AirshipKit.framework in Embedded Binariessection in the General tab for your target.

    Comment actions Permalink
    0
  • Vinay,

    Could you clarify how you are "unable" to add the AirshipKit.framework to the embedded binaries section in your app? Are you certain you've linked everything else properly?

    Comment actions Permalink
    0
  • Hi,

    When i am trying to add AirshipKit.framework in  in Embedded Binariessection in the General tab for your target. Getting below list. which one i need to select ?

    Comment actions Permalink
    0
  • Vinay,

    If the second AirshipKit.xcodeproj has the AirshipKit.framework under the Products folder, then that should be the one you need to choose.

    Comment actions Permalink
    0
  • HI,

    Now i am getting below error, after selecting AirshipKit.framework in second AirshipKit.xcodeproj under the Products folder.

    /Users/xxx/Development/SVN/Development/iOS/Trunk/xxx/AirshipKit/copy_header_imports.sh: line 18: cd: /Users/satheesh.mc/Library/Developer/Xcode/DerivedData/xxx-bnbyrvvbsdjttzcilzewaegpuyoi/Build/Products/Debug-iphonesimulator/AirshipKit.framework/Headers: No such file or directory

    Comment actions Permalink
    0
  • Hi,

    Can you share sample app with urban Airship sdk 7.2.2 for swift 2.2 and Xcode 7.3.

     

    Comment actions Permalink
    0
  • Vinay,

    The Sample app is located within our SDK. You may download any of the previous version from our Bintray page

    Comment actions Permalink
    0

Please sign in to leave a comment.