First time here? Check out the Help page!
1 | initial version |
It sounds like this is a bug affecting all Mac users, we are very sorry about that. If you look in the directory /Library/Application Support/SketchUp 2015/SketchUp/Plugins/OpenStudio/
you should see the file OpenStudio-config.rb
. Inside that file you may see something similar to this:
= '1.10.0' \n require '//Applications/OpenStudio 1.10.0/Ruby/openstudio'
Please try changing that to the following (where the path to OpenStudio is the same as it previously was):
$OPENSTUDIO_SKETCHUPPLUGIN_VERSION = '1.10.0' && require('//Applications/OpenStudio 1.10.0/Ruby/openstudio')
2 | No.2 Revision |
It sounds like this is a bug affecting all Mac users, we are very sorry about that. If you look in the directory /Library/Application Support/SketchUp 2015/SketchUp/Plugins/OpenStudio/
you should see the file OpenStudio-config.rb
. Inside that file you may see something similar to this:
= '1.10.0' \n require '//Applications/OpenStudio 1.10.0/Ruby/openstudio'
Please try changing that to the following (where the path to OpenStudio is the same as it previously was):
$OPENSTUDIO_SKETCHUPPLUGIN_VERSION = '1.10.0' && require('//Applications/OpenStudio 1.10.0/Ruby/openstudio')
; require '//Applications/OpenStudio 1.10.0/Ruby/openstudio'