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
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform-gradle-plugin/src/main/java/io/sentry/kotlin/multiplatform/gradle/CocoaFrameworkLinker.kt
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,9 @@ internal class FrameworkPathResolver(
96
96
}
97
97
}
98
98
99
+
/**
100
+
* Fallback method for fetching paths
101
+
*/
99
102
privatefungetFrameworkPath(
100
103
type:FrameworkType,
101
104
derivedData:String,
@@ -164,14 +167,17 @@ internal class FrameworkLinker(
164
167
privateval frameworkNotFoundMessage ="""
165
168
Failed to find Sentry Cocoa framework. Steps to resolve:
166
169
167
-
1. Install via SPM or download the framework manually
170
+
1. Install Sentry Cocoa via SPM in Xcode
168
171
2. Verify framework exists in Xcode's DerivedData folder:
0 commit comments