Where is my application binary in Xcode to submit?

前端 未结 3 1689
别那么骄傲
别那么骄傲 2021-02-04 00:43

I\'ve built an app for the App Store (ex-iTunes store). However, I can\'t figure out how to submit the app.

Where is the actual binary that I need to submit to the App

3条回答
  •  我在风中等你
    2021-02-04 01:42

    Look at a path something like this:

    "/Users/{user}/Library/Developer/Xcode/DerivedData/{appname-somehash}/Build/Products/Debug-iphoneos/{app-name}.app"

    You can run "find" to locate it.

提交回复
热议问题