0

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?

Anand Gautam
  • 2,541
  • 3
  • 34
  • 70
  • I just saw your app's name. – Nisarg Shah Mar 19 '20 at 10:32
  • Haha.. No prob, I was totally into fixing this bug so forgot to edit :) – Anand Gautam Mar 19 '20 at 10:34
  • you have any idea? – Anand Gautam Mar 19 '20 at 10:35
  • Might be one of your library using the same name as used the one of Apple itself. so just needed to rename it. – Nisarg Shah Mar 19 '20 at 10:38
  • Could you check if that method is from really from Wacom WilLDevices Lib? And is in their support there is an issue about that that they need to modify? Are you up to date with their SDK? – Larme Mar 19 '20 at 10:51
  • @LarmeI am upto date with SDK. And some of the methods are available in WillDevices Lib. – Anand Gautam Mar 19 '20 at 10:55
  • Do you have any idea, now I have added WillDevices libraries with 'Do not embed' in Project General page. Earlier I have uploaded the last version of this App with 'Embed & sign', but now when I am selecting this then getting so many errors like "App Store Connect Operation Errors" during App Validation. Any idea? – Anand Gautam Mar 19 '20 at 11:00

1 Answers1

0

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.

Abhishek Arora
  • 395
  • 2
  • 12