Strange Errors on Archive Validation

后端 未结 16 647
太阳男子
太阳男子 2020-12-28 12:15

I\'ve had an iOS project in fairly stable condition up until Xcode 8\'s public release. After a bit of confusion with the Migrator, I finally convinced the compiler that I d

相关标签:
16条回答
  • 2020-12-28 12:28

    1.Cmd+Shift+K 2.Close Xcode 3.Open Xcode 4.Cmd+B 5.Product->Archive

    enter image description here

    0 讨论(0)
  • 2020-12-28 12:31

    Clicked Valid until it succeeded, 3rd time.

    Since there seem to be many solutions to this problem, it may just be an issue not related to anything developers have control over and the "solutions" seem to be "solutions" because after some action was taken, it succeeded. The action I took was the non-action... and it was successful.

    Hope this helps, as this is a stressful problem to have when you cannot upload your app and muddling around in Xcode to fix it you might break something else.

    0 讨论(0)
  • 2020-12-28 12:31
    1. Just Clear all file in Path ~/Library/MobileDevice/Provisioning Profiles
    2. Go to Xcode Select Provisioning profile again and then it auto-generate again.

    So It will be working fine.

    0 讨论(0)
  • 2020-12-28 12:32

    Do the below steps :-
    1. Analyze the project. (From Product Menu)
    2. Click on Archive. (From Product Menu)
    3. Select the development team for provisioning.
    4. From summary window unselect "Include bitcode" and click on Validate button.

    Now, It will working fine.

    0 讨论(0)
  • 2020-12-28 12:33

    In my case it was the following:

    • my account had been logged out and I had to enter the password again
    • Xcode v8.0 had to be updated to 9.x to be able to publish to the App Store (as of July 2018)
    0 讨论(0)
  • 2020-12-28 12:34

    I had the same problem with Xcode 8.2 while submitting my application:

     ITunesSoftwareServiceAuthenticationErrorDomain error 434.
    

    Solution: I switched to different network and it worked for me.

    0 讨论(0)
提交回复
热议问题