You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[CDEvents alloc]initWithURLs:urlPaths.....
when path has whiteSpace inside, i have to convert it with utf8, and use urlWithString to init a NSURL, and pass it to initWithURLs:... it will be ignored,So i have to modify the CDEvents origin code to make it work. (forgive my poor english.)
The text was updated successfully, but these errors were encountered:
[[CDEvents alloc]initWithURLs:urlPaths.....
when path has whiteSpace inside, i have to convert it with utf8, and use urlWithString to init a NSURL, and pass it to initWithURLs:... it will be ignored,So i have to modify the CDEvents origin code to make it work. (forgive my poor english.)
The text was updated successfully, but these errors were encountered: