Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
156 stars 30 forks source link

not opening folder automatically #170

Closed omarcostahamido closed 3 years ago

omarcostahamido commented 3 years ago

using lastest version of min sdk package.

on Create a Package tab "A new Package with that name will be created in your Packages folder. The folder will be opened for you when it is done being created." it does create the folder but it does not open it.

Mac osx catalina, latest max/msp.

omarcostahamido commented 3 years ago

in fact, I just realized on max console: min.project: A problem occurred trying to create the new package

omarcostahamido commented 3 years ago

following #158 , I manually copied the scripts folder (so yes, this issue needs to be reopen). That made the project folder open after creating the object (which makes max hang for a while), but the error message when creating the project, as well as the no automatic folder opening, still persist.

robtherich commented 3 years ago

hi Omar, just a quick note on this. The previous maintainer of the min-devkit recently left the company and we are doing our best to maintain the project while we find other teammates to pick up the slack. In the meantime you might be better off utilizing the min cmake tools directly from the command line as described in this cycling74 forum post: https://cycling74.com/forums/xcode-not-launching/replies/1#reply-5f8efdd3aa78fa6220e6b783

omarcostahamido commented 3 years ago

oh no! I did not know about that. Thank you for those instructions. Hopefully you can find a way to have more active development on min-sdk very soon. This is just awesome, I'm relying on it for the new work I am doing right now.

robtherich commented 3 years ago

this issue should be fixed with the above commit. once we are able to run some tests we will push a new version to the package manager.

omarcostahamido commented 3 years ago

thank you!

robtherich commented 3 years ago

just dropping a quick note to say version 0.5.7 is now in the package manager that should fix various issues with the launcher patch not functioning as expected (including the issue reported here).