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
input it like this, it will not be executed with an error as shown below.
Compiling 26 files (.ex)
warning: You have Elixir.LvnDemo3Web.HomeLive.SwiftUI.render/2 defined as well as at least one template file. You must remove Elixir.LvnDemo3Web.HomeLive.SwiftUI.render/2 if you wish to use any template files.
lib/lvn_demo3_web/live/home_live_swiftui.ex:1: LvnDemo3Web.HomeLive.SwiftUI (module)
warning: no LiveViewNative plugin for :jetpack found
lib/lvn_demo3_web/live/home_live.ex:1: LvnDemo3Web.HomeLive (module)
** (EXIT from #PID<0.98.0>) an exception was raised:
** (File.Error) could not write to file "priv/static/assets/home_styles.swiftui.styles": no such file or directory
(elixir 1.16.2) lib/file.ex:1143: File.write!/3
(elixir 1.16.2) lib/enum.ex:987: Enum."-each/2-lists^foreach/1-0-"/2
(elixir 1.16.2) lib/module/parallel_checker.ex:271: Module.ParallelChecker.check_module/3
(elixir 1.16.2) lib/module/parallel_checker.ex:82: anonymous fn/6 in Module.ParallelChecker.spawn/4
The text was updated successfully, but these errors were encountered:
$ mix phx.server
input it like this, it will not be executed with an error as shown below.
The text was updated successfully, but these errors were encountered: