'Flutter: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both error only when 'flutter run'

   objc[88755]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both
    /usr/lib/libauthinstall.dylib (0x1efb3deb0) and
    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versi
    ons/A/MobileDevice (0x103a344f8). One of the two will be used. Which one is
    undefined.
    objc[88755]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is
    implemented in both /usr/lib/libauthinstall.dylib (0x1efb3df00) and
    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versi
    ons/A/MobileDevice (0x103a34548). One of the two will be used. Which one is
    undefined.
    objc[88755]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in
    both /usr/lib/libauthinstall.dylib (0x1efb3df50) and
    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versi
    ons/A/MobileDevice (0x103a34598). One of the two will be used. Which one is
    undefined.
    objc[88755]: Class ATCRTRestoreInfoFTABFile is implemented in both
    /usr/lib/libauthinstall.dylib (0x1efb3dfa0) and
    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versi
    ons/A/MobileDevice (0x103a345e8). One of the two will be used. Which one is
    undefined.
    objc[88755]: Class AppleTypeCRetimerFirmwareCopier is implemented in both
    /usr/lib/libauthinstall.dylib (0x1efb3dff0) and
    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versi
    ons/A/MobileDevice (0x103a34638). One of the two will be used. Which one is
    undefined.
    objc[88755]: Class ATCRTRestoreInfoFTABSubfile is implemented in both
    /usr/lib/libauthinstall.dylib (0x1efb3e040) and
    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versi
    ons/A/MobileDevice (0x103a34688). One of the two will be used. Which one is
    undefined.
    2022-05-13 00:59:55.256 xcodebuild[88755:414710] Requested but did not find
    extension point with identifier
    Xcode.IDEKit.ExtensionSentinelHostApplications for extension
    Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in
    com.apple.dt.IDEWatchSupportCore
    2022-05-13 00:59:55.256 xcodebuild[88755:414710] Requested but did not find
    extension point with identifier
    Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
    Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of
    plug-in com.apple.dt.IDEWatchSupportCore
    ** BUILD FAILED **

What have I done

  • flutter clean
  • removing DerivedData folder
  • xcode command tool select

flutter doctor comes without any problem. However, running this flutter project on XCode works fine.

I am just curious where the error is coming from? Since, I can't run the app by 'flutter run', I can't do any quick refresh.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source