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
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
It is likely the src argument you are providing is wrong or malformed. In addition, you may want to actually step debug ContentSync.m line 442 to see what value is actually passed in.
Thank you for your response.
We are not changing anything in sync command for iOS 12. Our App is support from iOS 8, same argument values are passed in all iOS versions. Our App is working fine in below iOS 12 versions but crash occurred on iOS 12 only.
If src wrong or malformed means app crashed in all iOS versions right?
But we have found crash in iOS 12 only.
I have seen originalURL value and sourceURL value are passed in ContentSync.m line 442 correctly.
Kindly suggest how to handle this exception.
Thank you
App got crashed after iOS 12 update.
We got below details regarding content sync crash issue.
Issue Details :
Fatal Exception: NSInvalidArgumentException
-[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.
ContentSync.m line 442
-[ContentSync URLSession:downloadTask:didFinishDownloadingToURL:]
The text was updated successfully, but these errors were encountered: