-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
Platform
visionOS
Environment
Other
Installed
Swift Package Manager
Version
8.53.2
Xcode Version
26.0 beta 3
Did it work on previous versions?
16.4
Steps to Reproduce
- create an Xcode project with iOS target and add visionOS support
- add code that starts Sentry
- build the project
Expected Result
Should build fine
Actual Result
The build fails in Compiling Swift module Sentry
<unknown>:0: error: C99 was enabled in PCH file but is currently disabled
<unknown>:0: error: module file /Users/[redacted]/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/SwiftShims-8E9KY877QCTXDJCE0XIKBPGI7.pcm cannot be loaded due to a configuration mismatch with the current compilation
<unknown>:0: error: missing required module 'SwiftShims'
Are you willing to submit a PR?
No response
edgariscoding