-
Notifications
You must be signed in to change notification settings - Fork 57
Troubleshooting
Aether edited this page Sep 8, 2025
·
1 revision
Common issues and solutions when working with Ora.
Solution: Run the setup script or install manually via Homebrew:
./setup.sh
# OR
brew install xcodegen swiftformat swiftlintSolution: The helper script disables signing for Debug builds. In Xcode, use automatic signing or adjust target settings.
Solution: Run XcodeGen to regenerate from project.yml:
xcodegen
# OR
./setup.shSolution: Install xcbeautify to get prettier build output:
brew install xcbeautify
# The pipe is already configured in xcbuild-debug.sh- Check minimum macOS version (14.0+)
- Try deleting derived data in Xcode
- Clean build folder (⌘⇧K in Xcode)
- Try resetting the local database (see Data Persistence)
- Check Application Support directory permissions
- Check internet connection
- Try deleting Package.resolved and re-resolving in Xcode
- Verify Sparkle package URL is accessible
- Re-run setup script:
./setup.sh - Check git hooks permissions:
ls -la .githooks/ - Manually install hooks if needed
If these solutions don't work:
- Check existing GitHub Issues
- Search the Discord community
- Open a new issue with detailed information