1

objc[415]: Class DeviceType is implemented in both /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity (0x1b36a3908) and /private/var/containers/Bundle/Application/02B183A2-F8F6-4F73-A915-6C9CD41E9299/app3.app/Frameworks/PVModel.framework/PVModel (0x10238a650). One of the two will be used. Which one is undefined.

I tried to build my app in an iPad, but I get this error which dose not show up other iPads. as I see there, it is looking for that class in /System directory! which is wrong. how can I solve this?

Duplicate with Question

Siempay
  • 876
  • 1
  • 11
  • 32
  • I had this similar issue when I mistakenly installed pod and manually added in code. In your case it could be using a class named DeviceType of your own conflicting with UIKit DeviceType predefined class. – Amber K Dec 11 '18 at 10:37
  • it is not conflicting with UIKit! It is some PrivateFrameworks of the system – Siempay Dec 11 '18 at 10:39
  • 1
    This happened to me too. Best to rename your own class then, too bad Apple has these little surprises sometimes. – Yonat Dec 11 '18 at 16:23
  • yeah that is what I finally settled to – Siempay Dec 11 '18 at 16:31

0 Answers0