mono / Embeddinator-4000

Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
MIT License
758 stars 95 forks source link

Xcode > project > TARGETS > is missing "Embedded Binaries" section in my HELLO WORLD example #769

Closed dbell-movano closed 4 years ago

dbell-movano commented 4 years ago

Steps to Reproduce

  1. Follow the MICROSOFT > DOCS > Getting started with iOS > hello-from-csharp C# example
  2. In the Embedded Binary section, add hello-from-csharp.framework.

Bug I can't because "Embedded Binary section" is not there.

Expected Behavior

Actual Behavior

Environment

MAC OS 10.14.6 XCODE 11.3.1 objcgen as of 3-24-2020

Build Logs

Example Project (If Possible)

chamons commented 4 years ago

Please provide a link to the documentation in question, are you talking about https://docs.microsoft.com/en-us/xamarin/tools/dotnet-embedding/get-started/objective-c/ios?

dbell-movano commented 4 years ago

I learned on StackOverflow that "Embedded Binaries" section of project General tab is obsolete and replaced by "Frameworks, Libs, and Embedded Content, and hello_from_csharp.framework was added to this automatically.