• 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: problem with copying app bundle
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with copying app bundle


  • Subject: Re: problem with copying app bundle
  • From: Gary Oberbrunner <email@hidden>
  • Date: Wed, 24 Oct 2007 11:18:14 -0400

bert wrote:
> OK... I figured out that I should be using CpMac from /Developer/Tools
> to copy app bundles. I found this out while reading about cp at
>
> http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/FilesAndFinder.html
>
> coming from Win XP and Linux, I have a really hard time understanding
> how copying an application can break it so badly that it starts to crash
> ... can anyone shed some light on this?

Most likely you have resource forks in there somewhere.  Resource forks are
bad news these days, and naturally won't survive any kind of copying to
Windows unless you use pax or dmg or some other archiver.

Do this:
  find . -type f -exec ls {}/rsrc \;
and look for a size greater than zero.

Of course if your resources are missing, your app is likely to crash.

-- Gary Oberbrunner
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: problem with copying app bundle (From: bert <email@hidden>)

  • Prev by Date: Re: problem with copying app bundle
  • Next by Date: Re[2]: problem with copying app bundle
  • Previous by thread: Re: problem with copying app bundle
  • Next by thread: Re[2]: problem with copying app bundle
  • Index(es):
    • Date
    • Thread