You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gone through some of the issues referencing this and checked out the "integration" example but can't seem to figure out how to get this to work. In lieu of a longer doc, could you write a few sentences here on the recommended approach? I've tried wrapping swift_library's in ios_framework, but I get linker errors and can't seem to find a setup that pleases xcode.
The above is for examples/integration, so non-rules_ios. Specifically for rules_ios users one option is to flip link_dynamic like I described here: #2612 (comment)
If you could verify if the above for examples/integration also works for you @joprice that would be great. Happy to add a blurb in usage.md (for both use cases) once we're able to root cause the issue above.
@thiagohmcruz I haven't had time to test this, but just found that the new incremental generation might fix my issue #1384. I'm testing that now, so this workaround might not apply for my case after that.
brentleyjones
changed the title
Feature Request: Add a section to usage.md on how to enable SwiftUI Previews
Feature Request: Add a section to usage.md on how to enable Xcode Previews
Mar 20, 2024
brentleyjones
changed the title
Feature Request: Add a section to usage.md on how to enable Xcode Previews
Feature Request: A section in usage.md on how to enable Xcode Previews
Mar 20, 2024
This is the top search in our repo, and it's not always clear how to enable previews for
swift_library
targets.The text was updated successfully, but these errors were encountered: