We were using a script to create a FAT framework before where we followed the below steps.
- create a framework for iOS devices
- create a framework for simulator devices
- merge the above two frameworks & it will be your FAT / Universal framework.
The same script is not working fine after XCODE 12.4 so it seems that there is some change that is specific to XCODE 13+.
Can anyone please guide the steps to create FAT / Universal Framework with XCODE 13?
try this one "Build Phase" -> click "+" icon -> "New Run Script Phase" copy below code there and build with simulator and Any iOS Device.Your fat framework will be in your project folder