Given this (simplified) package structure: `Foo -> Bar -> SkipKeychain` When you do `skip export Foo`, the output folder doesn't contain SkipKeychain and will fail at runtime when executing the Android app.
Given this (simplified) package structure:
Foo -> Bar -> SkipKeychainWhen you do
skip export Foo, the output folder doesn't contain SkipKeychain and will fail at runtime when executing the Android app.