Search results for

dsym file

77,670 results found

Post

Replies

Boosts

Views

Activity

Reply to UIWebView Deprecated Warning
Hi,I saw reply from KMT yesterday on this and then I replied back as well to KIM, why that conversation is deleted??As we have our customers Apple developer account and they receive an email every time from App Store Connect for this UIWebView deprecation warning which has been already escalated. This time I would like to make sure we are not going to receive the same warning and which is why I just need confirmation from your side.Have also tried creating a separate fresh(without using 3rd party tools/SDK’s/API’s/Pods) sample app which is using WKWebView inside and named it TestWKWebView then archived it, I can still find UIWebView matches in TestWKWebView 07-05-20, 7.18PM.xarchive file post running grep -r UIWebView . command as mentioned below:Binary file ./dSYMs/TestWKWebView.app.dSYM/Contents/Resources/DWARF/TestWKWebView matchesAnd if I go to above path and open TestWKWebView file in TextEdit and search for UIWebView, I could only find strings containing UIWEView like
May ’20
Copy file in application document file to user Documents file
I ave an application that makes use of charts. I would like to have a button for the user to save the chart as a PDF. I tried to have the button save the PDF to the user's document directory directly. That attempt failed. But I was able to save the PDF to the application sandboxed documents directory. The question is how to programmatically move that file from the application documents folder to the user's general documents folder. So far I have not been able to find a method that will move the PDF file. Any ideas?
2
0
367
Aug ’25
Can I run HTML files from the files app?
For example, I have a click through self contained html/javasript website. Could I copy that folder to files and run it in a browser much like on my desktop, I can simply double click index.html (for example), opens Chrome (or safari) and off I go?We currently use the HTML Presenter ios Application to serve up our local html/javascript demos and was hoping to simply use the Files capability.Thanks!-Brent
0
0
608
Sep ’17
Reply to Breakpoint issue: 'self cannot be reconstructed'
I found a solution to provide metadata for all modules: Enable dSYM for Debug (note: this increases build time, even for incremental builds). Copy the necessary symlinks for the Swift modules from Derived Data to a temporary folder, e.g., /tmp/lldbmodules. Configure lldbinit locally in Xcode: customLLDBInitFile = $(SRCROOT)/lldbinit with the following option: settings set target.swift-module-search-paths /tmp/lldbmodules Kill the lldb-rpc-server process to ensure a clean state. Build and run.
Dec ’24
ios drop file wrong file name
ios drop file wrong file name I use the following simple JS code to drag file from the browser to the desktop. Works perfect on MacOS. onDragStart(event, ucpView) { let file = new BrowserFile([this.file.fileContent], this.file.displayName, { type: 'application/ucp-scenario' }); const fileURL = URL.createObjectURL(file); event.dataTransfer.setData(DownloadURL, `application/octet-stream:${file.name}:${fileURL}`); event.dataTransfer.setData(text/uri-list, fileURL); } but on iOS it keeps nameing the file Text1.txt Text2.txt ... and ignores the DownloadURL whats the best way to get it workng on both OS?
Topic: Safari & Web SubTopic: General
0
0
66
Apr ’25
How to put the .h file in modulemap file properly?
I have the native static lib that has a few .h files as API, the dir structure looks like this 3rdParties - - MyAPIHeader.h - my.modulemap my modulemap file looks like this module MyAPIHeader { header MyAPIHeader.h export * } and everything works well, up until I need to add another API file to my modulemap structure that does not reside in the same dir. anotherProjectDir - - AnotherAPIHeader.h 3rdParties - - MyAPIHeader.h - my.modulemap and my modulemap file looks like this module MyAPIHeader { header MyAPIHeader.h export * } module AnotherAPIHeader { header AnotherAPIHeader.h export * } and then when I try to use AnotherAPIHeader functions I got such an error in the modulemap file Header 'AnotherAPIHeader.h' not found I tried to set the path to the .h file in the module map as relative (not works) then I tried to set the path to the header file in the target (not works). To sum up - when the .h file that is included in the module map re
0
0
993
Jan ’22
How to upload a symbolic link file in file provider?
Hello, everyone, I'm trying to upload a symbolic link file's contents through file provider. The contents in createItem is empty when the file is a symbolic link, so it needs to be uploaded according to the symlinkTargetPath in item, but I can't get the contenst according to the symlinkTargetPath. For example, if I use ln - s test.md test.link creates a symbolic link, the symlinkTargetPath will only contain test.md. If I use ln - s aaa/test.md test.link creates a symbolic link, the symlinkTargetPath will only contain aaa/test.md , there is no specific path to the file. So how can I get the contents of the symbolic link file ?
2
0
2.2k
Aug ’22
How do I compare files?
If I have a UIDocument file in the local sandbox storage Documents directory and another file in ICloud with the same file name, how do I tell whether those are considered copies of the same file or two different files with the same file name?I have retrieved the resource values of both files, but the local file gives nil for document identifier.
1
0
872
Sep ’18
Cannot preview most JPEG files from Files app
I have recently purchased an iPhone coming from Android and placed all my documents on iCloud. When using the File app, I tap on some JPEG files in my Documents folder. They will fase about 5 times, each time if flashes it shows the image briefly, however, after that no image is shown. Sometimes they do not even flash, Files app will only show the loader and the word LOADING right below it, and no preview is shown. iOS version is 15.4.1. One thing that differentiates one file with a problem and file without problems is the file size. My JPEG with issues on my physical device are way larger at the order of 20 to 60 MB. If I pretend to share the file and save to iPhone instead, I can view it normally from Photos app, but these are document images I do not want to have in Photos because they belong to a folder with other document types as well, for the sake of organization. Interestingly, on my MacBook Pro, I open an iOS simulator, in this case, a 15
0
0
1.3k
May ’22
Generate IPA file with a mobileprovision file only
Hello,I developed an application for my client who must diffuse into business with an MDM server.My client does not want to give me access to his business developer account so I can sign the application. And on my side I have a standard developer account.My client sent me a file app.mobileprovision saying it was the only thing necessary for me to generate an IPA file, and then resign the application.But I do not see how I can generate the IPA file with the file app.mobileprovision without using xcode and identify myself on a developer account.Apparently xcodebuild can be used, but I don't know how to pass a parameter file app.mobileprovision to create the IPA file.How could I do?Thanks a lot for your help !Nicolas
2
0
5.1k
Oct ’15
(iPadOS)Possible causes for files in the files app to suddenly stop displaying file previews?
Hello I hope this is the correct place to post this question though I actually may have a few questions in this post. I am not a developer by any means, I am a graphic designer and I am dealing with a peculiar problem on my iPad and I would like to know why it’s happening and what is causing it. How does iPadOS/iCloud/Files app handle file thumbnail previews? Where are these images stored? What could suddenly cause an app on my iPad to stop showing the file preview thumbnail and instead display the generic app logo as the thumbnail preview for the files? This is the only file type to suddenly stop showing the actual file contents preview. The file type I am referring to is a .afdesign file for the Affinity Designer app. I am sure there is not much I am able to do to revert the file preview back to the original contents but I am just curious what could cause the files to do that. I have already contacted Affinity support
0
0
383
Dec ’21