-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Troubleshooting
To trigger a complete rebuild, run make clean
. This will remove all local build artifacts. for all platforms. To selectively delete just the build artifacts for a particular platform, delete the respective folder in the build
directory.
If you have installed ccache, and if you suspect that it cached a bad artifact, run ccache --cleanup
to clear the cache.
If you are having trouble getting the dependencies right, you can delete the mason_packages
directory, or run make distclean
. This means the Makefile and CMake will automatically install the dependencies again on the next try.
Workflow: Code, Makefile, CMake, Xcode, ccache, Debugging, CI, JS/Native, Code Generation, Versions & Tagging, Contributing, Troubleshooting
Architecture: Threads, Immutability, Expressions, Text Rendering, Collision Detection, CJK Text
Rendering: OpenGL, Coordinate Systems
Android: checkstyle, APK Size, 4→5, 5→6, 6→7, Symbolication
iOS/macOS: 3→4
Releasing: iOS, macOS, Merging back
Misc: Terminology