ПЯТАЯ ПОПЫТКА (24 марта 2020 г.) ...
Мои шаги, чтобы построить его на Ма c ...
1. Clone github > Embeddinator-4000
git clone https://github.com/mono/Embeddinator-4000.git
2. cd into the cloned dir
3. Install other stuff:
git submodule update --recursive --init
4. Build objcgen
cd objcgen
make
Получает "0 ошибок «но« Инструмент проверки не найден », для которого я не могу найти разрешение.
И я не могу запустить objcgen с C# рекомендуемым примером:
cd ~/Projects/hello-from-csharp
objcgen ~/Projects/hello-from-csharp/hello-from-csharp/bin/Debug/hello-from-csharp.dll --target=framework --platform=iOS --outdir=output -c --debug
или с этим примером из Github> Embeddinator-4000:
Use mono ./bin/Debug/objcgen.exe --gen=Obj-C -o ./Output ManagedAssembly1.dll