Program Club

PLBuildVersion 클래스는 둘 다 / 응용 프로그램에서 구현됩니다.

proclub 2020. 10. 27. 23:42
반응형

PLBuildVersion 클래스는 둘 다 / 응용 프로그램에서 구현됩니다.


이 질문에 이미 답변이 있습니다.

나는 왜 이것을 얻습니까?

objc [3993] : PLBuildVersion 클래스는 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices(0x112bb0910) 모두에서 구현됩니다. 및 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices(0x1129da210). 둘 중 하나가 사용됩니다. 어느 것이 정의되지 않았습니다. 2016-09-15 19 : 06 : 45.101896 Fly App [3993 : 92356] 하위 시스템 : com.apple.UIKit, 범주 : HIDEventFiltered, enable_level : 0, persist_level : 0, default_ttl : 0, info_ttl : 0, debug_ttl : 0, generate_symptoms : 0, enable_oversize : 1, privacy_setting : 2, enable_private_data : 0 2016-09-15 19 : 06 : 45.108211 플라이 앱 [3993 :

특별한 이유가 있습니까? (xcode를 업데이트하고 내 프로젝트를 swift 3으로 업데이트 한 후 오늘까지 결코 발생하지 않았습니다)

누군가 도와 주시겠습니까?

* 수정 됨 *

나는 동료 개발자들의 제안에 확신이 없기 때문에 계속해서 답을 찾고 있습니다. Facebook SDK에서 문제가 발생한 것 같다는 스레드를 찾았습니다. 그러나 아직 내 프로젝트에 Facebook SDK (Cocoapod)를 설치하지 않았지만 Import Social을 사용하여 Twitter에서 공유하고 있으므로 Import Social을 제거하고 프로젝트를 다시 실행했습니다.

이번에는 디버거에서 동일한 출력을 얻지 못했습니다. 대신 다음을 얻었습니다.

2016-09-16 11 : 57 : 41.393517 Fly App [1277 : 48009] 하위 시스템 : com.apple.UIKit, 범주 : HIDEventFiltered, enable_level : 0, persist_level : 0, default_ttl : 0, info_ttl : 0, debug_ttl : 0, generate_symptoms : 0, enable_oversize : 1, privacy_setting : 2, enable_private_data : 0

2016-09-16 11 : 57 : 41.396355 Fly App [1277 : 48009] 하위 시스템 : com.apple.UIKit, 범주 : HIDEventIncoming, enable_level : 0, persist_level : 0, default_ttl : 0, info_ttl : 0, debug_ttl : 0, generate_symptoms : 0, enable_oversize : 1, privacy_setting : 2, enable_private_data : 0

2016-09-16 11 : 57 : 41.411055 Fly App [1277 : 48006] 하위 시스템 : com.apple.BaseBoard, 범주 : MachPort, enable_level : 1, persist_level : 0, default_ttl : 0, info_ttl : 0, debug_ttl : 0, generate_symptoms : 0, enable_oversize : 0, privacy_setting : 0, enable_private_data : 0

2016-09-16 11 : 57 : 41.426085 Fly App [1277 : 47901] 하위 시스템 : com.apple.UIKit, 범주 : StatusBar, enable_level : 0, persist_level : 0, default_ttl : 0, info_ttl : 0, debug_ttl : 0, generate_symptoms : 0, enable_oversize : 1, privacy_setting : 2, enable_private_data : 0

2016-09-16 11 : 57 : 41.946193 Fly App [1277 : 47901] 하위 시스템 : com.apple.BackBoardServices.fence, 범주 : App, enable_level : 1, persist_level : 0, default_ttl : 0, info_ttl : 0, debug_ttl : 0 , generate_symptoms : 0, enable_oversize : 0, privacy_setting : 0, enable_private_data : 0

따라서 "Class PLBuildVersion이 둘 다에서 구현 됨"이 사라졌습니다.

objc [3993] : PLBuildVersion 클래스는 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices(0x112bb0910) 모두에서 구현됩니다. 및 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices(0x1129da210). 둘 중 하나가 사용됩니다. 어느 것이 정의되지 않았습니다.

이 모든 것이 무엇을 의미하는지 아직도 모르겠습니다. 이 문제를 해결할 수있는 사람이 있습니까?


컴파일러 경고가 아니라 Objective-C 런타임 경고이며 사용자가 제어하는 ​​코드에 없습니다. 고칠 수 없으므로 무시해도됩니다.


NSPhotoLibraryUsageDescription $ (PRODUCT_NAME)에서 사진 사용

참고 URL : https://stackoverflow.com/questions/39521667/class-plbuildversion-is-implemented-in-both-applications

반응형