App submission failed - 1+ corrupted binaries/non-public API usage and no additional details

后端 未结 9 2212
再見小時候
再見小時候 2020-12-24 03:13

I’ve been submitting my app to the App Store for test flight and after build 11, I’ve been getting failures via email from Apple:

Non-public API usage: The app conta

9条回答
  •  無奈伤痛
    2020-12-24 03:21

    I was able to resolve it for myself, here's what I did:

    • Bitcode is disabled in my project and stays disabled
    • I removed a 3 pods, one being CommonCrypto, which I'd forgotten I had (the other 2 were QRCode and SwiftyJSON)
    • I removed their Linker Flags as well in Build Settings

    I hope that helps!

提交回复
热议问题