Post

Replies

Boosts

Views

Activity

Reply to Xcode 15: "Cycle inside ...; building could produce unreliable results" due to DSTROOT=/
Same issue here. I have tried reading the error message and moving the (in my case crashlytics) run scripts around with no avail. My issue is that I also have a live activity extension that has embedded frameworks that cannot be above or below crashlytics. I'm REALLY hoping someone at apple has seen this thread & are working to fix this for the GM or Beta 5.
Jul ’23
Reply to Live Activity Push updates throttling with frequent updates
I will comment on this, not with any solution but hopefully it helps. There is an APNS "budget" that they talk about in this doc: https://developer.apple.com/documentation/activitykit/updating-live-activities-with-activitykit-push-notifications# There is quite a bit of information which we have utilized with limited success (because it is so difficult to test). Primarily using more priority 5 pushes, and setting the frequent live activity updates flag in my Info.plist. Good luck and let me know what works for you!
Nov ’23
Reply to Pop Up buttons in Interface Builder don't show menu in iOS 15
You need to set the changesSelectionAsPrimaryAction & showsMenuAsPrimaryAction to true for menu's to show.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Crash on libquic.dylib (com.apple.network.connections) EXC_BREAKPOINT (SIGTRAP)
Seemingly out of no where I have just started to see this crash pop up as our #1 crash in app. It is a repetitive crash for most users that see it.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Having issue with device check on iOS 14.x
We are seeing this issue as well on some of our users with iOS 14 devices. Do we have any updates on this issue? & Is there any other steps that we can do to try & remedy the issue? I've tried Updating the clock settings to automatic Restarting the device Re-installing the app Updating the phone's OS
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode Cloud builds failing intermittently with network issues
I am also seeing this. It looks like its saying the network connection is lost from the logs, it is only happening for Facebook on my build as well which is strange. Might be the size of the download that is the problem?
Replies
Boosts
Views
Activity
Jul ’22
Reply to Xcode 15: "Cycle inside ...; building could produce unreliable results" due to DSTROOT=/
Same issue here. I have tried reading the error message and moving the (in my case crashlytics) run scripts around with no avail. My issue is that I also have a live activity extension that has embedded frameworks that cannot be above or below crashlytics. I'm REALLY hoping someone at apple has seen this thread & are working to fix this for the GM or Beta 5.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Live Activity Push updates throttling with frequent updates
I will comment on this, not with any solution but hopefully it helps. There is an APNS "budget" that they talk about in this doc: https://developer.apple.com/documentation/activitykit/updating-live-activities-with-activitykit-push-notifications# There is quite a bit of information which we have utilized with limited success (because it is so difficult to test). Primarily using more priority 5 pushes, and setting the frequent live activity updates flag in my Info.plist. Good luck and let me know what works for you!
Replies
Boosts
Views
Activity
Nov ’23