0

I am working on image detection of arkit.when I am going to add image on ar resource at that time its giving me warning like this:

Warning: Unsupported Configuration: AR reference image "" must have non-zero, positive width.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Nirav Damania
  • 129
  • 1
  • 6

1 Answers1

1

After saving the image in assets, you need to give the name, width, height and units of the image. You can refer this

Xcode Error: AR reference image must have non zero positive width

enter image description here

Catherine
  • 654
  • 5
  • 15