Post

Replies

Boosts

Views

Activity

Reply to Error exporting a PDF
I found this exact code in a Youtube video on how to render a PDF from a view. I have a grid view, that I am trying to use with this, and if the grid is less than a full screen, it seems to work OK, but if my GridView is more than a display's worth of information this hangs, and eventually just dumps out. I have peppered the code with print statements, and found that it is hanging at pdfView.layer.render(in: context.cgContext) ... are you see this same issue? and if so, did you solve?
Nov ’23
Reply to Problems in opening projects on Xcode.
I am having this same issue, have you figured out how to debug this? I have a project I’ve not worked on for about 5 months, and when I try to open it now.. Xcode hangs.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Beta App not receiving CloudKit data
It seemed to be fine in the simulator. As of this morning, I deployed the app to my device via a USB-C cable and it then pulled down the data from CloudKit. So there must be some difference between deploying the app via TestFlight and via Xcode directly.I will have to figure out what happens longer term.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Beta App not receiving CloudKit data
I'm closing this question for now, as deploying the same version of the app via the USB-C cable from the Xcode to the iPad worked. It now pulled the data from CloudKit.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Errors trying to upload version of app
I am still seeing this error on my iMac, I can only deploy my code via my MBP at this time. Any suggestions would be appreciated.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Universal Control
I am still not seeing this work, I am the very latest developer beta, has this been enabled yet?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Errors trying to upload version of app
Have opened a ticket with Apple and have been working thru suggestions.. still no resolution, but will post answer when it is resolved
Replies
Boosts
Views
Activity
Aug ’21
Reply to tvOS App Icon Errors
Note, I have confirmed that all of background layers do not have an Alpha Channel, and are of the appropriate sizes.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to WKExtensionsDelegateClassName is Invalid in info.plist
Is there any additional information required that would help point me in the right direction?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to is xcode cloud failing?
I am seeing this starting yesterday. I raised a feedback request
Replies
Boosts
Views
Activity
Apr ’22
Reply to Developer app won't let me view videos in full screen
here's a screenshot showing the issue /Users/michaelrowe/Desktop/Screen Shot 2022-06-07 at 14.01.01.png
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to How to debug Core Data iCloud sync issue in production?
Hi @imtherb91, did you ever get a good answer for this. I am working on an app, that syncs fine to macOS and iPadOS, but for some reason the data doesn't seem to sync well to iOS. On my test machines, I have ensured all devices are using the same iCloud account. So what I am trying to figure out is how to debug this.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to UITextView in collectionview cell on mac spikes cpu
I am seeing this too in a macCatalyst SwiftUI app. It happens when I move the window..
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to how to download sample app?
I too have been looking for it, the APP that I found at https://developer.apple.com/documentation/realitykit/taking_pictures_for_3d_object_capture does not seem to be the updated one shown during the session.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Sharing UserDefaults with widgets in iOS 14
Hi @eskimo - Found this post and experiencing the same issues as above. When I do the entitlements dump, I am seeing Warning: Specifying ':' in the path is deprecated and will not work in a future release I doubt this is an issue right now.. Hopefully your tip will help me debug my issue :)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Error exporting a PDF
I found this exact code in a Youtube video on how to render a PDF from a view. I have a grid view, that I am trying to use with this, and if the grid is less than a full screen, it seems to work OK, but if my GridView is more than a display's worth of information this hangs, and eventually just dumps out. I have peppered the code with print statements, and found that it is hanging at pdfView.layer.render(in: context.cgContext) ... are you see this same issue? and if so, did you solve?
Replies
Boosts
Views
Activity
Nov ’23