Archives not showing up in Organizer for Xcode 4

前端 未结 20 2071
轮回少年
轮回少年 2020-11-28 18:12

I\'m trying to create an IPA in Xcode 4, much like the person who asked this question:

Xcode 4: create IPA file instead of .xcarchive

So--I got my Archive co

相关标签:
20条回答
  • 2020-11-28 19:03

    For anyone using Carthage, there was a recently fixed issue that caused this: https://github.com/Carthage/Carthage/issues/1259

    The fix is simply to update carthage (>= 0.16.1) and re-run the archive.

    0 讨论(0)
  • 2020-11-28 19:04

    Yes! Finally. I too was stuck on this for 2 days! I should have checked here first!

    Skip Install ... moved it to NO and it worked!

    0 讨论(0)
  • 2020-11-28 19:09

    Same problem ! And resolved :)

    I add this into my info.plist file:

    create a new property "Bundle versions string, short" and provide the same version number as for "Bundle version" property. (Thanks to Rahul Choudhary, in his post "XCode 4 Archive Version Unspecified")

    0 讨论(0)
  • 2020-11-28 19:09

    In my case, none of the standard options listed in the first answer worked. I noticed that "installation paths" was empty. I nicely created 4 paths: <somepath>/Dbg, <somepath>/Dbg/Ins, <somepath>/Rel and <somepath>/Rel/Ins and set the 4 directories (build debug, install debug, build release and install release) to the 4 newly created directories. I also set the famous "skill install" option to no in all 4 instances (product & target, debug & release). I then ran a product > clean and product > archive. Eh Voila. The release now showed up in the archives section of the organizer.

    0 讨论(0)
  • 2020-11-28 19:12

    In my case I had to switch the scheme from simulator to Generic iOS Device. This gave me the option to access archive.

    0 讨论(0)
  • 2020-11-28 19:16

    i think it not really big a problem archive does not appear if your using simulator it was easily fixed by selecting your device in the edit scheme, then click archive in the archive tab

    no complicated steps

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