doc: add Console instructions to readme

This commit is contained in:
relikd
2025-10-30 18:52:33 +01:00
parent e2f65b540a
commit e4d421d4e0
4 changed files with 23 additions and 13 deletions

View File

@@ -31,6 +31,14 @@ Also, I've removed support for provisioning profiles (`.mobileprovision`, `.prov
## Development notes
### Debug
You can show Console logs with `subsystem:de.relikd.QLAppBundle`
### Compile errors
If you encounter compile errors like:
```
@@ -43,6 +51,8 @@ or
Could not build Objective-C module 'ExtensionFoundation'
```
or `ThumbnailProvider` is throwing lots of errors for undefined classes:
remove the `SYSTEM_FRAMEWORK_SEARCH_PATHS` attribute from Project > Build Settings then try to compile again (it will fail).
Afterwards, restore the value in the attribute.
Now, the build index should be up-to-date and the app should compile fine.