Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Fix crash on iOS7 devices #9

Closed
wants to merge 1 commit into from

Conversation

leonskywalker
Copy link

On iOS7 devices, [NSArray enumerateObjectsWithOptions:NSEnumerationConcurrent usingBlock:] will cause the block to run in background threads, and crashes. Remove the NSEnumerationConcurrent option fixes the crash.

@alikaragoz
Copy link
Owner

Thanks for your suggestion, I fixed this in the recent commits. 😉

@alikaragoz alikaragoz closed this Sep 22, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants