what is SPI Check while uploading iOS?
Asked Answered
E

3

17

while uploading the app from xcode 13.x it stuck to

"Performing SPI Check.."

any idea what is this about?, added a pic for reference.

enter image description here

Enshrine answered 20/4, 2022 at 8:48 Comment(4)
I've been facing this "Performing SPI check…" stage the last two times I uploaded to App Store Connect and I don't know what it is. It takes a very long time to finish.Beetroot
same here but it got solved when I re-initiated the uploaded processEnshrine
First validate the build, then upload it. First time me also faced the same issue....Zebedee
@Zebedee you mean if I validate the build, then SPI check time would decrement?Credulity
C
5

Service Provider Interface most likely, and I'd be guessing they are checking for usage of private APIs https://en.wikipedia.org/wiki/Service_provider_interface

Ceaseless answered 11/7, 2022 at 4:43 Comment(0)
M
1

I also faced the same problem, but it worked after retrying the upload process.

For anyone, if the issue persists try restarting the Mac or try more suggestions from this Thread

Mei answered 26/12, 2023 at 10:35 Comment(0)
P
0

Maybe System Programming Interface where it checks to see if you're calling any private APIs?

Platas answered 4/2, 2023 at 2:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.