In Xcode (Version 13.0 (13A233)),(MacOS BigSur 11.6 (20G165)) trying to upload my app to Test Flight getting this error. Unexpected nil property at path: 'Provider/attributes/developerTeamId'. Also try with new signing certificate and provision profile but still getting same error. anyone getting same error having solution?
Asked
Active
Viewed 1,951 times
1
-
Update I found one solution i install transporter app and login through any apple id and select team id export your app and add .ipa file . Hola it works – Ashutosh singh Feb 04 '22 at 13:39
-
See this answer. https://stackoverflow.com/a/70972034/11675817 – M Karimi Feb 16 '22 at 05:46
-
Suddenly (random surprise from Apple) I also get this. EDIT: It went OK with transporter. – sabiland Oct 01 '22 at 09:34
1 Answers
3
I could not find a solution in Xcode but at least there is a workaround.
- Download Transporter app from App Store into your Mac
- Extract the ipa from Xcode Organizer
- Choose ipa in Transport
- Deliver

Yusuf
- 851
- 6
- 14
-
1I attempted this but, Apple couldn't verify the build. Error I got, "Invalid Swift Support" – graysonmcm Feb 07 '22 at 16:38
-
1It is weird because I uploaded 10+ times with 2-3 different apps and it worked. – Yusuf Feb 08 '22 at 17:25