Qt for ios save file error? why?
-
Hi,
Which version of Qt ?
Which version of iOS ?
What's the path ?
Does your application have proper permission to access storage ? -
Hi,
Which version of Qt ?
Which version of iOS ?
What's the path ?
Does your application have proper permission to access storage ? -
@SGaist qt6.6 for ios 17.1 , I use QFileDioag::getOpenfilename achieve file path, but the path does not open
-
@kkgg How about answering last to questions?
What's the path ?
Does your application have proper permission to access storage?@jsulm Hello, I found that I need to use oc and qt for mixed compilation, but I can't add the Foundation framework in cmake. How should I add it?
I checked the information and he said that iOS can only read and write at the location "QStandardPaths::standardLocations(QStandardPaths::DocumentsLocation).last()"