Muhammad Faizan
Results
2
issues of
Muhammad Faizan
SaveAndView function throws the following exception. **Exception Name** `NSInvalidArgumentException` **Message** ```Objective-C exception thrown. Name: NSInvalidArgumentException Reason: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[2] Native stack trace: 0...
Hey everyone, I am using PCLStorage to interact with local files on both Android and iOS platforms. I am using the following code snippet. ``` IFolder rootFolder = await FileSystem.Current.GetFolderFromPathAsync(path);...