When I try this doing it this way, after I click Distribute App, the only option under "method of distribution" is "Custom". After choosing Custom, I can choose between Built Products and Archive. I don't see any notarization options.
Screenshot 2024-03-09 at 10.47.34 AM.png
Screenshot 2024-03-09 at 10.47.40 AM.png
Post
Replies
Boosts
Views
Activity
It is described as a generic xcode archive. However, I followed all the steps on that link and it's still producing a generic archive.
My skip_install is set to NO.
My app's dependencies don't show up under "Targets" so I couldn't check the skip_install setting for them.
My linked libraries don't use a headers build phase.
My install_path is set to $(LOCAL_APPS_DIR).
This (see screenshot below) is what I see after clicking Show Package Contents and looking for invisibles. The Products directory looks fine; are the dSYMs and Info.plist not supposed to be there?
Oh okay. I had initially tried using notarytool with no success (my submissions timed out), but I will try again.