Error finding stub app on macOS when formal name includes a .
#2151
Labels
bug
A crash or error in behavior.
good first issue
Is this your first time contributing? This could be a good place to start!
macOS
The issue relates to Apple macOS support.
Describe the bug
If the formal name of an app contains a period, Briefcase will fail to build the app, as the
unbuilt_executable_path
will contain the "suffix" suggested by the period.Steps to reproduce
briefcase new --no-input -Q "formal_name=Hello 2.0"
briefcase run
Expected behavior
App should build and run successfully.
Screenshots
No response
Environment
Logs
Additional context
Originally reported by @rbrecheisen in this comment on #1729.
The text was updated successfully, but these errors were encountered: