Just Created one Login screen and its UI, UI is custom reads all properties from the local JSON file, like color, button shape, background color, icon URL, etc.
Used one Framework which I have created for my UI, and just drag and drop that framework (No API calls in that Framework)
but when I run my project my UI gets stuck, Not able to click any button or text field. and I am getting the following error
boringssl_metrics_log_metric_block_invoke(151) Failed to log metrics
- also, My CPU use is 100% and my app is getting stuck (see screenshot)
- Memory is increasing to 6 to 7 GB.
but the same thing is working fine in Xcode 10.2.1, right now I am using Xcode 13.2.
If I run the same code in Xcode 10.2.1 then its works fine, but the same code not working in Xcode 13.2
can Anyone Help me?