-1

I want to install the demo code of Apple's PencilKit and run it on my iPad:

https://developer.apple.com/documentation/pencilkit/drawing_with_pencilkit

I use:

  • xcode 11.0
  • iPad Pro with 13.1

I can deploy it to the iOS simulators but not to the iPad. I keep getting the error:

The app ID "<bundle-id>" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.

Which fields must be changed such that it works. All the other solutions did not work for me.

byaruhaf
  • 4,128
  • 2
  • 32
  • 50
simibac
  • 7,672
  • 3
  • 36
  • 48

2 Answers2

0

Change your bundle identifier to a unique string to try again.

This field is in the "General" tab of you app's target.

Gereon
  • 17,258
  • 4
  • 42
  • 73
0

It worked after system reboot ‍♂️

simibac
  • 7,672
  • 3
  • 36
  • 48