-3

Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x11aae8910) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11a87b210). One of the two will be used. Which one is undefined.

KAR
  • 3,303
  • 3
  • 27
  • 50

2 Answers2

1

Its not an error, it just a warning.

Read the answer here,

https://stackoverflow.com/a/39582284/6742121

It says it will not cause the problem.

Hope it will help you.

Community
  • 1
  • 1
KAR
  • 3,303
  • 3
  • 27
  • 50
0

It is a warning: objc[3993]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x112bb0910)

find the link : Class PLBuildVersion is implemented in both/Applications

Community
  • 1
  • 1
Purushothaman
  • 358
  • 4
  • 22