Xcode Console: LLDB debug "po" command not working

Hi I have updated my Xcode version to 15.4 and now notice that the "po" command of the console is not working properly. It shows the below error whenever try to print any variable data

(lldb) po sectionItem.collectionType error: Expression evaluation failed. Retrying without binding generic parameters error: Could not evaluate the expression without binding generic types.

Do you have any idea why is it happening and the solution of it?

Whenever I build my project and run it on simulator, getting the below error

**Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables. **

is it related to my problem as mentioned above?

I have also tried the solution mentioned in the above error message that adds IDEPreferLogStreaming=YES in the active scheme but still no luck.

Please let me know if anyone has any working solution.

Xcode Console: LLDB debug "po" command not working
 
 
Q