-2

os_log api is being called in xcproj but was not able to see any logs in the console. It used to work in Xcode 12.x after I used Xcode13 RC then not able to see logs in the console

os_log("%{public}@", log: log, type: type, message) not logging any data to console

SreekanthI
  • 393
  • 3
  • 13

1 Answers1

0

removed OS_ACTIVITY_MODE from scheme and build the project again then xcproject built on Xcode13 started showing logs on console

SreekanthI
  • 393
  • 3
  • 13