Closed aktivdigital-frontend closed 1 year ago
I have the same problem.
Can you show me the yaml you're writing in Trapeze that isn't working?
Can you show me the yaml you're writing in Trapeze that isn't working?
Hi! I zipped the file, because I can't upload .yaml file:
I have a similar problem. Could you make a fix? my application name consists only of numbers, I get a runtimeError.
I get
`
Okay thanks, I think I'm going to have to add metadata to the vars fields to specify types
Out now in 7.0.3 https://trapeze.dev/docs/Operations/getting-started#variable-types
Hi!
I set app name with space characters in config.yaml. For example: "My App" (there is space character) iOs remove space characters from application name, but there is a workaround solution.
It needed add
 
instead of space charaters. So the name will this: "My 
App"But when I run config.yaml, it makes this in Info.plist:
So
&
will be&
This is not good. There is any solution to this? Thank you!