Skip to content

Troubleshooting

Andrew Bacon edited this page Jul 3, 2026 · 2 revisions

Troubleshooting

macOS says the app cannot be opened

The GitHub release DMG is Developer ID signed and Apple-notarized. If macOS blocks the app on first launch, make sure the app was downloaded from the current GitHub release rather than copied from a local development build.

Locally built development copies may still trigger Gatekeeper warnings because they are not part of the signed and notarized release package.

Xcode shows multiple macOS destinations

This warning is usually harmless:

Using the first of multiple matching destinations

The build can still succeed.

AppIntents metadata warning

This warning is expected because InfraCanvas does not currently use AppIntents:

Metadata extraction skipped. No AppIntents.framework dependency found.

Swift test cannot write module caches

If running in a restricted environment, Swift may fail because it cannot write module caches. Run tests from a normal terminal session or allow Swift to write to the user cache directories.

Dragging feels wrong after connecting components

After creating a connector, InfraCanvas should return to Select mode. If dragging starts another connector instead, make sure you are on a current release.

Clone this wiki locally