VadymTykhoniuk

Results 14 comments of VadymTykhoniuk

Didn't try it yet, will check. But I believe it won't resolve manifest collision on android, where sentry dsn path is stored?

Nope, issue is still exists. On iOS I get this issue `Library not loaded: @rpath/Sentry.framework/Sentry Reason: tried: '/private/var/containers/Bundle/Application/27C7ADCD-873D-447B-9950-8958B5DBA689/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/27C7ADCD-873D-447B-9950-8958B5DBA689/Surprise-Stage.app/Frameworks/UnityFramework.framework/Frameworks/Sentry.framework/Sentry' (errno=2), '/usr/lib/swift/Sentry.framework/Sentry' (errno=2, not in dyld cache), '/private/preboot/Cryptexes/OS/usr/lib/swift/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/27C7ADCD-873D-447B-9950-8958B5DBA689/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry'...

On Android I basically same issue about library duplication.

Oh, yes, I probably forgot to make clean build

@bitsandfoxes Hi, issue is still persist, I would say it looks same as in https://github.com/getsentry/sentry-unity/issues/969

dyld[9701]: Library not loaded: @rpath/Sentry.framework/Sentry Referenced from: /private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/UnityFramework.framework/UnityFramework Reason: tried: '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/UnityFramework.framework/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/preboot/Cryptexes/OS@rpath/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/UnityFramework.framework/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/private/var/containers/Bundle/Application/062A3897-FE9A-405F-A7BA-DF27690D93D5/Surprise-Stage.app/Frameworks/Sentry.framework/Sentry' (errno=2), '/System/Library/Frameworks/Sentry.framework/Sentry' (errno=2,...

I just created empty project and it works without Native Support. Must be problem happen when I'm converting UnityXcode project to an xcframework in order to use unity as library....

I disable native support and embed unity game as library inside of another project. And that another project has sentry installed via cocoa