flutter_offline icon indicating copy to clipboard operation
flutter_offline copied to clipboard

Conflicts of library for Reachability in iOS

Open sawan07 opened this issue 2 years ago • 2 comments

The iOS application never opens. When I tried to archive it I am getting the following error

Multiple commands produce '/Users/mdhasanrahman/Library/Developer/Xcode/DerivedData/Runner-fgzktmibyndpbgfkmsizqhgncvxe/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Reachability.framework':

Target 'Reachability' has create directory command with output '/Users/mdhasanrahman/Library/Developer/Xcode/DerivedData/Runner-fgzktmibyndpbgfkmsizqhgncvxe/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Reachability.framework'
Target 'ReachabilitySwift' has create directory command with output '/Users/mdhasanrahman/Library/Developer/Xcode/DerivedData/Runner-fgzktmibyndpbgfkmsizqhgncvxe/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Reachability.framework'

sawan07 avatar Feb 06 '22 02:02 sawan07

Same problem

Edit: Turned out to be a third-party library that was relying on the old connectivity package. Once discovering that and removing/updating the pubspec accordingly, I no longer seem to have that issue

rw152 avatar Apr 08 '22 19:04 rw152

Same problem, took me few hours to figure out

callmejm avatar May 19 '22 06:05 callmejm