Relative Content

Tag Archive for iosmetalkit

Metal framework being added to custom framework without any reference

In my project, a logger framework was created to log all activities in an application. Now, when we are creating .xcframework for the logger, I see that a reference for Metal framework is getting added; which makes it unable to run the application on the simulator as Metal framework is not supported for a simulator.
Can anyone help me with this how I can identify why the metal framework is getting added or how can I identify any indirect reference to the metal framework?