FileExplorer icon indicating copy to clipboard operation
FileExplorer copied to clipboard

Support for Swift 4.0 and 4.2

Open LucasFebatis opened this issue 5 years ago • 2 comments

When I put FileExplorer in Podfile, I run pod install and try to run the project the following error occurs in the XCode log:

Multiple commands produce

  1. Target 'FileExplorer' (project 'Pods') has copy command from <build_folder>
  2. Target 'FileExplorer' (project 'Pods') has process command with output <build_folder>

LucasFebatis avatar Mar 14 '19 19:03 LucasFebatis

If you remove the file copy from the phases, you then get compiler errors due to classes removed for 4.2...

ayrtonsoftware avatar Apr 04 '19 04:04 ayrtonsoftware

@LucasFebatis Are you able to resolve this issue?

gunjanddave avatar Sep 03 '19 11:09 gunjanddave