• 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
dispatch_source_create and deployment > 5.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dispatch_source_create and deployment > 5.1


  • Subject: dispatch_source_create and deployment > 5.1
  • From: Jeff Evans <email@hidden>
  • Date: Tue, 03 Feb 2015 10:34:54 -0800

All,

	I've been using an ios deployment target setting of 5.1, much against my will, because dispatch_source_create reliably crashes if I set the deployment target to 6.0 or higher. This gives people the impression that the app is compatible with ios 5.1, which it is not.

	The data type of the return value is dispatch_source_t.  Someone has mentioned that create_dispatch_source returns an OS_dispatch_source instead of dispatch_source_t if deploying to ios >= 6.0. But OS_dispatch_source doesn't seem to be defined and I don't see how it can be used by dispatch_source_create.

	I've seen another mention of someone encountering this problem, but no one has responded to either. Are so few people using dispatch_source_create with deployments > ios 5.1? I have a feeling I'm making some dumb mistake here.

	Thanks, Jeff


 _______________________________________________
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


  • Follow-Ups:
    • Re: dispatch_source_create and deployment > 5.1
      • From: David Duncan <email@hidden>
  • Next by Date: Re: dispatch_source_create and deployment > 5.1
  • Next by thread: Re: dispatch_source_create and deployment > 5.1
  • Index(es):
    • Date
    • Thread