QIdentifier returns _
. This is not allowed for iOS:
(null): error: CFBundleIdentifier 'com.uno.homescreenexample' contains illegal character ''
QIdentifier returns _
. This is not allowed for iOS:
(null): error: CFBundleIdentifier 'com.uno.homescreenexample' contains illegal character ''
Thanks for noticing this.
Looks like we need to introduce :Rfc1034Identifier
for iOS which formats the string a bit differently than :QIdentifier
. We’ll make the fix for Uno 0.29