• 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: App Launches in Finder, Hangs While Launching in Debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: App Launches in Finder, Hangs While Launching in Debugger


  • Subject: Re: App Launches in Finder, Hangs While Launching in Debugger
  • From: Joe The Programmer <email@hidden>
  • Date: Mon, 14 Dec 2009 07:29:44 -0700

On Dec 14, 2009, at 4:28 AM, Julien Jalon wrote:

> It's not necessarily a memory management problem. As this happens very early in the application launch, when Launch Services uses your Info.plist to register the application, your problem might also be that an entry supposed to be a string is in fact an array.

Yes, that's why I was thinking resource.  As far as I can remember, I didn't touch the plist file going from Xcode 2.5 to 3.2.1.  However, I noticed a new key, CFBundleDisplayName, in my 3.2.1 info.plist file.  I'm not too familiar with the make up of a plist file.  Did the format of the info.plist change between versions?   Regardless, there seems to be an erroneous <false/> in there.  Perhaps something got mangled along the way from 2.5 to 3.2.1?  I need to bone up on info.plist.  Thanks.

	<key>CFBundleDisplayName</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>tsk</string>
				<string>TSK</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>tsk.icns</string>
			<key>CFBundleTypeMIMETypes</key>
			<array>
				<string>application/tsk</string>
			</array>
			<key>CFBundleTypeName</key>
			<string>TSK Document</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>tsk </string>
				<string>TSK </string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
			<key>LSTypeIsPackage</key>
			<false/>
			<key>NSPersistentStoreTypeKey</key>
			<string>JSON</string>
		</dict>
	</array>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: App Launches in Finder, Hangs While Launching in Debugger
      • From: Matthew Lindfield Seager <email@hidden>
    • Re: App Launches in Finder, Hangs While Launching in Debugger
      • From: Julien Jalon <email@hidden>
References: 
 >App Launches in Finder, Hangs While Launching in Debugger (From: Joe Programmer <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Joar Wingfors <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Joe The Programmer <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Joar Wingfors <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Joe The Programmer <email@hidden>)
 >Re: App Launches in Finder, Hangs While Launching in Debugger (From: Julien Jalon <email@hidden>)

  • Prev by Date: Re: Core Data Save As Binary Error
  • Next by Date: Re: Problem with mouse events in a custom NSControl subclass
  • Previous by thread: Re: App Launches in Finder, Hangs While Launching in Debugger
  • Next by thread: Re: App Launches in Finder, Hangs While Launching in Debugger
  • Index(es):
    • Date
    • Thread