I submit my_app.ipa file to Facebook but its rejected by Facebook. And send me this message \"Notes from our review team iPhone Can you please resubmit for review providing a si
In my case ,i use the below command to build zip file ditto -ck --sequesterRsrc —-keepParent “source" "destination"
ditto -ck --sequesterRsrc —-keepParent “source" "destination"
where source is /Users/home/Library/Developer/Xcode/DerivedData/yourapp.../Build/Products/Debug-iphonesimulator/yourapp.app
source
/Users/home/Library/Developer/Xcode/DerivedData/yourapp.../Build/Products/Debug-iphonesimulator/yourapp.app
and destination is where you save the .zip file.