Description
libSkiaSharp.framework" in item list "NativeReference" does not define a value for metadata "FrameworkFilename". In order to use this metadata, either qualify it by specifying %(NativeReference.FrameworkFilename), or ensure that all items in this list define a value for this metadata.
Code
Simple Maui Sample
Expected Behavior
SkiaSharp.Harfbuzz should work in ios
Actual Behavior
Throws error while deploying in iOS
Basic Information
NuGets used:

- IDE: Microsoft Visual Studio Professional 2022 (64-bit) - Preview, Version 17.1.0 Preview 1.1
- Platform Target Frameworks: Maui sample targetting iOS
- Android:
- iOS: iphone 13 iOS 15.0 Simulator. (XCode 13.1 is installed in Mac machine)
- Linux:
- macOS: macOS 11.5.2
Details
Replication steps:
- Create simple Maui sample
- Add SkiaSharp.Harfbuzz 2.88.0-preview.155
- Deploy in iOS Simulator or device.
It shows below error while deploying.
Error list:

Build window:

**Note: This issue not occurs while using SkiaSharp alone https://www.nuget.org/packages/SkiaSharp/2.88.0-preview.155**