Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic libraries in the microsoft.netcore.app.runtime.ios-x64 package has incorrect identity #34637

Closed
rolfbjarne opened this issue Apr 7, 2020 · 3 comments · Fixed by #43302

Comments

@rolfbjarne
Copy link
Member

Repro:

otool -l ~/.nuget/packages/microsoft.netcore.app.runtime.ios-x64/5.0.0-*/runtimes/ios-x64/native/*dylib | grep LC_ID_DYLIB -A 2
          cmd LC_ID_DYLIB
      cmdsize 184
         name /Users/runner/runners/2.165.2/work/1/s/artifacts/obj/native/netcoreapp5.0-iOS-Release-x64/System.IO.Compression.Native/libSystem.IO.Compression.Native.dylib (offset 24)

This should be something like @executable_path/libSystem.IO.Compression.Native.dylib.

CC @akoeplinger

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Infrastructure untriaged New issue has not been triaged by the area owner labels Apr 7, 2020
@ghost
Copy link

ghost commented Apr 7, 2020

Tagging @ViktorHofer as an area owner

@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Jul 12, 2020
@steveisok steveisok added this to the 6.0.0 milestone Jul 12, 2020
@jkotas jkotas added the os-ios Apple iOS label Aug 26, 2020
@filipnavara
Copy link
Member

filipnavara commented Oct 8, 2020

Not sure what changed but at least on macOS I see the binaries now have identity like @rpath/libSystem.IO.Compression.Native.dylib which seems reasonable. Is this still relevant? Or just specific to iOS?

Nevermind, still broken in the iOS packages.

@ghost
Copy link

ghost commented Oct 10, 2020

Tagging subscribers to this area: @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
6 participants