GIOVANNI icon indicating copy to clipboard operation
GIOVANNI copied to clipboard

swift build error

Open sdgros01 opened this issue 6 years ago • 8 comments

I am trying to build and have edited all signing areas and modified to a unique name replacing com.gabrieloc but am receiving a build failure with the following listed.

giovanni WatchKit Extension Swift Compiler Error -Switch must be exhaustive (ComplicationDataSource.swift)

and

Command CompileSwift failed with a nonzero exitcode

any suggestions in getting these items fixed so xcode build will succeed? img_1114

sdgros01 avatar Jan 21 '19 16:01 sdgros01

Try that conversion to 4.2

burntscarr avatar Jan 21 '19 19:01 burntscarr

56994944288__0c3dcec8-5f3a-4b80-b005-c2b4e9d6ffeb

After the conversion to swift 4.2 this is what it is giving as error

sdgros01 avatar Jan 23 '19 15:01 sdgros01

Odd that is still gives the warning to upgrade. Try grabbing the version from my GitHub (which I’m not sure of the working status) and build that after changing the ID’s

burntscarr avatar Jan 24 '19 03:01 burntscarr

Your version gives still the “Swift Compiler Error”. It says “Editor placeholder in source file”

Edit: Nevermind, i just deleted the file and it worked.

tanner02 avatar Mar 01 '19 15:03 tanner02

Your version gives still the “Swift Compiler Error”. It says “Editor placeholder in source file”

Edit: Nevermind, i just deleted the file and it worked.

which file was it

sdgros01 avatar Apr 01 '19 23:04 sdgros01

@sdgros01 I assume it was “ComplicationDataSource.swift”

burntscarr avatar Apr 02 '19 06:04 burntscarr

@skurrrr as asked above, which file did you delete to fix it?

burntscarr avatar Apr 02 '19 06:04 burntscarr

I deleted the file as suggested complication swift and not in getting a ambiguous reference to member ‘filter’ error. I really want to get this up and running

sdgros01 avatar Apr 02 '19 22:04 sdgros01