Question

When first run Apportable generates a bunch of stuff, in ProjectName.approj/, which includes some stuff generated from the Xcode project targets.

I have changed my Xcode project's bundle identifier (I need the generated APK to have a certain package name, and that seems to come from the bundle identifier) but the Apportable generated builds still have the old package name. I think this is related to the build targets stuff it generates.

How do I update this?

Was it helpful?

Solution

Adding --generate to the apportable command will cause the xcode project to be reparsed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top