-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi i have the Following Setup
Project A (KMP) generates a .klib
Project B (KMP) exposes the .klib in a XCFramework and has a Package.swift file in it's root folder.
Project C (XCode) includes the XCFramework via Swift Package Manager.
When i have some code in Project B i can debug into it from XCode directly in the code that is shown under Package Dependencies.
Now i want to debug into the code from Project A so i added it as Reference as mentioned in https://touchlab.co/xcodekotlin unfortunately the breakpoints are not called. Is there any limitation why i cannot debug in the code that was provided via a .klib?
Metadata
Metadata
Assignees
Labels
No labels