How to generate iPhone simulator build or .zip file for submit in Facebook for review in iOS

前端 未结 7 583
慢半拍i
慢半拍i 2021-02-01 08:03

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

7条回答
  •  爱一瞬间的悲伤
    2021-02-01 08:48

    In my case ,i use the below command to build zip file ditto -ck --sequesterRsrc —-keepParent “source" "destination"

    where source is /Users/home/Library/Developer/Xcode/DerivedData/yourapp.../Build/Products/Debug-iphonesimulator/yourapp.app

    and destination is where you save the .zip file.

提交回复
热议问题