Hi @jeromykho98,
Welcome to the Auth0 Community!
It seems that the error is expecting a value for the auth0Scheme. In this case, you could include a dummy value as a placeholder to workaround the error.
For example:
manifestPlaceholders = [auth0Domain: "dev-x2c2oyxybtq64spq.us.auth0.com", auth0Scheme: "somevalue"]
Please let me know how this goes for you.
Thanks,
Rueben