3

Xcode v9.3 crashes when I try exporting the IPA from the archive, whereas IPA successfully exported from Xcode v9.2.

mwilson
  • 12,295
  • 7
  • 55
  • 95
Nitin Biltoria
  • 151
  • 1
  • 6
  • Some error log which mentions what failed? – NitinSingh May 03 '18 at 06:07
  • did not get any log because of xcode closed. – Nitin Biltoria May 03 '18 at 06:20
  • In that case it's difficult for anyone to identify what's wrong unless there's a compatibility issue between the two versions you mentioned. Check the release notes of xcode – NitinSingh May 03 '18 at 07:41
  • 1
    In my case, this is due to not accept the new policy on the developer account. After accept, it gets resolved. – Nitin Biltoria May 04 '18 at 21:05
  • I am facing same issue and given +1 to your question. If you have found any solution please paste it here. – Anil Kukadeja May 17 '18 at 11:34
  • @AnilKukadeja In my case, this is due to not accept the new policy on the developer account. After accept, it gets resolved. if this doesn't work and your xcode getting crashed then after some time you will get a log with the reason of crashing, you can see main reason. you can forward to me also. – Nitin Biltoria May 18 '18 at 07:54
  • https://stackoverflow.com/a/50965823/5523205 – Shahrukh Jun 21 '18 at 10:11

2 Answers2

2

In my case, this is due to not accept the new policy on the developer account. After accept, it gets resolved.

Nitin Biltoria
  • 151
  • 1
  • 6
0

Fixed as NitinSingh comment - go to iTunes Connect and accept policy. Strange anyway fixed

Josef Vancura
  • 1,053
  • 10
  • 18