-
Notifications
You must be signed in to change notification settings - Fork 116
Issues using the Sentry package #130
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
A few bugs using Sentry, as of sentry-cocoa@v8.53.0:
- Can't depend on
Sentry-Dynamic- the xcframework is
Sentry-Dynamic.xcframeworkbut the folders inside it areSentry.framework. xtool breaks because it looks for the former name.
- the xcframework is
- SourceKit-LSP breaks when depending on either
SentryorSentry-Dynamic- This might be an upstream bug. It chokes on the
import Sentryline.
- This might be an upstream bug. It chokes on the
- xtool assumes
Sentry(non-dynamic) is a dynamic framework- It's actually a fat static Mach-O (which is to say,
CAFEBABEand individual slices are!<arch>) - We only look for the static library magic. We should also entertain a FAT magic where the individual slices are static.
- It's actually a fat static Mach-O (which is to say,
Environment
Host OS (macOS/Linux/WSL): Linux
Host OS version: Ubuntu 24.04
iOS device version: iOS 18.5
Swift version: Swift 6.2
SDK version: iPhoneOS18.5.sdk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working