Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need more XCFrameworks documentation #13053

Open
chamons opened this issue Oct 20, 2021 · 1 comment
Open

Need more XCFrameworks documentation #13053

chamons opened this issue Oct 20, 2021 · 1 comment
Labels
bug If an issue is a bug or a pull request a bug fix documentation The issue or pull request is about documentation iOS Issues affecting Xamarin.iOS
Milestone

Comments

@chamons
Copy link
Contributor

chamons commented Oct 20, 2021

As noted in https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1420018 the documentation for integrating XCFrameworks into an iOS project is insufficient.

#10774 has a lot of information such as needing to enable "sidecar" support with:

  <PropertyGroup>
    <NoBindingEmbedding>true</NoBindingEmbedding>
  </PropertyGroup>
@chamons chamons added bug If an issue is a bug or a pull request a bug fix iOS Issues affecting Xamarin.iOS labels Oct 20, 2021
@chamons chamons added this to the Future milestone Oct 20, 2021
@nrudnyk
Copy link

nrudnyk commented Mar 7, 2022

hello @chamons. Is there any information which can help me create NuGet for Xamarin.iOS binding library based on .xcframework? at the moment it works locally, thanks to NoBindingEmbedding, but the Xcframework doesn't get to the dll, so I'm wondering what is the proper way/workaround/solution to this issue. Thanks

@rolfbjarne rolfbjarne added the documentation The issue or pull request is about documentation label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug If an issue is a bug or a pull request a bug fix documentation The issue or pull request is about documentation iOS Issues affecting Xamarin.iOS
Projects
None yet
Development

No branches or pull requests

3 participants