[docs] Add links to explain what native code sharing is. (#3009)

This commit is contained in:
Rolf Bjarne Kvinge 2019-11-22 15:06:06 -05:00 коммит произвёл Manuel de la Pena
Родитель 58d325746a
Коммит 884c13775a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -676,7 +676,7 @@ For further information see bug #[51634](https://bugzilla.xamarin.com/show_bug.c
### MT0112: Native code sharing has been disabled because *
There are multiple reasons code sharing can be disabled:
There are multiple reasons [native code sharing](https://github.com/xamarin/xamarin-macios/blob/master/docs/code-sharing-with-user-frameworks.md) can be disabled:
* because the container app's deployment target is earlier than iOS 8.0 (it's *)).
@ -694,6 +694,8 @@ Native code sharing requires is not supported for projects that use custom xml d
### MT0113: Native code sharing has been disabled for the extension '*' because *.
There are multiple reasons [native code sharing](https://github.com/xamarin/xamarin-macios/blob/master/docs/code-sharing-with-user-frameworks.md) can be disabled:
* because the bitcode options differ between the container app (\*) and the extension (\*).
Native code sharing requires that the bitcode options match between the projects that share code.