Hi, i’m doing a work. i need to transfer files (photo, raw format) from sd to iphone. On my iPad pro. i need to move photo first on file, then Import to photo. now. If i do this job for few files there is no problem. if i copy more then 300 files job is not done. when i select raw file on file app, and then click on share/ save to my photo option …. Ther‘s no progress bar, no way to conclude copy with success. At least 298 photo are imported. Whitout any error or warning. Someone do the trick? can be possible to copy from file to file or import from file to photo with a progress bar display? it’s very very strange that the basic is turned off. please help me. thank you very much in advance.
Search results for
dsym file
75,646 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Dumb newbie question here.I'm editing and compiling a simple file - can get it to fail compilation with various errors - but when it runs (right after compiling), it's running a previous version of the code. Even to the point that if I delete the directory the previous file was in, running/compiling in the new directory causes the old directory to reappear! I can even get this on a subsequent generation - I get the results of the 2nd file when I attempt to compile/run a 3rd file.I can't see anything in the file paths that would cause this linking/mirroring and really don't understand how the compiliation and running can be to/from different locations, although that's really what it looks like (errors in compilation clearly tied to what I'm looking at in the editor screen, but output clearly what was is in another source code). Any suggestions? My guess is it's an XCode setting I've got wrong but no clue what it could be.ThanksMatthew
We are working on iOS 11 Files App extension, we are able to show folders, files & thumbnails correctly inside Files App. However when it comes to storing metadata of a file such as File Tags(Colors), Folder favorites which are set by user we are facing a problem. Though we are setting the Working set but this is not persisted during Files App restarts. It shows Files tags from my File Provider Extension briefly in Recent items in Files App, however it disappears afterwards. These tags meta data is not persisted after Files app restarts as well. In WWDC '17 Video we could see the folks mentioning about DB, Who has to create and maintain this DB?When ever I relaunch Files App I could see some DB query going on as below. However our provider never listed in the results of this DB Query.Reusing collector for descriptor with query (((FieldMatch(kMDItemContentTypeTree, public.item)))) && ((kMDItemIsTrashe
Hello,I am currently learnign OS development with Swift, I am new to OS development and the applicaiton I am building needs to allow the user to import a file or multiple files from the computer, and once they press Open Files a window should open to allow them to look for files, once found added to the app and they should display as icons just like you would expect. These will be mainly text files, .text, .java, .pdf, .c, etc. whats the best way to go about this?PS: Notice this would not be a file reader/viewer, its more like the app will open the user selected files and save their paths which I will later use for some other functionality.
Hello,I would like to implement something similar to AVAssetReferenceRestrictions.One case is AVAssetReferenceRestrictionForbidCrossSiteReference where references of a remote file to a remote file are not allowed. This means that the referencing file and the referenced file are remote relative to each other as well. How can I detect this case?TIAJan E.
I have generated NSManagementObject classes and I had imported into my file .m the header file genereted from core data model, but I have file not found error. How Can I solve this problem ? Thank you.
Good Morning:We are development an Epub Reader app for educations in IPAD.We use a html and js library inside de app bundle.The app works well in local files without internet connection if the epub file is inside the www directory.The problems is that the app need download epub and save online to document directory and we don't known how to access to this file by code.Index.html need read the url to epub and only read relative url.How we can access to this files after is downloaded and pass the url to the html file without security problems?Thanks
I have an app intent that returns a file from inside the Sandbox. With iOS 18 RC, the call to INFile results in the file being deleted, instead of the file being returned. intentResponse.file = INFile(fileURL: fileURL, filename: fileName, typeIdentifier: nil) This seems to happen if the file was created by an earlier Shortcut action that calls FileManager().copyItem(), but not for files created by other means. I haven't found a reference in the developer documentation about INFile resulting in the file being deleted. I can block FileManager() from deleting the file by setting its immutable attributes to true, but that prevents me from removing it later.
How do I get the file size of a file stored in iCloud Documents?
Given a document-based app (MyApp) using DocumentGroup: If MyApp is not open, or it is open with the Document Browser displayed, and a file compatible with MyApp is tapped in the Files app, the tapped document opens as expected in MyApp. If MyApp is open and displaying a document, then tapping a compatible document in the Files app switches to MyApp, but fails to display the tapped document, and logs the following error: [Presentation] Attempt to present on (from ) whose view is not in the window hierarchy. The problem is easily demonstrated by creating a new project from the Document App template in Xcode and running it in the simulator Run the app and create a new document (Untitled) Close Untitled and create another document (Untitled 2) Close Untitled 2 Open Untitled Switch to the Files app, navigate to the MyApp folder and tap on Untitled 2 The error above will be shown in Xcode. Does anyone have any insight into how to solve this? Thank you
Hello,I would like to implement something similar to AVAssetReferenceRestrictions.One case is AVAssetReferenceRestrictionForbidCrossSiteReference where references of a remote file to a remote file are not allowed. This means that the referencing file and the referenced file are remote relative to each other as well. How can I detect this case?TIAJan E.PS. This seems to be a difficult one. I've tried in two other forums already.
My data-modeling Swift class is getting large. Can I put some functions for that class into a separate, plain Swift file and somehow include that file in my class, so that those functions are in the model class's namespace? Or do I have to put those extra functions into a class of their own and instantiate it within my model class?
I have a number of utility functions/extensions in a .swift file at a central location. In Xcode 15, I used to be able to Add File... and uncheck the box that said COPY. The project would then have a REFERENCE to the file. I could make changes to the shared file and all projects that referenced that file would see the latest version. I don't see how to do that in Xcode 16. Add File... opens a dialog and the only options (in a drop-down) are Copy and Move -- neither of which I want to do. How do you make a reference in Xcode 16?
Hi, I have some crash reports which I want to symbolicate. When I do so (following Apple's guide, and many of the other ones you can find online) I always get a partially symbolicated crash report. By partially I mean it only symbolicates the calls to code belonging to my app, but not the lines belonging to native frameworks like SwiftUI. How can I symbolicate the lines in my crash report which belong to native iOS frameworks like SwiftUI? PD: I tried the native XCode way of symbolicating by dragging the crash report into the device's logs. I also tried extracting the dSYM file from the app's archive and then using the symbolicatecrash tool. Both work, but only partially.
I don't know how to take out SUBTITLE file.