Support Xamarin.iOS #277
Reference in New Issue
Block a user
No description provided.
Delete Branch "Xamarin.iOS"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
__Internal
https://developer.xamarin.com/guides/ios/advanced_topics/native_interop/#Static_Libraries
__IOS__
https://developer.xamarin.com/guides/cross-platform/application_fundamentals/building_cross_platform_applications/part_4_-_platform_divergence_abstraction_divergent_implementation/#iOS
This looks much simpler than https://github.com/facebook/yoga/pull/280 which has nearly the same title. Could you explain why there are so big differences?
#280 includes Objective-C YogaKit wrapper for C#, test app, and workaround patch for missing #282
I intended to build Yoga native library as static library for Xamarin.iOS as well as Unity in this PR. Because Unity Mono doesn't have the capability to load dylib in iOS and I thought Xamarin.iOS was the same. But I was wrong. It can. https://developer.xamarin.com/guides/ios/advanced_topics/native_interop/#Accessing_C_Dylibs
Apparently, using dylib with Xamarin.iOS is not an option. Reopen it.
@splhack has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Pull request closed