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
As far as I'm aware, Xcode is not extendable in this way. Even if you had a script integrated as a build phase, the main build process would still require some Apple device set as a target, which most probably won't work cleanly with the build system. If anyone knows of any alternatives, I'm happy to consider those.
Closing this as something caused by Xcode limitations, I don't think it's related to Tokamak. Feel free to reopen if that's incorrect or if there are any alternatives that we could implement on our side.
I'm thinking that I could add a script to run
carton dev
and^c
from Xcode so that it launches in the browser straight from Xcode.Currently when compiling though I get
'gtk/gtk.h' file not found
intype_check.h
. Any ideas how to resolve this?The text was updated successfully, but these errors were encountered: