Archives not showing up in Organizer for Xcode 4
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
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 completing successfully--supposedly. It dumps .xcarchive files for the project in its destination folder. But these archives don't show up in my Organizer window. So I can't share them as described in the above question to create the IPA.
There are no errors in the archiving process--they seem to be signed OK. So why aren't the archives showing up in the archive panel on the Organizer? Is there some step I'm missing...or obscure setting I need to modify?
xcode ios xcode4
add a comment |
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 completing successfully--supposedly. It dumps .xcarchive files for the project in its destination folder. But these archives don't show up in my Organizer window. So I can't share them as described in the above question to create the IPA.
There are no errors in the archiving process--they seem to be signed OK. So why aren't the archives showing up in the archive panel on the Organizer? Is there some step I'm missing...or obscure setting I need to modify?
xcode ios xcode4
1
Same problem over here as well. Plus old archives from previous version are gone.
– Ron Srebro
Mar 11 '11 at 21:52
1
Had the same problem. Didnt config the Skip Install Flag properly. (Had them mixed up somehow) Now it worked. Yay
– Helge Becker
Apr 19 '11 at 8:15
@Helge Becker: What did you do to make it work?
– tallen11
Apr 25 '11 at 0:15
Now, if you had this issue recently (Dec 2016) then it could also be because your OS has upgraded and your XCode version didn't. I saw this happen for OS X El Capitan - 10.11.16 and they had to upgrade Xcode to 8.2
– J D
Dec 15 '16 at 22:26
add a comment |
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 completing successfully--supposedly. It dumps .xcarchive files for the project in its destination folder. But these archives don't show up in my Organizer window. So I can't share them as described in the above question to create the IPA.
There are no errors in the archiving process--they seem to be signed OK. So why aren't the archives showing up in the archive panel on the Organizer? Is there some step I'm missing...or obscure setting I need to modify?
xcode ios xcode4
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 completing successfully--supposedly. It dumps .xcarchive files for the project in its destination folder. But these archives don't show up in my Organizer window. So I can't share them as described in the above question to create the IPA.
There are no errors in the archiving process--they seem to be signed OK. So why aren't the archives showing up in the archive panel on the Organizer? Is there some step I'm missing...or obscure setting I need to modify?
xcode ios xcode4
xcode ios xcode4
edited Nov 22 '18 at 2:57
Cœur
19.3k10116155
19.3k10116155
asked Mar 10 '11 at 20:51
Ralph BRalph B
9482713
9482713
1
Same problem over here as well. Plus old archives from previous version are gone.
– Ron Srebro
Mar 11 '11 at 21:52
1
Had the same problem. Didnt config the Skip Install Flag properly. (Had them mixed up somehow) Now it worked. Yay
– Helge Becker
Apr 19 '11 at 8:15
@Helge Becker: What did you do to make it work?
– tallen11
Apr 25 '11 at 0:15
Now, if you had this issue recently (Dec 2016) then it could also be because your OS has upgraded and your XCode version didn't. I saw this happen for OS X El Capitan - 10.11.16 and they had to upgrade Xcode to 8.2
– J D
Dec 15 '16 at 22:26
add a comment |
1
Same problem over here as well. Plus old archives from previous version are gone.
– Ron Srebro
Mar 11 '11 at 21:52
1
Had the same problem. Didnt config the Skip Install Flag properly. (Had them mixed up somehow) Now it worked. Yay
– Helge Becker
Apr 19 '11 at 8:15
@Helge Becker: What did you do to make it work?
– tallen11
Apr 25 '11 at 0:15
Now, if you had this issue recently (Dec 2016) then it could also be because your OS has upgraded and your XCode version didn't. I saw this happen for OS X El Capitan - 10.11.16 and they had to upgrade Xcode to 8.2
– J D
Dec 15 '16 at 22:26
1
1
Same problem over here as well. Plus old archives from previous version are gone.
– Ron Srebro
Mar 11 '11 at 21:52
Same problem over here as well. Plus old archives from previous version are gone.
– Ron Srebro
Mar 11 '11 at 21:52
1
1
Had the same problem. Didnt config the Skip Install Flag properly. (Had them mixed up somehow) Now it worked. Yay
– Helge Becker
Apr 19 '11 at 8:15
Had the same problem. Didnt config the Skip Install Flag properly. (Had them mixed up somehow) Now it worked. Yay
– Helge Becker
Apr 19 '11 at 8:15
@Helge Becker: What did you do to make it work?
– tallen11
Apr 25 '11 at 0:15
@Helge Becker: What did you do to make it work?
– tallen11
Apr 25 '11 at 0:15
Now, if you had this issue recently (Dec 2016) then it could also be because your OS has upgraded and your XCode version didn't. I saw this happen for OS X El Capitan - 10.11.16 and they had to upgrade Xcode to 8.2
– J D
Dec 15 '16 at 22:26
Now, if you had this issue recently (Dec 2016) then it could also be because your OS has upgraded and your XCode version didn't. I saw this happen for OS X El Capitan - 10.11.16 and they had to upgrade Xcode to 8.2
– J D
Dec 15 '16 at 22:26
add a comment |
18 Answers
18
active
oldest
votes
EDIT (Incorporated all comments to a single answer)
Try one of the following (or all)
Instead of using Build For -> Archive, in the product menu just use archive. It will show up then.
In the scheme editor, edit the scheme and go to the Archive tab, make sure the check box for show in Organizer is checked.
In the archive tab in the scheme editor check the build configuration used for archiving. Make sure it has the right entitlements file & certificates.
In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
Make sure the archives folder and XCode project files are inside the same shared folder if network drive is used. I took me a few days to finally figure this out as I placed my XCode source files from a Windows shared folder, but the Archives folder is on the local Mac, which caused archives not picked up by Organizer.
Thanks to @Smikey & @Ralph B & @Scott McMillin
2
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
60
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
14
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
3
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
22
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
|
show 12 more comments
This is based on another answer from a similar question which can be found at Archive does not appear in xcode4 organizer
I take no credit for this answer, but this together with the suggestions from Ron fixed the problem for me.
For the "Release" configuration do the following:
Set "Skip Install" to YES on your project
Set "Skip Install" to NO on your application target
Set "Skip Install" to YES on all static library targets that are included
Choose Product -> Archive from the menu.
This also worked for me, and according to the original answer poster, is based on advice from the Apple Dev Forums.
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
1
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
add a comment |
I had the same problem... I had mistakenly set "Installation Directory" (INSTALL_PATH
) to an empty string in my Build Settings. Removing this setting and using the default /Applications
solved my issue.
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
|
show 1 more comment
One more thing to check:
Search for the "Installation Directory" in your Build Settings (All) and make sure it's set to "/Applications".
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
add a comment |
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!
add a comment |
I had a similar issue where the distribution compiled and signed fine, but never showed up in the Archive tab. Turns out I needed to attach a device to get it to build a "real" iOS build. Once I attached my device, I ran Product -> Archive and it showed up as expected.
add a comment |
Thanks for all the advice. I finally ended up with my archive using the skip install yes for the project and no for the targets. Thank you so much. Compared with others, this only took me about 3 hours, but I wish I would have found this thread earlier (now it's 1.45 am).
Thanks.
add a comment |
None of the suggestions here worked for me, including setting "Skip Install" to NO... until I set "Installation Directory" to something other than the blank default value. (I used "/Applications" but other values like "/usr/bin" would be fine too.) Then lo and behold, it worked!
add a comment |
I have facing the same issue in my project. After archiving my project, organizer window in not open. So i had done this. And it will works for me. Hopefully it will helps you.
- Select your project -> In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
After that you can archive your project properly.
Thanks in advance.
add a comment |
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")
add a comment |
I tried them all and still nothing worked.
Then I reconnected my iPad, reselected
Skip Install = NO for release and archive
...Build failed for code sign
Reselected Scheme iPad, rather than simulator
Build succeeded.
Not sure this will work for anyone else, but I've have just spent 5 hours going thru all the hints, and tripped up on this success. I don't think it clears it up, and hope Apple gets this squared away. In the year 2011, this is just absurd.
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
add a comment |
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: /Dbg, /Dbg/Ins, /Rel and /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. Hope this helps others.
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
add a comment |
It turns out that when I upgraded my existing product, I didn't have all the icons listed in the Info.plist.
So I added both the "Icon files" and "Icon files (iOS 5)" to the .plist. And it worked!
add a comment |
Had the same problem in Xcode 4.6.1 but with the twist that the Archive did show quickly in the Organizer window but suddenly disappeared.
Solved this problem by commenting out the last two lines:
echo "Moving Archive: $ARCHIVE_PATH to $PROJECT_DIR"
#rm -rf "$PROJECT_DIR/XX.xcarchive"
#mv -f "$ARCHIVE_PATH" "$PROJECT_DIR/XX.xcarchive"
This via "Product - Scheme - Edit Scheme - Archive - Post Actions".
add a comment |
In my case none of the solution worked, instead it was a simple cause: folder permissions.
Make sure staff group has: Read & Write permissions.
add a comment |
Thanks to the OP and everyone on this thread.
I had the same issue, but had a different solution.
If you keep your archives on an external drive, and if the drive happens to get disconnected for some reason, in /Volumes the drive may be remounted at "DRIVENAME 1" instead of "DRIVENAME". Everything looks normal except in the /Volumes folder, you'll see a file with the name DRIVENAME. Disconnect your drive properly, rmdir the DRIVENAME file and reconnect.
The drive will connect under its original name and Xcode will be able to see everything again.
Spent about 5 hours on that. ㅠㅠ
add a comment |
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.
add a comment |
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
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f5265772%2farchives-not-showing-up-in-organizer-for-xcode-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
18 Answers
18
active
oldest
votes
18 Answers
18
active
oldest
votes
active
oldest
votes
active
oldest
votes
EDIT (Incorporated all comments to a single answer)
Try one of the following (or all)
Instead of using Build For -> Archive, in the product menu just use archive. It will show up then.
In the scheme editor, edit the scheme and go to the Archive tab, make sure the check box for show in Organizer is checked.
In the archive tab in the scheme editor check the build configuration used for archiving. Make sure it has the right entitlements file & certificates.
In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
Make sure the archives folder and XCode project files are inside the same shared folder if network drive is used. I took me a few days to finally figure this out as I placed my XCode source files from a Windows shared folder, but the Archives folder is on the local Mac, which caused archives not picked up by Organizer.
Thanks to @Smikey & @Ralph B & @Scott McMillin
2
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
60
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
14
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
3
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
22
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
|
show 12 more comments
EDIT (Incorporated all comments to a single answer)
Try one of the following (or all)
Instead of using Build For -> Archive, in the product menu just use archive. It will show up then.
In the scheme editor, edit the scheme and go to the Archive tab, make sure the check box for show in Organizer is checked.
In the archive tab in the scheme editor check the build configuration used for archiving. Make sure it has the right entitlements file & certificates.
In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
Make sure the archives folder and XCode project files are inside the same shared folder if network drive is used. I took me a few days to finally figure this out as I placed my XCode source files from a Windows shared folder, but the Archives folder is on the local Mac, which caused archives not picked up by Organizer.
Thanks to @Smikey & @Ralph B & @Scott McMillin
2
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
60
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
14
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
3
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
22
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
|
show 12 more comments
EDIT (Incorporated all comments to a single answer)
Try one of the following (or all)
Instead of using Build For -> Archive, in the product menu just use archive. It will show up then.
In the scheme editor, edit the scheme and go to the Archive tab, make sure the check box for show in Organizer is checked.
In the archive tab in the scheme editor check the build configuration used for archiving. Make sure it has the right entitlements file & certificates.
In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
Make sure the archives folder and XCode project files are inside the same shared folder if network drive is used. I took me a few days to finally figure this out as I placed my XCode source files from a Windows shared folder, but the Archives folder is on the local Mac, which caused archives not picked up by Organizer.
Thanks to @Smikey & @Ralph B & @Scott McMillin
EDIT (Incorporated all comments to a single answer)
Try one of the following (or all)
Instead of using Build For -> Archive, in the product menu just use archive. It will show up then.
In the scheme editor, edit the scheme and go to the Archive tab, make sure the check box for show in Organizer is checked.
In the archive tab in the scheme editor check the build configuration used for archiving. Make sure it has the right entitlements file & certificates.
In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
Make sure the archives folder and XCode project files are inside the same shared folder if network drive is used. I took me a few days to finally figure this out as I placed my XCode source files from a Windows shared folder, but the Archives folder is on the local Mac, which caused archives not picked up by Organizer.
Thanks to @Smikey & @Ralph B & @Scott McMillin
edited Dec 13 '12 at 7:11
huisinro
965814
965814
answered Mar 11 '11 at 22:24
Ron SrebroRon Srebro
5,64331934
5,64331934
2
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
60
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
14
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
3
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
22
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
|
show 12 more comments
2
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
60
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
14
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
3
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
22
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
2
2
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
I ended up figuring it out. Both Build For -> Archive and Archive didn't work for me. But I took out the entitlements.plist I had from my 3.X version--double checked that the scheme used in the Archive build was using the right cert....and it showed up. Took me ALL DAY to figure it out though.
– Ralph B
Mar 12 '11 at 8:48
60
60
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
Well I seem to have fixed it. In the build settings, in the deployment section, I switched Skip Install -> Release to NO. I'd set it to YES following the Apple advice... guess that was the wrong thing to do.
– Smikey
Mar 12 '11 at 17:25
14
14
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
Same problem here; followed @Smirkey's advice and changed Skip Install back to NO and it worked.
– Scott McMillin
Mar 15 '11 at 1:46
3
3
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
My problem was not fixed by this solution, but it was fixed from Smikey's suggestion of settting "Skip Install" to NO. Thank you!
– IcyBlueRose
Mar 21 '11 at 1:21
22
22
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
Skip Install -> NO was the trick
– jottos
Jun 24 '11 at 1:49
|
show 12 more comments
This is based on another answer from a similar question which can be found at Archive does not appear in xcode4 organizer
I take no credit for this answer, but this together with the suggestions from Ron fixed the problem for me.
For the "Release" configuration do the following:
Set "Skip Install" to YES on your project
Set "Skip Install" to NO on your application target
Set "Skip Install" to YES on all static library targets that are included
Choose Product -> Archive from the menu.
This also worked for me, and according to the original answer poster, is based on advice from the Apple Dev Forums.
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
1
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
add a comment |
This is based on another answer from a similar question which can be found at Archive does not appear in xcode4 organizer
I take no credit for this answer, but this together with the suggestions from Ron fixed the problem for me.
For the "Release" configuration do the following:
Set "Skip Install" to YES on your project
Set "Skip Install" to NO on your application target
Set "Skip Install" to YES on all static library targets that are included
Choose Product -> Archive from the menu.
This also worked for me, and according to the original answer poster, is based on advice from the Apple Dev Forums.
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
1
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
add a comment |
This is based on another answer from a similar question which can be found at Archive does not appear in xcode4 organizer
I take no credit for this answer, but this together with the suggestions from Ron fixed the problem for me.
For the "Release" configuration do the following:
Set "Skip Install" to YES on your project
Set "Skip Install" to NO on your application target
Set "Skip Install" to YES on all static library targets that are included
Choose Product -> Archive from the menu.
This also worked for me, and according to the original answer poster, is based on advice from the Apple Dev Forums.
This is based on another answer from a similar question which can be found at Archive does not appear in xcode4 organizer
I take no credit for this answer, but this together with the suggestions from Ron fixed the problem for me.
For the "Release" configuration do the following:
Set "Skip Install" to YES on your project
Set "Skip Install" to NO on your application target
Set "Skip Install" to YES on all static library targets that are included
Choose Product -> Archive from the menu.
This also worked for me, and according to the original answer poster, is based on advice from the Apple Dev Forums.
edited May 23 '17 at 12:10
Community♦
11
11
answered Apr 21 '11 at 5:33
Cliff ViegasCliff Viegas
3,10311410
3,10311410
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
1
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
add a comment |
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
1
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
worked for me too.
– RyeMAC3
Aug 14 '11 at 20:17
1
1
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
Only this answer did the trick! Probably because I mixed up the project and target settings for "Skip Install". Thank you!
– Constantino Tsarouhas
Dec 13 '11 at 14:16
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
You are a legend, this worked for me after too many hours of mucking around with build settings...
– dteoh
May 13 '12 at 9:15
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
THIS WORKED FOR ME.
– Tizzee
Nov 13 '15 at 7:40
add a comment |
I had the same problem... I had mistakenly set "Installation Directory" (INSTALL_PATH
) to an empty string in my Build Settings. Removing this setting and using the default /Applications
solved my issue.
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
|
show 1 more comment
I had the same problem... I had mistakenly set "Installation Directory" (INSTALL_PATH
) to an empty string in my Build Settings. Removing this setting and using the default /Applications
solved my issue.
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
|
show 1 more comment
I had the same problem... I had mistakenly set "Installation Directory" (INSTALL_PATH
) to an empty string in my Build Settings. Removing this setting and using the default /Applications
solved my issue.
I had the same problem... I had mistakenly set "Installation Directory" (INSTALL_PATH
) to an empty string in my Build Settings. Removing this setting and using the default /Applications
solved my issue.
edited Feb 24 '12 at 0:38
answered Nov 12 '11 at 4:42
CorinCorin
2,1162119
2,1162119
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
|
show 1 more comment
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
None of the above answers did it. Xcode just changed this value out from under me, I assume, as archives were working fine and suddenly stopped. Thanks for this!
– jmstone617
Apr 5 '12 at 19:15
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Same here, this is a working fix. Glad I didn't give up on the lower voted answers.
– Gerald Kaszuba
Apr 29 '12 at 5:44
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Reference about "Installation Directory" (the url is strange): disanji.net/iOS_Doc/#documentation/DeveloperTools/Conceptual/…
– ThinkChris
Jun 10 '12 at 3:12
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
Thanks for this. I have no idea why my iPad app needed this set, but it did fix the issue :)
– Caesium
Aug 6 '12 at 6:28
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
This fixed it for me as well.
– Keith Johnston
Jan 23 '15 at 2:41
|
show 1 more comment
One more thing to check:
Search for the "Installation Directory" in your Build Settings (All) and make sure it's set to "/Applications".
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
add a comment |
One more thing to check:
Search for the "Installation Directory" in your Build Settings (All) and make sure it's set to "/Applications".
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
add a comment |
One more thing to check:
Search for the "Installation Directory" in your Build Settings (All) and make sure it's set to "/Applications".
One more thing to check:
Search for the "Installation Directory" in your Build Settings (All) and make sure it's set to "/Applications".
answered Feb 14 '12 at 21:37
debodebo
7112
7112
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
add a comment |
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
Thanks, this worked for me!
– Mohammed Tawfik
Nov 10 '15 at 23:04
add a comment |
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!
add a comment |
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!
add a comment |
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!
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!
answered May 12 '12 at 7:26
DevCompanyDevCompany
389614
389614
add a comment |
add a comment |
I had a similar issue where the distribution compiled and signed fine, but never showed up in the Archive tab. Turns out I needed to attach a device to get it to build a "real" iOS build. Once I attached my device, I ran Product -> Archive and it showed up as expected.
add a comment |
I had a similar issue where the distribution compiled and signed fine, but never showed up in the Archive tab. Turns out I needed to attach a device to get it to build a "real" iOS build. Once I attached my device, I ran Product -> Archive and it showed up as expected.
add a comment |
I had a similar issue where the distribution compiled and signed fine, but never showed up in the Archive tab. Turns out I needed to attach a device to get it to build a "real" iOS build. Once I attached my device, I ran Product -> Archive and it showed up as expected.
I had a similar issue where the distribution compiled and signed fine, but never showed up in the Archive tab. Turns out I needed to attach a device to get it to build a "real" iOS build. Once I attached my device, I ran Product -> Archive and it showed up as expected.
answered Mar 30 '11 at 12:27
user683896user683896
411
411
add a comment |
add a comment |
Thanks for all the advice. I finally ended up with my archive using the skip install yes for the project and no for the targets. Thank you so much. Compared with others, this only took me about 3 hours, but I wish I would have found this thread earlier (now it's 1.45 am).
Thanks.
add a comment |
Thanks for all the advice. I finally ended up with my archive using the skip install yes for the project and no for the targets. Thank you so much. Compared with others, this only took me about 3 hours, but I wish I would have found this thread earlier (now it's 1.45 am).
Thanks.
add a comment |
Thanks for all the advice. I finally ended up with my archive using the skip install yes for the project and no for the targets. Thank you so much. Compared with others, this only took me about 3 hours, but I wish I would have found this thread earlier (now it's 1.45 am).
Thanks.
Thanks for all the advice. I finally ended up with my archive using the skip install yes for the project and no for the targets. Thank you so much. Compared with others, this only took me about 3 hours, but I wish I would have found this thread earlier (now it's 1.45 am).
Thanks.
answered May 28 '12 at 23:50
Mike73Mike73
366
366
add a comment |
add a comment |
None of the suggestions here worked for me, including setting "Skip Install" to NO... until I set "Installation Directory" to something other than the blank default value. (I used "/Applications" but other values like "/usr/bin" would be fine too.) Then lo and behold, it worked!
add a comment |
None of the suggestions here worked for me, including setting "Skip Install" to NO... until I set "Installation Directory" to something other than the blank default value. (I used "/Applications" but other values like "/usr/bin" would be fine too.) Then lo and behold, it worked!
add a comment |
None of the suggestions here worked for me, including setting "Skip Install" to NO... until I set "Installation Directory" to something other than the blank default value. (I used "/Applications" but other values like "/usr/bin" would be fine too.) Then lo and behold, it worked!
None of the suggestions here worked for me, including setting "Skip Install" to NO... until I set "Installation Directory" to something other than the blank default value. (I used "/Applications" but other values like "/usr/bin" would be fine too.) Then lo and behold, it worked!
answered Mar 13 '13 at 23:55
Vern JensenVern Jensen
1,89053048
1,89053048
add a comment |
add a comment |
I have facing the same issue in my project. After archiving my project, organizer window in not open. So i had done this. And it will works for me. Hopefully it will helps you.
- Select your project -> In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
After that you can archive your project properly.
Thanks in advance.
add a comment |
I have facing the same issue in my project. After archiving my project, organizer window in not open. So i had done this. And it will works for me. Hopefully it will helps you.
- Select your project -> In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
After that you can archive your project properly.
Thanks in advance.
add a comment |
I have facing the same issue in my project. After archiving my project, organizer window in not open. So i had done this. And it will works for me. Hopefully it will helps you.
- Select your project -> In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
After that you can archive your project properly.
Thanks in advance.
I have facing the same issue in my project. After archiving my project, organizer window in not open. So i had done this. And it will works for me. Hopefully it will helps you.
- Select your project -> In the build settings switch Skip Install -> Release to NO, for the build settings used for archiving.
After that you can archive your project properly.
Thanks in advance.
answered Sep 28 '16 at 6:52
Mandeep SinghMandeep Singh
2,03811021
2,03811021
add a comment |
add a comment |
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")
add a comment |
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")
add a comment |
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")
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")
answered Apr 18 '11 at 9:03
user713081user713081
111
111
add a comment |
add a comment |
I tried them all and still nothing worked.
Then I reconnected my iPad, reselected
Skip Install = NO for release and archive
...Build failed for code sign
Reselected Scheme iPad, rather than simulator
Build succeeded.
Not sure this will work for anyone else, but I've have just spent 5 hours going thru all the hints, and tripped up on this success. I don't think it clears it up, and hope Apple gets this squared away. In the year 2011, this is just absurd.
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
add a comment |
I tried them all and still nothing worked.
Then I reconnected my iPad, reselected
Skip Install = NO for release and archive
...Build failed for code sign
Reselected Scheme iPad, rather than simulator
Build succeeded.
Not sure this will work for anyone else, but I've have just spent 5 hours going thru all the hints, and tripped up on this success. I don't think it clears it up, and hope Apple gets this squared away. In the year 2011, this is just absurd.
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
add a comment |
I tried them all and still nothing worked.
Then I reconnected my iPad, reselected
Skip Install = NO for release and archive
...Build failed for code sign
Reselected Scheme iPad, rather than simulator
Build succeeded.
Not sure this will work for anyone else, but I've have just spent 5 hours going thru all the hints, and tripped up on this success. I don't think it clears it up, and hope Apple gets this squared away. In the year 2011, this is just absurd.
I tried them all and still nothing worked.
Then I reconnected my iPad, reselected
Skip Install = NO for release and archive
...Build failed for code sign
Reselected Scheme iPad, rather than simulator
Build succeeded.
Not sure this will work for anyone else, but I've have just spent 5 hours going thru all the hints, and tripped up on this success. I don't think it clears it up, and hope Apple gets this squared away. In the year 2011, this is just absurd.
answered Aug 7 '11 at 17:38
Rich M.Rich M.
55144
55144
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
add a comment |
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Correction, even after all that, it failed on validation.ugh!!!!
– Rich M.
Aug 7 '11 at 17:43
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
Ok now it works. Reselected Skip Install = NO for Debug, Release AND Distribution. Reselected the distribution certificate for the distribution builds ( even though it already showed the correct ones). And of course reset the submission state to 'Ready for Upload'. Validate and Submitted thru XCode Organizer. I have made dozens of updates to my product, but now XCode 4.0 has created a nightmare.
– Rich M.
Aug 7 '11 at 17:48
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
This is the one that did it for me. Even though it goes against Apple's instructions, I couldn't get anything to show in the Archive list without setting Skip Install to NO for Release (click project name -> target -> build settings -> under Deployment -> maxmize Skip Install -> Release=NO)
– DonVaughn
Mar 9 '12 at 9:24
add a comment |
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: /Dbg, /Dbg/Ins, /Rel and /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. Hope this helps others.
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
add a comment |
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: /Dbg, /Dbg/Ins, /Rel and /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. Hope this helps others.
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
add a comment |
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: /Dbg, /Dbg/Ins, /Rel and /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. Hope this helps others.
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: /Dbg, /Dbg/Ins, /Rel and /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. Hope this helps others.
answered Aug 13 '12 at 5:44
RoelRoel
787718
787718
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
add a comment |
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
Funnily enough, even after setting all those paths, the actual archive was created in '/Users/<username>/Library/Developer/Xcode/Archives/2012-08-13/<project_name>.xcarchive'. In any case, not that it matters, since I could now upload directly from the organizer to the app store now.
– Roel
Aug 13 '12 at 5:48
add a comment |
It turns out that when I upgraded my existing product, I didn't have all the icons listed in the Info.plist.
So I added both the "Icon files" and "Icon files (iOS 5)" to the .plist. And it worked!
add a comment |
It turns out that when I upgraded my existing product, I didn't have all the icons listed in the Info.plist.
So I added both the "Icon files" and "Icon files (iOS 5)" to the .plist. And it worked!
add a comment |
It turns out that when I upgraded my existing product, I didn't have all the icons listed in the Info.plist.
So I added both the "Icon files" and "Icon files (iOS 5)" to the .plist. And it worked!
It turns out that when I upgraded my existing product, I didn't have all the icons listed in the Info.plist.
So I added both the "Icon files" and "Icon files (iOS 5)" to the .plist. And it worked!
edited Jan 26 '13 at 0:07
answered Jan 26 '13 at 0:00
Paul BradyPaul Brady
48949
48949
add a comment |
add a comment |
Had the same problem in Xcode 4.6.1 but with the twist that the Archive did show quickly in the Organizer window but suddenly disappeared.
Solved this problem by commenting out the last two lines:
echo "Moving Archive: $ARCHIVE_PATH to $PROJECT_DIR"
#rm -rf "$PROJECT_DIR/XX.xcarchive"
#mv -f "$ARCHIVE_PATH" "$PROJECT_DIR/XX.xcarchive"
This via "Product - Scheme - Edit Scheme - Archive - Post Actions".
add a comment |
Had the same problem in Xcode 4.6.1 but with the twist that the Archive did show quickly in the Organizer window but suddenly disappeared.
Solved this problem by commenting out the last two lines:
echo "Moving Archive: $ARCHIVE_PATH to $PROJECT_DIR"
#rm -rf "$PROJECT_DIR/XX.xcarchive"
#mv -f "$ARCHIVE_PATH" "$PROJECT_DIR/XX.xcarchive"
This via "Product - Scheme - Edit Scheme - Archive - Post Actions".
add a comment |
Had the same problem in Xcode 4.6.1 but with the twist that the Archive did show quickly in the Organizer window but suddenly disappeared.
Solved this problem by commenting out the last two lines:
echo "Moving Archive: $ARCHIVE_PATH to $PROJECT_DIR"
#rm -rf "$PROJECT_DIR/XX.xcarchive"
#mv -f "$ARCHIVE_PATH" "$PROJECT_DIR/XX.xcarchive"
This via "Product - Scheme - Edit Scheme - Archive - Post Actions".
Had the same problem in Xcode 4.6.1 but with the twist that the Archive did show quickly in the Organizer window but suddenly disappeared.
Solved this problem by commenting out the last two lines:
echo "Moving Archive: $ARCHIVE_PATH to $PROJECT_DIR"
#rm -rf "$PROJECT_DIR/XX.xcarchive"
#mv -f "$ARCHIVE_PATH" "$PROJECT_DIR/XX.xcarchive"
This via "Product - Scheme - Edit Scheme - Archive - Post Actions".
answered Mar 27 '13 at 12:42
otsootso
481411
481411
add a comment |
add a comment |
In my case none of the solution worked, instead it was a simple cause: folder permissions.
Make sure staff group has: Read & Write permissions.
add a comment |
In my case none of the solution worked, instead it was a simple cause: folder permissions.
Make sure staff group has: Read & Write permissions.
add a comment |
In my case none of the solution worked, instead it was a simple cause: folder permissions.
Make sure staff group has: Read & Write permissions.
In my case none of the solution worked, instead it was a simple cause: folder permissions.
Make sure staff group has: Read & Write permissions.
answered Nov 25 '15 at 16:31
LukaszLukasz
11.5k1271126
11.5k1271126
add a comment |
add a comment |
Thanks to the OP and everyone on this thread.
I had the same issue, but had a different solution.
If you keep your archives on an external drive, and if the drive happens to get disconnected for some reason, in /Volumes the drive may be remounted at "DRIVENAME 1" instead of "DRIVENAME". Everything looks normal except in the /Volumes folder, you'll see a file with the name DRIVENAME. Disconnect your drive properly, rmdir the DRIVENAME file and reconnect.
The drive will connect under its original name and Xcode will be able to see everything again.
Spent about 5 hours on that. ㅠㅠ
add a comment |
Thanks to the OP and everyone on this thread.
I had the same issue, but had a different solution.
If you keep your archives on an external drive, and if the drive happens to get disconnected for some reason, in /Volumes the drive may be remounted at "DRIVENAME 1" instead of "DRIVENAME". Everything looks normal except in the /Volumes folder, you'll see a file with the name DRIVENAME. Disconnect your drive properly, rmdir the DRIVENAME file and reconnect.
The drive will connect under its original name and Xcode will be able to see everything again.
Spent about 5 hours on that. ㅠㅠ
add a comment |
Thanks to the OP and everyone on this thread.
I had the same issue, but had a different solution.
If you keep your archives on an external drive, and if the drive happens to get disconnected for some reason, in /Volumes the drive may be remounted at "DRIVENAME 1" instead of "DRIVENAME". Everything looks normal except in the /Volumes folder, you'll see a file with the name DRIVENAME. Disconnect your drive properly, rmdir the DRIVENAME file and reconnect.
The drive will connect under its original name and Xcode will be able to see everything again.
Spent about 5 hours on that. ㅠㅠ
Thanks to the OP and everyone on this thread.
I had the same issue, but had a different solution.
If you keep your archives on an external drive, and if the drive happens to get disconnected for some reason, in /Volumes the drive may be remounted at "DRIVENAME 1" instead of "DRIVENAME". Everything looks normal except in the /Volumes folder, you'll see a file with the name DRIVENAME. Disconnect your drive properly, rmdir the DRIVENAME file and reconnect.
The drive will connect under its original name and Xcode will be able to see everything again.
Spent about 5 hours on that. ㅠㅠ
answered Mar 1 '16 at 8:08
Douglas VautourDouglas Vautour
362
362
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered May 31 '16 at 13:44
Nathan KotNathan Kot
1,82411526
1,82411526
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Oct 1 '11 at 10:46
mekmek
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f5265772%2farchives-not-showing-up-in-organizer-for-xcode-4%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Same problem over here as well. Plus old archives from previous version are gone.
– Ron Srebro
Mar 11 '11 at 21:52
1
Had the same problem. Didnt config the Skip Install Flag properly. (Had them mixed up somehow) Now it worked. Yay
– Helge Becker
Apr 19 '11 at 8:15
@Helge Becker: What did you do to make it work?
– tallen11
Apr 25 '11 at 0:15
Now, if you had this issue recently (Dec 2016) then it could also be because your OS has upgraded and your XCode version didn't. I saw this happen for OS X El Capitan - 10.11.16 and they had to upgrade Xcode to 8.2
– J D
Dec 15 '16 at 22:26