if anyone getting flipper error on xCode latest15.1 then apply following solution

Add "arm64" in "Excluded Architectures" in build settings of both project and pods project, to run the app in simulator. Remove it while making build on device or archiving the app.

if anyone getting flipper error on xCode latest15.1 then apply following solution
 
 
Q