Problem with linking my static iOS framework

Hi, I have a static framework that I am adding to my build.cs file. That framework has some linked frameworks that we use with it such as ARkit.framework, and Metal.framework. When I build the project, I keep getting undefined symbols for the linked frameworks that are in my static framework. Anyone know a solution to this?