Skip to content

Conversation

@David4D
Copy link

@David4D David4D commented Sep 18, 2015

Workaround for iOS 9.0 and XCode7

Original post : http://forum.cocos2d-objc.org/t/xcode-7-ios9-beta/17346/6
Thanx to Reid

Workaround for iOS 9.0 and XCode7

Original post : http://forum.cocos2d-objc.org/t/xcode-7-ios9-beta/17346/6
Thanx to Rae
@hufkens hufkens mentioned this pull request Sep 22, 2015
@hufkens
Copy link

hufkens commented Sep 22, 2015

Just used you fix.Thanks for this, but it now crashes on iOS7 because you use containsString. I changed it to:

if ([sourceStr rangeOfString:g_extensionStr].location != NSNotFound) {

And then it works on all iOS versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants