JuliaInterop / ObjectiveC.jl

Objective-C embedded in Julia
Other
39 stars 10 forks source link

Examples in README.md no longer work #6

Closed rennis250 closed 9 years ago

rennis250 commented 9 years ago

On Julia v0.3.11 or greater, putting the following into the command line produces an error:

julia> using ObjectiveC

julia> @classes NSSound
ERROR: Couldn't find class NSSound
 in error at ./error.jl:21
 in call at /Users/rje/.julia/v0.5/ObjectiveC/src/primitives.jl:46
julia> using ObjectiveC, Cocoa
ERROR: Cocoa not found
 in require at loading.jl:47

Please note, this occurs after adding the change in my accompanying pull request.

I am not sure if this is because my Mac is not properly configured, something changed with recent Mac updates, or something changed in Julia.

Best, Rob

rennis250 commented 9 years ago

This is fixed in pull request #7.

Best, Rob