Post

Replies

Boosts

Views

Activity

Reply to Modifier l’entité juridique
Hi, When you register to sell apps in the App Store you must enter some details. The name of your legal entity is restricted to a simple string with just the 26 alphabetic chars in upper or lower case, numbers (0 to 9), comas "," , dashes "-", ampersand "&" and points "." This is probably to put this name as the part of a key in Apple databases. A good trick is to give the name you put for your company name in your bundle identifiers. For instance for "My Dad's Company" put "MyDadsCompany" For you name, you could use "JurisintelligenceSarl" or "JurisintelligenceSARL"
Feb ’22
Reply to Xcode Predictive Code Completion can't download
Exactly the same issue with production Xcode 16.0 and macOS 15.0.1. Is it due to the macOS 15.0.1 update? Xcode was working fine, nothing changed except perhaps the macOS version, when Xcode said there was a download error and this error. Feedback : FB15483047 System Information macOS Version 15.0.1 (Build 24A348) Xcode 16.0 (23051) (Build 16A242d)
Oct ’24
Reply to LongPressGesture.updating(_:body:)
Hello, The issue is still there with iOS 18.3 and even Mac Catalyst on macOS 15.3. See Bug report ID: FB16449802 .onLongPressGesture(...) works but for instance can't be used for .simultaneousGesture(...) In fact on iOS 18, the LongPressGesture object never calls func updating<State>(GestureState<State>, body: (Self.Value, inout State, inout Transaction) -> Void) -> GestureStateGesture<Self, State> func onChanged((Self.Value) -> Void) -> _ChangedGesture<Self> Thank you
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’25
Reply to Xcode 16.3 repeatedly log causing CPU leak
Same issue here, when searching in documentation help, all is functional but there is a progress bar at the bottom saying "indexing..." stuck on the left. Activity monitor shows Xcode using 85% CPU. Process is XCode, DNTDocumentationSupport. Output from Console: default 16:41:51.375813+0200 Xcode Needs flush! About 20,000 logs per second!
Apr ’25
Reply to Project xcodeproj file can no longer by iCloud Sync
Thnak you for you quick reply. The problem occurred in a 3 years old project after updating to macOS 26.2 (25C56) and Xcode Version 26.2 (17C52). I've created a new project : same error! All files synchronize except the .xcodeproj file. There is 19GB free on iCloud Drive, and 59GB free on the Mac. If I open the original .xcodeproj package file, copy all the included files in a folder outside, then they all synchronize on iCloud Drive except project.xcworkspace Here are the attributes of this file com.apple.FinderInfo 32 com.apple.fileprovider.fpfs#P 4 com.apple.lastuseddate#PS 16 com.apple.macl 72 It's also a package, but the time if copied outside all its file are correctly synchronized to iCloud. A feedback had been opened : FB21363976. It includes a zip with the file not syncing. Thank you.
Dec ’25
Reply to Project xcodeproj file can no longer by iCloud Sync
We know how bug reporting is important for good software quality. We use Feedback Assistant each time we encounter an issue. Then, we also know we never get progress reports, but we had a majority of issues solved. It's worth it. Nothing changed in our infrastructure. The only changes were macOS 26.2 and Xcode 26.2. And has we had checked, and Apple Care rechecked, we have no other sync issues, just the .xcodeproj file, and now the new project .xcodeproj file. I have updated the FB to include the zip of the file with the issue to help your Xcode team. Thank you very much for you answers.
Dec ’25
Reply to Project xcodeproj file can no longer by iCloud Sync
Update : in fact all files which are packages can no longer be synched with iCloud Drive since the upgrade to macOS 26.2 : local package files are never sent to iCloud, and iCloud package files are never downloaded to the Mac drive. The xcodeproj files are packages files, but also realitycomposerpro, pages, number or bundle files are packages. A new Feedback was created as it is not only Xcode related: FB21663069
Jan ’26
Reply to Modifier l’entité juridique
Hi, When you register to sell apps in the App Store you must enter some details. The name of your legal entity is restricted to a simple string with just the 26 alphabetic chars in upper or lower case, numbers (0 to 9), comas "," , dashes "-", ampersand "&" and points "." This is probably to put this name as the part of a key in Apple databases. A good trick is to give the name you put for your company name in your bundle identifiers. For instance for "My Dad's Company" put "MyDadsCompany" For you name, you could use "JurisintelligenceSarl" or "JurisintelligenceSARL"
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode Predictive Code Completion can't download
Exactly the same issue with production Xcode 16.0 and macOS 15.0.1. Is it due to the macOS 15.0.1 update? Xcode was working fine, nothing changed except perhaps the macOS version, when Xcode said there was a download error and this error. Feedback : FB15483047 System Information macOS Version 15.0.1 (Build 24A348) Xcode 16.0 (23051) (Build 16A242d)
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode Predictive Code Completion can't download
The following day, after switching on the Mac, Xcode showed a message about Predictive Code Completion successfully downloaded. Don't know what the issue was, nor if something was changed on Apple download servers. Problem solved.
Replies
Boosts
Views
Activity
Oct ’24
Reply to LongPressGesture.updating(_:body:)
Hello, The issue is still there with iOS 18.3 and even Mac Catalyst on macOS 15.3. See Bug report ID: FB16449802 .onLongPressGesture(...) works but for instance can't be used for .simultaneousGesture(...) In fact on iOS 18, the LongPressGesture object never calls func updating<State>(GestureState<State>, body: (Self.Value, inout State, inout Transaction) -> Void) -> GestureStateGesture<Self, State> func onChanged((Self.Value) -> Void) -> _ChangedGesture<Self> Thank you
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Xcode 16.3 repeatedly log causing CPU leak
Same issue here, when searching in documentation help, all is functional but there is a progress bar at the bottom saying "indexing..." stuck on the left. Activity monitor shows Xcode using 85% CPU. Process is XCode, DNTDocumentationSupport. Output from Console: default 16:41:51.375813+0200 Xcode Needs flush! About 20,000 logs per second!
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode 16.3 repeatedly log causing CPU leak
Quitted Xcode. Removed the Xcode folders: DerivedData DocumentationCache DocumentationIndex The problem is still there. FeedBack ID: FB17351766
Replies
Boosts
Views
Activity
May ’25
Reply to Xcode 16.3 repeatedly log causing CPU leak
Problem solved in Xcode version 16.4 (16F6) available now.
Replies
Boosts
Views
Activity
May ’25
Reply to How do I get HomeKit accessories to show up in the iOS Simulator?
Bonjour, HomeKit is not available is the simulators. Check the full list of missing APIs in Apple documentation Regards
Replies
Boosts
Views
Activity
Jun ’25
Reply to iOS 18.4 - HomeKit actions from AppIntent fail when triggered from Widget
Bonjour Same issue (Handler does not support background access) with iOS 26.0 beta 1 (23A5260n).
Replies
Boosts
Views
Activity
Jun ’25
Reply to How to initialize OpenIntent parameter when returning OpensIntent in perform
Hello Think different As for SwiftUI, AppIntents are a kind of pseudocode, you don't see all the real code. Try: let carEntity = CarEntity(car: car) // Build, then parameter the intent let openCarIntent = OpenCarIntent() openCarIntent.target = openCarIntent return .result( value: carEntity, opensIntent: openCarIntent )
Replies
Boosts
Views
Activity
Jun ’25
Reply to Project xcodeproj file can no longer by iCloud Sync
Thnak you for you quick reply. The problem occurred in a 3 years old project after updating to macOS 26.2 (25C56) and Xcode Version 26.2 (17C52). I've created a new project : same error! All files synchronize except the .xcodeproj file. There is 19GB free on iCloud Drive, and 59GB free on the Mac. If I open the original .xcodeproj package file, copy all the included files in a folder outside, then they all synchronize on iCloud Drive except project.xcworkspace Here are the attributes of this file com.apple.FinderInfo 32 com.apple.fileprovider.fpfs#P 4 com.apple.lastuseddate#PS 16 com.apple.macl 72 It's also a package, but the time if copied outside all its file are correctly synchronized to iCloud. A feedback had been opened : FB21363976. It includes a zip with the file not syncing. Thank you.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Project xcodeproj file can no longer by iCloud Sync
We know how bug reporting is important for good software quality. We use Feedback Assistant each time we encounter an issue. Then, we also know we never get progress reports, but we had a majority of issues solved. It's worth it. Nothing changed in our infrastructure. The only changes were macOS 26.2 and Xcode 26.2. And has we had checked, and Apple Care rechecked, we have no other sync issues, just the .xcodeproj file, and now the new project .xcodeproj file. I have updated the FB to include the zip of the file with the issue to help your Xcode team. Thank you very much for you answers.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Project xcodeproj file can no longer by iCloud Sync
Update : in fact all files which are packages can no longer be synched with iCloud Drive since the upgrade to macOS 26.2 : local package files are never sent to iCloud, and iCloud package files are never downloaded to the Mac drive. The xcodeproj files are packages files, but also realitycomposerpro, pages, number or bundle files are packages. A new Feedback was created as it is not only Xcode related: FB21663069
Replies
Boosts
Views
Activity
Jan ’26
Reply to Project xcodeproj file can no longer by iCloud Sync
The problem was solved in macOS 26.3 and more. All files can again be synched with iCloud Drive.
Replies
Boosts
Views
Activity
2w