Plugins don't compile with CoronaBuilder tool on iOS

Solar2D seems to build fine on its own, but if I add a plugin I’ll get this error:

ld: warning: directory not found for option '-Fbuild/PlayFabTest.app/.build/libtemplate'
ld: library not found for -ltemplate
clang: error: linker command failed with exit code 1 (use -v to see invocation)</result>
ERROR: Builder failed: ld: warning: directory not found for option '-Lbuild/PlayFabTest.app/.build/libtemplate'
ld: warning: directory not found for option '-Fbuild/PlayFabTest.app/.build/libtemplate'
ld: library not found for -ltemplate
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Mar 26 12:06:06.511: CoronaBuilder: iOS build failed (2) after 3 seconds
error: CoronaBuilder: There was a problem linking the app.

I’ve tested this with a built-in plugin (Animation), as well as a plugin from the free plugins directory (PlayFab). They both produce the same error, which leads me to think all plugins are affected by this.

I’ve set up both Solar2D Native and Enterprise, but I still get the error.

Full error log is here: Solar2D Plugin Build Error - Pastebin.com

Turns out there’s a GitHub issue on this topic: CoronaBuilder (via CMD) and plugins dlls (target: Windows, machine: Windows) · Issue #478 · coronalabs/corona · GitHub

It appears that plugins are not available to build through the command line currently.