Open sjabberwocky opened 1 year ago
Can you elaborate on what you did to get it to drop the config value?
I believe I've just stumbled upon this.
I am using APM and setting up an Android only app and have:
returns: generate/app-descriptor :: Parameter not valid: bundleSeedId=
Do I need to set bundleSeedId manually to something?
@crooksy88 If you run apm project config set
it will walk through all the config variables for the packages you have installed.
Thanks Michael, my issue though is that this is an Android only app, whereas the bundleSeedId appears to be an Apple requirement.
So without a bundleSeedId from Apple, what should I set this to, as it is a requirement?
I have currently set it to '1' which has removed the error.
Thanks.
Ah yeah, if you aren't producing an iOS build just set it to any value is fine. I have a bit of work to do around specifying project platform outputs and handling this but I'm working on it.
Updates for the Android-only variant of ANEs will drop the iOS-specific
bundleSeedId
value to "" and then display an error message that this value is missing and not generate a descriptor after this.Thoughts about it: