Xcode 9 "no iTunes Connect account" error when uploading
I encountered the same issue with xCode 9 GM build and others reported it as well in xCode 10 and xCode 11. Deleting the derived data actually solved it for me. Hopefully it will help others as well.
- Close xCode
rm -fr ~/Library/Developer/Xcode/DerivedData/
- Reopen xCode and try to upload again
This seems to be issue with Xcode 9. Solution is to use Application Loader tool.
Step 1 : Create an IPA file
- Clean your project from Product -> Clean (cmd + shift + k )
-
Select Product -> Archive
Once archive is successfully completed it will open in Organizer window
- Press Export button present on right side
- Now select the distribution method as per your need and click on Next button
- This will show the App Store distribution options. Now click on Next button
- Re-sign your project (preferred is Automatically manage signing) and click on Next button
- There will be Review window containing IPA content details. Click on Export.
- Now choose the location where folder is to be saved and Click on Export.
- This will create an folder containing IPA, packaging.log, DistributionSummary.plist and ExportOptions.plist file
Step 2 : Upload IPA using Application Loader
- Right click on Xcode tool present on Slide-bar. Goto Open Developer Tool -> Application Loader
- This opens Application Loader. Press on Choose button and select IPA file.
- This will analyse IPA file and will show IPA details. You can press on Activity button to see list of activity performed while uploading app. Click on Next.
- This will create iTunes Connect API analysis file.
- Once it is successfully uploaded it will show Success. Now click on Next.
- You IPA file is submitted to AppStore successfully