Compiler error: Invalid library file - CoreLocation

前端 未结 6 1824
無奈伤痛
無奈伤痛 2021-02-06 23:09

I have one of my application, that is created in Xcode 8. I have used CoreLocation and MapKit in that app.

I have update app with latest iOS till now. and i

6条回答
  •  眼角桃花
    2021-02-06 23:57

    I worked around this by using SwiftLog to log my messages, putting some unique string inside the tag of each logger (could just be com.yourcompany.yourapp to differentiate it), and then filtering to messages which contain that tag on the console.

    A more general solution would be to have a negative filter inside the console view, which would obviate the need to use the logger in this way.

提交回复
热议问题