Hello World not installing
Posted: Thu Mar 28, 2019 6:31 pm
I managed to follow the lesson for building an extension with LC builder.
OSX 10.14.3 LC 9.0.4(RC1) Indy
The library gets loaded on test and works
library community.livecode.elanorb.helloworld
metadata version is "1.0.0"
public handler SayHello()
return "Hello World!"
end handler
end library
When I try to install the library I get the following: If i remove line 2 I get the following:
Any help? Thanks
OSX 10.14.3 LC 9.0.4(RC1) Indy
The library gets loaded on test and works
library community.livecode.elanorb.helloworld
metadata version is "1.0.0"
public handler SayHello()
return "Hello World!"
end handler
end library
When I try to install the library I get the following: If i remove line 2 I get the following:
Any help? Thanks