Skip to content

Comments

Fix SMJClientUtility.m#2

Open
theevilbit wants to merge 1 commit intonevir:masterfrom
theevilbit:patch-1
Open

Fix SMJClientUtility.m#2
theevilbit wants to merge 1 commit intonevir:masterfrom
theevilbit:patch-1

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