You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, since updating XCode to 13.3 I have the following Trace/BPT trap: 5 error during build. I am using cocoapods. Has someone some ideas about how to get around this ?
Ran into the same problem - I tried to compile the framework on my machine and it gave the same error. I traced it down to the way printClosure is declared in ConsoleOutputFacility
It seems that if you remove that @convention(block) attribute from class initialiser and variable declaration, the problem gets solved. However I believe that we loose ObjC compatibility 🤔
Hello, since updating XCode to 13.3 I have the following Trace/BPT trap: 5 error during build. I am using cocoapods. Has someone some ideas about how to get around this ?
The text was updated successfully, but these errors were encountered: