Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tutorial Website to new LiveView Native sigil #7

Open
cohawk opened this issue Aug 13, 2023 · 0 comments
Open

Update Tutorial Website to new LiveView Native sigil #7

cohawk opened this issue Aug 13, 2023 · 0 comments

Comments

@cohawk
Copy link

cohawk commented Aug 13, 2023

I also was going through the tutorial building the Cats app to refresh before ElixirConf and ran into a couple issues that can be quick fixed before migrating the tutorial to a LiveBook.

https://liveview-native.github.io/liveview-client-swiftui/tutorials/liveviewnative/01-initial-list/
Section 1
Step 9

LiveView Native sigil ~Z""" with the swiftui modifier
gives
error: undefined function sigil_Z/2

LiveView Native sigil now appears to be ~SWIFTUI""" (and would have to be changed throughout the rest of the tutorial code)

https://liveview-native.github.io/liveview-client-swiftui/tutorials/liveviewnative/01-initial-list/
Section 2
Step 3

Add a new Swift package dependency by selecting File -> Add Packages…, and in the search field, enter https://github.com/liveviewnative/liveview-client-swiftui

should be updated to new liveview-native instead of https://github.com/liveviewnative
https://github.com/liveview-native/liveview-client-swiftui

Those 2 changes at least got me Hello, world! displayed in Xcode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant