• 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
FSCopyObjectAsync() under ARC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FSCopyObjectAsync() under ARC


  • Subject: FSCopyObjectAsync() under ARC
  • From: Indragie Karunaratne <email@hidden>
  • Date: Tue, 20 Sep 2011 18:07:26 -0600

I'm trying to use FSCopyObjectAsync() to copy a file and get progress callbacks to update my UI. The last parameter (clientContext) gets passed on to the callback. Under ARC, I can not pass self because the parameter has a void* type. Using (__bridge void*)self silences the compiler warning but it results in EXC_BAD_ACCESS. Is there any way to pass an object for this parameter under ARC?_______________________________________________

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: FSCopyObjectAsync() under ARC
      • From: David Duncan <email@hidden>
  • Prev by Date: Re: Telling apart different save panels
  • Next by Date: Re: FSCopyObjectAsync() under ARC
  • Previous by thread: Re: Telling apart different save panels
  • Next by thread: Re: FSCopyObjectAsync() under ARC
  • Index(es):
    • Date
    • Thread