smalltalk - How to debug a MetacelloProjectSpecLoadError? -
when loading configuration depends of many configurations have debugger windows opened with:
metacelloprojectspecloaderror: no version found '13' of configurationofneocsv because: version '13' not defined in configurationofneocsv. possible versions include: #(#bleedingedge #stable '1-baseline' '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12')
i don't know configuration having problems dependency. has found way query metacello projects depends on configuration?
i don't have direct solution, once error you'll have loaded problematic configuration. can search method strings contain neocsv
[1] , @ version number used there. should able change version number 12 , reevaluate load statement (the change in configuration not overridden if i'm not mistaken).
please report configuration concerns, can fix it.
[1] write string in playground (without quotes), select text, right click on it, select "code search" -> "advanced string search".
Comments
Post a Comment