Hi I'm new in swift and I used a breakpoint because I had an error called Thread1 SIGABRT. But since I used the breakpoint, when I simulate I get a white window on the simulator and get this:
objc[5893]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x1192bf998) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x1190e1880). One of the two will be used. Which one is undefined. (lldb)
what's the meaning of this ? I don't understand. Thanks in advance
Here is the code enter image description here