Posts

Post not yet marked as solved
38 Replies
8.1k Views
Hi, In my apps, the recent iOS 16.0 beta 7 (20A5356a) broke the .timer DateStyle property of the Text view, in a SwiftUI widget. In previous OS and beta, Text(Date(), style: .timer) was correctly displaying an increasing counter. In iOS 6.0 beta 7, Text(Date(), style: .timer) does not update anymore, (and is offset to the left). The other DateStyle (like .offset, .relative, ...) seems to update correctly. Anyone noticed that (very specific) problem ?
Posted
by PacoLabs.
Last updated
.
Post marked as solved
1 Replies
294 Views
Hi, I submitted a TSI request (3756384) more than 3 weeks ago (Fri, Aug 18). I still have not received a response (other than the automated email confirmation). Is everyone at Apple working on fixing iOS17 bugs, or did my request get lost somehow?
Posted
by PacoLabs.
Last updated
.
Post not yet marked as solved
0 Replies
578 Views
Hi, With iOS17 adding APIs to display and handle HDR images in apps, is the AVAssetImageGenerator supposed to generate CGImages with an HDR color profile (when the AVAsset is an HDR video)? I cannot get it to work, in the simulator or on the device : the colorspace of the CGImage seems to always be kCGColorSpaceModelRGB, no matter how I configure the AVAssetImageGenerator. So the created UIImage is not displayed as an HDR image in a UIImageView (with preferredImageDynamicRange set to UIImageDynamicRangeHigh) Is there another known way to generate an image at a specific time of an AVAsset?
Posted
by PacoLabs.
Last updated
.
Post not yet marked as solved
0 Replies
567 Views
Hi, One user reported me that my app is crashing under macOS Ventura beta 13.3 (22E5230e) After investigation is seems that creating an SKView, either by code (SKView* skView = [[SKView alloc] initWithFrame:self.view.frame]) Or by Storyboards ([SKView initWithCoder:]) Crashes the app immediately. It seems to me that this bug is so visible that I cannot understand how apple managed to release it in a public beta. Anyone having the same problem, or knowing a workaround ? Note : here is my feedback assistant report FB12032892
Posted
by PacoLabs.
Last updated
.
Post marked as solved
45 Replies
41k Views
Hi,With the latest XCode 10.2, git support seems to always break after some time, forcing me to close xcode, and open it again to have it work correclty again.When git access is needed, in my local repository (to compare changes or commit) the following message pops-up:----Couldn’t communicate with a helper application.Try your operation again. If that fails, quit and relaunch the application and try again.----I had no problems with git with previous versions of XCode.Any one else having the problem and any clues on how to workaroud it ?
Posted
by PacoLabs.
Last updated
.
Post not yet marked as solved
0 Replies
610 Views
Hi, In my app, I allow the user to select user installed fonts, thanks to the UIFontPickerViewController picker. I have set the "Use Installed Fonts" privilege in the app's entitlements. The user font is correctly displayed in my app, when creating a UIFont. In my Widget Extension (for the Home screen), the Font is not recognised and return a default font. Also, in my Today Extension (for the Notification Center), the UIFont cannot be created and return nil. I believe this is because there is no possibility to set the "Use Installed Fonts" privilege in the entitlements of the extensions (both Today and Widget). Does anyone have some information about that ?
Posted
by PacoLabs.
Last updated
.
Post marked as solved
5 Replies
3.3k Views
Hi,Since the last few days, after the installation of the latest XCode 11 (GM1, GM2, appstore), I have big problems with icloud drive syncing my projects that contains a git directory.From times to times (i believe, after I change the sources, or commit a task) iCloud forces a complete upload/dowloads of all my sources (even the ones outside the folder of my project) and that takes forever / slows my internet connection.Also, this sync messes up my git :The invisible ".git" folder (that xcode creates inside my project directory) , is automatically renamed by iCloud to a "git 2" file that is not a real folder anymore.Am a the only one this this very annoying problem and is there something to fix it ?Until then it was perfectly possible to have a git source control (proposed by XCode) coexist with icloud drive backup.
Posted
by PacoLabs.
Last updated
.