sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Xcode16.0 Compilation Fails

Open RayFor24 opened this issue 1 year ago • 2 comments

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

RayFor24 avatar Oct 11 '24 11:10 RayFor24

https://imgur.com/a/H5WbBR8

RayFor24 avatar Oct 11 '24 11:10 RayFor24

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?

brustolin avatar Oct 14 '24 09:10 brustolin

你好@RayFor24,感谢您的联系。

您的 中有任何更改吗podfile?您要禁用它APPLICATION_EXTENSION_API_ONLY吗? 可以podfile与我们分享您的更改吗?

你好@RayFor24,感谢您的联系。

您的 中有任何更改吗podfile?您要禁用它APPLICATION_EXTENSION_API_ONLY吗? 可以podfile与我们分享您的更改吗?

Yes, we set APPLICATION-EXETENSION_SPI-ONLY NO

RayFor24 avatar Oct 29 '24 03:10 RayFor24

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!

brustolin avatar Oct 29 '24 06:10 brustolin