Posts

Post marked as solved
2 Replies
1.3k Views
When running my "Internal Testing" workflow, which basically archives the app and uploads it for internal TestFlight Testing, it fails with the following error: Package.resolved file is missing from the repository I'm using Swift Packages to add 3 dependencies to the Xcode project. All of them are open source and available on GitHub. I don't see any Package.resolved file locally, so I can't commit it. Swift Packages are managed via Xcode.
Posted
by enric.
Last updated
.
Post marked as solved
3 Replies
503 Views
After following the documentation for WidgetKit to implement a Configurable Widget and running the app, the simulator shows an empty widget and the Xcode console shows this message: No intent in timeline(for:with:completion:) No intent in timeline(for:with:completion:) The same issue appears when running the widget target of the sample code from Building Widgets Using WidgetKit and SwiftUI - https://developer.apple.com/documentation/widgetkit/building_widgets_using_widgetkit_and_swiftui.
Posted
by enric.
Last updated
.