Problem: I have encountered some strange phenomena recently. When developing an iOS project, I observed that the Xcode console prints at regular intervals Status bar could not find cached time string image. Rendering in-process.
as shown in the figure below:
It seems that it has no effect on the operation of the program, but when debugging, the console outputs some useless information, which is very uncomfortable.
solve:
- Method 1:
Target
->Deployment Info
-> CheckHide status bar
But this method still doesn’t work for me, so I have to look for another method.
- Method 2:
Product
->Scheme
->Edit Scheme
->Run
->Arguments
->Environment Variables
Add aOS_ACTIVITY_MODE
field to the valueDisable
.
This method solves my problem perfectly.
Similar Posts:
- [Solved] ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
- [Solved] Lazy loading NSBundle MobileCoreServices.framework…
- There was an internal API error [How to Solve]
- ASP.NET Core – Handle Error on Razor Page
- Android Studio Error: Failed to delete some children. This might happen because a process has files open
- Xcode Command PhaseScriptExecution failed with a nonzero exit code
- [Solved] The activity must be exported or contain an intent-filter
- QT use of undeclared identifier ‘cout’
- [Solved] An error occurred when installing the apk, Failure [INSTALL_FAILED_DEXOPT]
- What is Status Coin?