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 just ran through your medium article tutorial and ran into a couple issues.
When I build the project I have to manually go in the the sketch plugins folder discard the sketchplugin that was created by the project and paste the built version in to the plugins folder for my plugin to show up.
When creating the panel a .h file was created with no name in front of that so the project's build failed, but once I modified the name to my project name.h then the project built successfully.
The Panel appears to no be working, it will flicker the created Panel within sketch but never truly show up.
I wanted to let you know about these issues. Please let me know if you are able to recreate the same issues thanks! Also I love your tutorials they're extremely helpful!!
I just ran through your medium article tutorial and ran into a couple issues.
I wanted to let you know about these issues. Please let me know if you are able to recreate the same issues thanks! Also I love your tutorials they're extremely helpful!!