minhaaan
minhaaan
[sweetpad-test.zip](https://github.com/user-attachments/files/17068108/sweetpad-test.zip) I have same issue. Could you check the sample project?
@hyzyla perfect! Thank you so much 👏
I think you should put the widget target in the same project as the app target ```swift let project = Project( name: "LiveActivityApp", options: .options(automaticSchemesOptions: .disabled), targets: [ .target( name:...
Oh. That's actually weird 😕
You can use it if you modify it as below. Package.swift ```swift let package = Package( name: "tuist-demo", platforms: [.iOS(.v17)], dependencies: [], targets: [] ) ``` Project.swift in dependencies, external...