-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not working in Sketch 72.x #33
Comments
Hi @ahmedmigo Is this plugin still supported? I use it a lot and now it's no longer working since Sketch 72.x |
@maartenvh I messaged Ahmed and he has since moved to Figma, so is not longer supporting this, which is a massive pain for me too, it was one of my most useful fave plugins. |
It looks like this is the issue
If I change from "MSApplicationMetadata.metadata().appVersion" to "BCSketchInfo.metadata().appVersion" in this block in the JS file to the following It seems to move ok, I have not done any extensive testing yet though
|
Ok the above seems to move the component to another library. The Dialog still appears open on the initial file so it is not completing the process. The symbol on the original file is still connected to the symbol in the original file. So it is not connecting to the library and deleting from the original file still. |
Actually I never had the new API right, if should have been written as "BCSketchInfo.shared().metadata()", I had missed out the .shared() so it should be
|
Still unresolved in Sketch 86. Pity. |
Hey Guys. I lost the source code of the project. if somebody can modify the code I and fix the issues I will merge it to the main branch |
@custa1200 How did you manage to get the source code. It would be great if you can send me a way to reverse the export project so I can fix the issues. because i lost the source code. |
The only code I have is in this repo. When I was asking you about the UI code you said it wasn't needed to fix the issue. I was talking to sketch Help and they are the ones the flagged it incompatible with the most recent releases. The code that you accepted from me worked for only a couple of versions. |
I have not looked into things any further to fix again. They suggested I use some feature from the Automate Sketch plugin https://ashung.github.io/Automate-Sketch/ which kinda worked but I found to not work 100% as expected killing a bunch of overrides I had. It really is a shame, your plugin when it was working was a daily lifesaver. I see in the latest beta release notes they are changing their document object model again so I would anticipate there to be issues again after it comes out of Beta. I am sure if you reached out to them directly they might be able to help you? |
Currently using the plugin: Symbol Swapper |
I tried to move selected items to the Library and it is not moving them.
The text was updated successfully, but these errors were encountered: