0

This is an extension of this question. Basically I observed a crash that seems to be caused by calling the following computed property:

var idfa: String {
    return ASIdentifierManager.shared().advertisingIdentifier.uuidString
}

The stack trace is:

- 0   libswiftFoundation.dylib            0x0000000184c34728 0x184c1b000 + 104232
- XXXApp 0x000000010bd42d70 AdsDataCollector.idfa.getter + 156118384 (AdsDataCollector.swift:0)

Is there a way to map the stack trace to swift corelibs foundation source code to help with investigation.

Bon
  • 3,073
  • 5
  • 21
  • 40

0 Answers0