Xcode16.0 Compilation Fails
Platform
iOS
Environment
Develop
Installed
CocoaPods
Version
8.37.0
Xcode Version
16.0
Did it work on previous versions?
No response
Steps to Reproduce
Xcode 16 Compilation Fails
SENTRY_LOG_WARN(@"Current profiler is not running."); Use of undeclared identifier 'SentryLog'
Expected Result
Xcode 16 Compilation Fails
SENTRY_LOG_WARN(@"Current profiler is not running."); Use of undeclared identifier 'SentryLog'
Actual Result
Xcode 16 Compilation Fails
SENTRY_LOG_WARN(@"Current profiler is not running."); Use of undeclared identifier 'SentryLog'
Are you willing to submit a PR?
No response
https://imgur.com/a/H5WbBR8
Hello @RayFor24, thanks for reaching out.
Any change in your podfile, you're disabling APPLICATION_EXTENSION_API_ONLY?
Is it possible to share your podfile with us?
你好@RayFor24,感谢您的联系。
您的 中有任何更改吗
podfile?您要禁用它APPLICATION_EXTENSION_API_ONLY吗? 可以podfile与我们分享您的更改吗?
你好@RayFor24,感谢您的联系。
您的 中有任何更改吗
podfile?您要禁用它APPLICATION_EXTENSION_API_ONLY吗? 可以podfile与我们分享您的更改吗?
Yes, we set APPLICATION-EXETENSION_SPI-ONLY NO
Yes, we set APPLICATION-EXETENSION_SPI-ONLY NO
I see. You can't disable it for Sentry.
If you’re interested in any changes related to this, you can check out the following issue: https://github.com/getsentry/sentry-cocoa/issues/4426.
Let me know if you have any questions!