Re: Why is XCode suddenly doing this?

2017-06-23 Thread Mike Crawford
Gremlins. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription:

Re: Why is XCode suddenly doing this?

2017-06-23 Thread Graham Cox
Thanks, at least it’s not just me. I haven’t changed anything AFAICS, it just started doing it. Just as suddenly, it has stopped doing it after I retried several times, and then left it a while! At least it started working, but I wish it wasn’t so unpredictable, and that I had some

Re: Why is XCode suddenly doing this?

2017-06-23 Thread Alex Zavatone
This has happened to me occasionally as well with iOS apps. Ended up solving it somehow several times, near knew why it started happening. Is your app’s type no longer a Mac app? > On Jun 22, 2017, at 11:19 PM, Graham Cox wrote: > > I’ve been archiving built Mac

Re: Why is XCode suddenly doing this?

2017-06-23 Thread Mark Allan
Graham, This happened to me a few months ago and it was driving me nuts until I eventually figured out what was causing it (by trawling through all my git commits around the time it started happening). Have you added a sub-project, or a target-dependency recently? If so, check that it has

Why is XCode suddenly doing this?

2017-06-22 Thread Graham Cox
I’ve been archiving built Mac apps forever with no issues. (Build -> Archive) Suddenly, XCode has stopped adding the archive to the ‘Mac OSX Apps section under that particular app, and started it adding it as a ‘Generic XCode Archive’ under the ‘Other’ section. Why, and more importantly, how