Post

Replies

Boosts

Views

Activity

Reply to Auto-generated Intents code contains thousands of warnings in Xcode 13 beta
I can confirm this is still happening for me too in Xcode 13.1 RC. The duplication seems to be with the SWIFT_AVAILABILTY function. My Siri extensions have a deployment target of 12.3, but in the duplication method I can see the availability setting to iOS 15. - (void)handleCreateDailyTask:(OP1CreateDailyTaskIntent * _Nonnull)intent completion:(void (^ _Nonnull)(OP1CreateDailyTaskIntentResponse * _Nonnull))completion; - (void)handleCreateDailyTask:(OP1CreateDailyTaskIntent * _Nonnull)intent completion:(void (^ _Nonnull)(OP1CreateDailyTaskIntentResponse * _Nonnull))completionHandler SWIFT_AVAILABILITY(watchos,introduced=8.0) SWIFT_AVAILABILITY(macos,introduced=12.0) SWIFT_AVAILABILITY(ios,introduced=15.0);
Oct ’21
Reply to Xcode Cloud: Could not resolve package dependancies.
I was confused about the location of the file and as to its purpose, as I thought It had something to do with the external swift package I use. This file is located inside the project file container and then inside the workspace file container. The gitignore file that I'm using was preventing this file to be added to the repo, I had to comment out a bunch of files related to the project and workspace before it got added to the repo. Once I did, the workflow built just fine. Thanks !
Jan ’22
Reply to Auto-generated Intents code contains thousands of warnings in Xcode 13 beta
Also, in my FB9583694 looks like there is "Less than 10" reports. That doesn't give me much hope.
Replies
Boosts
Views
Activity
Oct ’21
Reply to Auto-generated Intents code contains thousands of warnings in Xcode 13 beta
I can confirm this is still happening for me too in Xcode 13.1 RC. The duplication seems to be with the SWIFT_AVAILABILTY function. My Siri extensions have a deployment target of 12.3, but in the duplication method I can see the availability setting to iOS 15. - (void)handleCreateDailyTask:(OP1CreateDailyTaskIntent * _Nonnull)intent completion:(void (^ _Nonnull)(OP1CreateDailyTaskIntentResponse * _Nonnull))completion; - (void)handleCreateDailyTask:(OP1CreateDailyTaskIntent * _Nonnull)intent completion:(void (^ _Nonnull)(OP1CreateDailyTaskIntentResponse * _Nonnull))completionHandler SWIFT_AVAILABILITY(watchos,introduced=8.0) SWIFT_AVAILABILITY(macos,introduced=12.0) SWIFT_AVAILABILITY(ios,introduced=15.0);
Replies
Boosts
Views
Activity
Oct ’21
Reply to Xcode Cloud: Could not resolve package dependancies.
I was confused about the location of the file and as to its purpose, as I thought It had something to do with the external swift package I use. This file is located inside the project file container and then inside the workspace file container. The gitignore file that I'm using was preventing this file to be added to the repo, I had to comment out a bunch of files related to the project and workspace before it got added to the repo. Once I did, the workflow built just fine. Thanks !
Replies
Boosts
Views
Activity
Jan ’22
Reply to 1099-K How to report this?
This helps out a lot. I've been trying to get an answer from Apple Finance but haven't got a straight answer. I don't get why the lack of transparency.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to How to add an exception to Sandbox?
In my case it got resolved adding the Outgoing Connections capability.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Resetting mac location permission
Did you ever find a solution?
Replies
Boosts
Views
Activity
Oct ’22
Reply to @SceneStorage not working on macOS
I'm having a similar issue on Mac with Xcode 15
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to @Environment(\.dismiss) var dismiss - Infinite loop bug.
In my case it, was in conjunction with the @Query property wrapper. The query was filling a list. I removed the query, filled it with a bunch a numbers and it didn't have an issue. I think it has something to do with reloading.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Swiftui Custom Fonts not showing
The issue is with the relative path, by reading the documentation you may mistakenly think it's the Xcode folder path, but it's actually the path inside your target product app.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Options to delete keywords/groups
October 2024, can't delete keywords.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24