Adrian Castro
Adrian Castro
> NSUnderlyingError=0x30350ad00 {Error Domain=NSPOSIXErrorDomain Code=35 "Resource temporarily unavailable"}} > [19:36:16] ℹ️ AppDownload.cancelDownload: User cancelled the download Well there it is then, file access api being funny
as a followup on this, fairly confident that keychain patches similar to https://github.com/dayanch96/YTLite/blob/main/Sideloading.x should do the trick, however not super duper sure which parts specifically cause this
I don't believe circumventing that is possible without some type of elevated access ie TS/JB, these app dir, keychain and app icon thingies are more of a 'side effect' of...
Okay I've figured out a pretty lame way to fix these issues, it all works fine if you use the app id tied to the provisioning profile (without the team...
I don't think this one is particularly relevant anymore, I doubt anyone except me really is bothered by it so Imma just close for now
Let me know if you figure anything out, whilst I closed this it really bugs my OCD into oblivion, I'd love to see a general solution for this
This is the SCSharingContentPicker which is part of Apples ScreenCaptureKit, this behavior is a known issue with the api itself https://forums.developer.apple.com/forums/thread/761788
the force upload modifier is already included as modifier in your existing key combos, I'm quite certain that that is your issue at hand
can probably be rectified with something along the lines of ```swift let configuration = SCStreamConfiguration() configuration.width = Int(displaySize.width) * displayScaleFactor configuration.height = Int(displaySize.height) * displayScaleFactor ```
No reply from issue author in over half a year so just gonna close this for now as well