Unable to upload app to the iTunes Connect due to Non-public API usage

34 Views Asked by At

I am trying to upload my App build to iTunes Connect from Xcode 11.3, but getting the below error:

enter image description here

I am using Wacom WillDevices library in my App. Can someone please give your suggestions?

1

There are 1 best solutions below

0
On

This problem will be fixed only when the library you are using updates its method name to not be same as Apple's.

And ofcourse since this is not Apple's own library, you need to "Embed & Sign" it. Otherwise its unsigned and will fail the validation. Only apples own frameworks which are available on the device do not need to be embedded.