Skip to content

Conversation

theevilbit
Copy link

(__bridge CFURLRef)[NSURL URLWithString:bundlePath]
returns NULL if the path contains a whitespace. The correct method to use is:
(__bridge CFURLRef)[NSURL fileURLWithPath:bundlePath]

(__bridge CFURLRef)[NSURL URLWithString:bundlePath]
returns NULL if the path contains a whitespace. The correct method to use is:
(__bridge CFURLRef)[NSURL fileURLWithPath:bundlePath]
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.

1 participant