Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not handle UTI Error in iOS #214

Open
shrijeetDeshmukh opened this issue Jun 1, 2018 · 5 comments
Open

Could not handle UTI Error in iOS #214

shrijeetDeshmukh opened this issue Jun 1, 2018 · 5 comments

Comments

@shrijeetDeshmukh
Copy link

Getting error on opening file on iOS

Could not handle UTI

File path:
file:///Users/shrivallabhdeshmukh/Library/Developer/CoreSimulator/Devices/57712F3D-D277-4C6C-B474-9F08880860A8/data/Containers/Data/Application/89CE941C-5318-443C-B6B3-132D46B4FAA9/Library/NoCloud/102

@godoyrw
Copy link

godoyrw commented Jun 1, 2018

Try this man, in config.xml!

<preference name="iosPersistentFileLocation" value="Library" />

@richardbourne-ct
Copy link

If it helps, I received this error when trying to open image/x-ms-bmp and application/rtf files - no other files were causing problems.

Forcing the files to open as image/bmp and text/rtf respectively seemed to do the trick.

@shnist
Copy link
Collaborator

shnist commented Dec 18, 2018

hi @shrijeetDeshmukh, thanks for raising this issue. Were you able to resolve your issue in the end with the suggestions in this thread?

@WuglyakBolgoink
Copy link

WuglyakBolgoink commented Oct 14, 2021

Try this man, in config.xml!

<preference name="iosPersistentFileLocation" value="Library" />

@godoyrw

this doesn't help.

we have same error on

{
    "platform" : "iOS",
    "version" : "14.7",
    "model" : "iPad8,6",
    "cordova" : "6.2.0"
}

Update 09.06.2022:

{
    "platform" : "iOS",
    "version" : "15.5",
    "model" : "iPad8,6",
    "cordova" : "6.2.0"
}

@dhavalsoni2001
Copy link

Is there any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants