小编Ras*_*Ali的帖子

错误(Xcode):意外的重复任务:目标“Runner”已将命令从“path/GoogleService-Info.plist”复制到“path/GoogleService-Info.plist”

我尝试在正确使用 firebase 进行设置后在 iOS 上运行 flutter 项目,但收到以下与 GoogleService-Info.plist 相关的重复错误。

\n

这是完整的错误输出

\n
Error output from Xcode build:\n\xe2\x86\xb3\n    objc[24052]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x215b9b620) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106b08598). One of the two will be used. Which one is undefined.\n    objc[24052]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x215b9b670) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106b085e8). One of the two will be used. Which one is undefined.\n    objc[24052]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x215b9b6c0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106b08638). One of the two will …
Run Code Online (Sandbox Code Playgroud)

xcode ios dart firebase flutter

11
推荐指数
1
解决办法
5739
查看次数

标签 统计

dart ×1

firebase ×1

flutter ×1

ios ×1

xcode ×1