Setting Up visionOS Framework for Unity

I have created a visionOS framework from Xcode to bridge between Unity and visionOS which is used to call APIs from Unity to VisionOS. visionOS framework we attached in Unity assets is not getting builded along with Unity visionOS build.

This method is working fine for iOS build.  i.e, created a iOS framework from Xcode to bridge between Unity and iOS which is used to call APIs from Unity to iOS. iOS framework we attached in Unity assets is getting builded along with Unity iOS build.

Whether the VisionOS framework will work in Unity same as that of iOS? Is there any additional settings to setup framework for visionOS?

Reference link for the setup method used: https://betterprogramming.pub/setting-up-ios-framework-for-unity-9ef4e577db89

Setting Up visionOS Framework for Unity
 
 
Q