Chris Hamons
Chris Hamons
Can you attach a project? I tried adding that nuget to an iOS class library project and it refused to add it: ``` For adding package 'Naxam.BrainTree.BrowserSwitch.Droid.0.1.4' to project 'Class'...
I was able to create a XI library with Naxam.PayPalOneTouch.iOS and run objcgen on it. Please attach a project showing the specific problem.
I can confirm this with latest master. In general, framework is the preferred mechanism (should we disable this?) but in any case it shouldn't have this failure mode.
So with https://github.com/mono/Embeddinator-4000/pull/627 we're at least warning that this is unsupported and pointing people to use frameworks. I'm not going to close this, since dylibs are broken, but it's much...
The tool does not support passing threads to Objective-C, as we'd have to bind all of the API you can invoke on threads as well. You should be able to...
Generating an obj-c framework requires Xcode/clang/a mac, and today the Embeddinator-4000 does not support remote builds to my knowledge.
Sorry I was not crystal clear: The "remote build host" support in VS Windows does not apply to Embeddinator-4000. Full stop. If you want to build a macOS native library...
I duplicate filed this here: https://github.com/mono/Embeddinator-4000/issues/612 A rough impl draft was here: https://github.com/mono/Embeddinator-4000/pull/366
https://github.com/mono/Embeddinator-4000/issues/483 is a duplicate as well with a different patch: https://github.com/mono/Embeddinator-4000/pull/482
This gets into more swift / iOS than I know, but at first look appears to be some sort of packaging issue (?)