-
Notifications
You must be signed in to change notification settings - Fork 559
Closed
Labels
bugIf an issue is a bug or a pull request a bug fixIf an issue is a bug or a pull request a bug fix
Milestone
Description
Steps to Reproduce
- Create a new .NET 6 iOS app (I used HelloiOS from the net6 samples)
- Add a
<NativeReference Include="..." Kind="Framework" />to the project - Compile
- Observe an error
ld: framework not found libSkiaSharp
I originally noticed this with Mac Catalyst and then went to try iOS.
Expected Behavior
App compiles and runs. I have a classic Xamarin.iOS app and that ran fine.
I did notice that I had an issue when I used a relative path to the framework in that, but that is another issue and solvable with the
$(MSBuildThisFileDirectory).
Actual Behavior
Build error and I also noticed that it did not get the framework in the Frameworks folder in the .app
Environment
.NET 6 SDK: `6.0.100-preview.2.21155.3`
iOS SDK: `14.4.100-ci.main.1192`
Build Logs
Example Project (If Possible)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIf an issue is a bug or a pull request a bug fixIf an issue is a bug or a pull request a bug fix