Hi,
How can I start working with Tap for tap? There is no *.lua plugin on the github.
Cheers.
Hi,
How can I start working with Tap for tap? There is no *.lua plugin on the github.
Cheers.
I’m having the same issue. When I try to load the tapfortap plugin, I get the following build error:
I’m having the same issue. When I try to load the tapfortap plugin, I get the following build error:
Well, I can´t believe corona support isn´t answering you on this.
The simple answer is that you need to include plugin.tapfortap in you “build.settings” file:
settings = { plugins = { -- key is the name passed to Lua's 'require()' ["plugin.tapfortap"] = { -- required publisherId = "com.tapfortap", },
Without this you may get that error.
Well, I can´t believe corona support isn´t answering you on this.
The simple answer is that you need to include plugin.tapfortap in you “build.settings” file:
settings = { plugins = { -- key is the name passed to Lua's 'require()' ["plugin.tapfortap"] = { -- required publisherId = "com.tapfortap", },
Without this you may get that error.