Post

Replies

Boosts

Views

Activity

WidgetKit with Intent on iOS 17
I have edited the default widget with Intent, but am being hit with the following errors… it runs perfectly fine if I don’t use an Intent in a static widget Could not find an intent with identifier ConfigurationAppIntent, mangledTypeName: Optional("27trainWidgetsConfigExtension22ConfigurationAppIntentV") associateAppIntent(forUserActivity:) Error converting INIntent to App Intent: AppIntents.PerformIntentError.intentNotFound I think it may be something to do with Info.plist?
4
2
2.9k
Sep ’24
Trying to archive to a .ipa fails...
I am trying to archive my app as an .ipa to upload to TestFlight, and I get an error saying: Command CompileSwift failed with a nonzero exit code this error is that same for my watch app and widget... If I click into the error, it says that there is no error: imgur.com/a/O0yJDKg any help appreciated!
0
0
635
Oct ’22
WidgetKit with Intent on iOS 17
I have edited the default widget with Intent, but am being hit with the following errors… it runs perfectly fine if I don’t use an Intent in a static widget Could not find an intent with identifier ConfigurationAppIntent, mangledTypeName: Optional("27trainWidgetsConfigExtension22ConfigurationAppIntentV") associateAppIntent(forUserActivity:) Error converting INIntent to App Intent: AppIntents.PerformIntentError.intentNotFound I think it may be something to do with Info.plist?
Replies
4
Boosts
2
Views
2.9k
Activity
Sep ’24
Trying to archive to a .ipa fails...
I am trying to archive my app as an .ipa to upload to TestFlight, and I get an error saying: Command CompileSwift failed with a nonzero exit code this error is that same for my watch app and widget... If I click into the error, it says that there is no error: imgur.com/a/O0yJDKg any help appreciated!
Replies
0
Boosts
0
Views
635
Activity
Oct ’22
Date style as timer, but use days
I was wondering if there was any way to get the dd:hh:mm:ss style when formatting a date as timer? Currently the following code only does hh:mm:ss - Text("\(Date(timeIntervalSince1970: 1686330135), style: .timer)")... Any help appreciated!
Replies
2
Boosts
0
Views
1.2k
Activity
Jun ’22