Skip to content

KonajuGames/DylibTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DylibTest

Repro project for Xamarin Mac dylib Native Reference in library project

  1. Clone the repo.
  2. Build the project.
  3. Open the output app bundle and look for libopenal.1.dylib. It should be in DylibTest/bin/Debug/DylibTest.app/Contents/MonoBundle, but you won't find it.
  4. Remove the libopenal.1.dylib file from Native References in the DylibLibrary project.
  5. Add DylibLibrary/libopenal.1.dylib as a Native Reference in the DylibTest project.
  6. Build the project.
  7. Open the output app bundle again and look for libopenal.1.dylib. It should be in DylibTest/bin/Debug/DylibTest.app/Contents/MonoBundle, and it will now be there.

About

Repro project for Xamarin Mac dylib Native Reference in library project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages