• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Purge all remnants of an old incarnation of my app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Purge all remnants of an old incarnation of my app


  • Subject: Re: Purge all remnants of an old incarnation of my app
  • From: Dave Fernandes <email@hidden>
  • Date: Sun, 15 Jan 2017 21:28:29 -0500

The cocoa-dev forum is a better place to ask questions like this since it isn’t an Xcode issue, but try the following in Terminal:

defaults delete <my.bundle.id>
rm -f ~/Library/Preferences/<my.bundle.id>.LSSharedFileList.plist

Preferences are cached by the OS, so just deleting files doesn’t always delete the preferences.

On Jan 15, 2017, at 9:06 PM, Daryle Walker <email@hidden> wrote:

I mentioned that at first. I’m wondering where are the other places in the system (and Xcode) that could be hiding references. There’s at least one (wherever the system keeps its open-recent lists).

— 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com 

On Jan 15, 2017, at 8:28 PM, Saagar Jha <email@hidden> wrote:

Have you checked out ~/Library/Preferences? Your app may have stored some files there.

Saagar Jha
Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Purge all remnants of an old incarnation of my app (From: Daryle Walker <email@hidden>)
 >Re: Purge all remnants of an old incarnation of my app (From: Saagar Jha <email@hidden>)
 >Re: Purge all remnants of an old incarnation of my app (From: Daryle Walker <email@hidden>)

  • Prev by Date: Re: Purge all remnants of an old incarnation of my app
  • Next by Date: Re: Building image of xCode iOS app onto a docker container
  • Previous by thread: Re: Purge all remnants of an old incarnation of my app
  • Next by thread: C++11 headers missing in /usr/include
  • Index(es):
    • Date
    • Thread