Search results for

dsym file

77,680 results found

Post

Replies

Boosts

Views

Activity

file transfer to watchkit failed - No such file or directory
I'm trying to transfer a file from iOS app to watchkit. I checked WCSessionDelegate calls are working well. But, interestingly, file url does not exist.Per the code below, I get fileURL from the argument, and the argument value is wrong somehow. When I search for the directory from Mac Finder, the directory doesn't exist. Do you have any idea?func session(session: WCSession, didReceiveFile file: WCSessionFile) { print(file.fileURL) let baseUrl = NSFileManager.defaultManager().containerURLForSecurityApplicationGroupIdentifier(group.com.ABC.WatchAac) ....}copy error=========Error Domain=NSCocoaErrorDomain Code=4 “audio9.caf” couldn’t be moved to “35B1C*******9-B6BF-A6A97154724C” because either the former doesn't exist, or the folder containing the ln't exist. UserInfo=0x79079700 {NSSourceFilePathErrorKey=/Users/AAA/Library/Developer/CoreSimulator/Devices/62C8**********4-82A1C0626A31/data/Containers/Data/PluginKitPlugin/25063************-8BD68ECEB831/Documents/Inbox/com.apple.watchconn
1
0
904
Jun ’15
Reply to ASC Doesn't generate DSYM file
Like some others here my DSYM download link has now shown up as well. It took roughly 5-6 days to show up. I didn't upload a new build or change any configuration. The only thing I did was raise a support request a couple days ago. There is no activity on the request, so I can't confirm whether that is responsible for the link showing up, of if it was just a coincidence. So not really a proper solution or satisfying outcome as the cause and fix are still unknown. Would still like to see if anyone from Apple can chime in here and hopefully explain the issue in more detail and potential mitigations that can be taken.
Feb ’22
How can I make the lcr file?
There are some clr file in TVMLCatalogUsingTVMLTemplates.I can make lsr file by Parallax Artwork.How can I make the clr file?1. If clr file is converted from lsr file, let me know how to use.2. Is parallax Atwork able to make clr file?I searched clr file, but I don't find out anything.Best,
1
0
1.1k
Sep ’15
How do I access Nodes created in .sks file from a .swift file?
Hi, I am a new learning app developer, so I'm sorry if this question is silly, but I have a .sks file that contains several TileMapNodes, and I want to add an edge physics body so that my player character sprite cannot leave the screen. Is there any way for me to access the Nodes I have already created from my GameScene.swift file so I can add a physics body to those Nodes? If not, are there any suggestions for accomplishing what I want to do?
2
0
987
Jun ’20
iPadOS beta3 - unable to load files via Files app or Files API enabled apps
Since updating to iPadOS beta3, last night, I am unable to load files via Files app or Files API enabled apps. I first noticed it in 'Reality Composer' where I couldn't load previous projects, i'm also unable to create new projects. I tested 3rd party apps like Soulver and they suffer from the same problem.I also tried restarting the device a number of times but to no avail.Any thoughts on how this could be fixed would be greatly appreciated...
1
0
873
Jul ’19
Share Extension can access files from the Photos app but not the Files app
Share Extension can access files from the Photos app but not the Files app. In case of the Photos app the file url is something like file:///var/mobile/... In case of the Files app the url stars with file:///private/var/mobile/... The following error is thrown in case of the Files app Error Domain=NSCocoaErrorDomain Code=260 The file “file.pdf” couldn’t be opened because there is no such file. However the file is there, it was selected via the Files app and the share button was used to launch the Share Extension. Also the access to the file is within the following block url.startAccessingSecurityScopedResource() ... url.stopAccessingSecurityScopedResource() Another issue is that the Share Extension does not appear in the Settings / Privacy / Files and Folders. Here are the apps which have the Applications that have requested access to files and folders will appear here. What is the sol
0
0
728
Jan ’24
Importing .OBJ file with companion files via http/https
I know that ModelIO can also import .OBJ file with companion files, such as MTL and texture files. And when I create SCNScene instance in that way, everthing is ok.let scene = try SCNScene(URL: NSBundle.mainBundle().URLForResource(3d, withExtension: obj)!, options: []) But when I'm tryng to load files from remote server via http or https .OBJ file will be loaded without companion files.let scene = try SCNScene(URL: url, options: []) // url https://server.com/files/3d.objWhat can be wrong with this approach?
1
0
1.7k
Aug ’16
WKWebVIew does not load local Javascript files through HTML file.
I have a very simple requirement of loading Javascript files through HTML file on my iOS application. I have copied files into my Xcode project and able to load forms by using UIWebView. But if I run same thing using WKWebView then the page keep on loading. It does not display the form. Are there any bug fixes going for WKWebView? I tried same in iOS 9.0, 9.3 and 10.3 versions.I have described in detail about the issue in below linkhttps://stackoverflow.com/questions/45371386/load-javascript-files-through-html-file-on-wkwebview-in-iosPlease help me on it.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
3.5k
Aug ’17
Files
Hello when I use the File application with the Apple pencil after a while the little circle with the pencil image disappears but at the top the stylus function is still activated so I can write but it is impossible to change the pencil by double tapping on the stylus I have to deactivate the stylus function and put it back in order to be able to change. How to solve this problem thank you in advance. Bonjour lorsque j’utilise l’application Fichier avec l’Apple pencil au bout d’un moment le petit rond avec l’image du crayon disparaît mais en haut la fonction stylet est toujours activé donc je peut écrire mais il est impossible de changer le crayon en double tapant sur le stylet je dois désactiver la fonction stylet et la remettre pour pouvoir changer. Comment régler se problème merci d’avance.
0
0
138
Oct ’20
When to use Cocoa Touch Framework vs. Static Library?
I´m trying to share code between two iOS targets, e.g. an iPhone target and an iPad target (Universal target is not wanted here).What are the advantages and downsides of a Cocoa Touch Framework vs. a Cocoa Touch Static Library for achieving this?If I understood it correctly, the Static Library and the app code will be merged together into one Binary, while the combination of Framework and app code will be two binaries. I guess this means more signing and more DSYM files to upload to crash reporting tools?Also, a Framework should/could also work standalone while a Static Library always needs other code.What about Tests, Distribution to the App Store, Debugging (Breakpoints) and compile time? Which option performs better for what task?
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
1k
Apr ’19
URL from SwiftUI file exporter treated as directory instead of file
I have a document-based SwiftUI app where the document is a file wrapper. The document has the following writable content types: static var writableContentTypes: [UTType] { [.bookDocumentPackage, .epub, .pdf] } I am using .fileExporter to export the document to PDF. .fileExporter(isPresented: $isPublishing, document: book, contentType: .pdf, defaultFilename: book.metadata.title) { result in switch result { case .success(let url): book.publishPDF(location: url) case .failure(let error): print(error.localizedDescription) } } The problem is the URL the file exporter returns is treated as a directory instead of a file. I have the following code to create a PDF context to create the PDF: func buildPDFContext(url: URL) -> CGContext? { // For now, just go with a standard 8.5 by 11 inch page. let pdfContext = CGContext(url as CFURL, mediaBox: nil, nil) return pdfContext } When I call the function, I get the following error message in Xcode’s debug console: CGDataConsumerCreateWithFilenam
0
0
1.5k
Oct ’22
Reply to Released app crashing with no clues
Apparently, symbolicating the crashlog is not working as it should in xcode as I have downloaded the dSyms in Archives the Organizer window and clicked Open in Project... in the Crashes tab of the Organizer window and it gives only this below. Also these are only reported crashes by users via email and all I have to go on now is the Crashes listed in the Organizer window.0 0x1000f40001 0x1000f40002 0x1000f40003 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:]What am I missing? Where can I find better documentation of a video ofsymbolicating the crashlog? The app was released using XCode 7 deployment target 9.0. I have sinced updated xcode to 7.1.1. Also, the type of crash was Exception Type: EXC_BREAKPOINT (SIGTRAP)
Nov ’15