Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

flutter

   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.

like image 774
chichi Avatar asked Sep 14 '25 02:09

chichi


1 Answers

try the following commands

cd ios/
      pod cache clean --all
      pod deintegrate --verbose
      pod setup --verbose
      pod install --verbose
like image 107
Mashood .h Avatar answered Sep 16 '25 01:09

Mashood .h



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!