learn-co-students / swift-ClassesMagic-lab-swift-intro-000

Other
0 stars 90 forks source link

Not compiling in Xcode 8.3 #15

Open Anatolie opened 7 years ago

Anatolie commented 7 years ago

Receiving the following error when attempting to compile & run tests:

Apple Mach-O Linker Error Linker command failed with exit code 1 (use -v to see invocation)

Have tried to re-clone the repo & compile, but still receiving same error. Believe this is to do with the included frameworks in the project for this lab. Please see my PR - I have only made changes to the .swift files as instructed to in the lab.

My PR: #14

saroar commented 7 years ago

same here :(

saroar commented 7 years ago

@Anatolie did you solve it ?

kellylougheed commented 7 years ago

I ran into the same error. I updated the Swift syntax after receiving this warning:

swift

However, this only resulted in 516 new compiler errors.

Anatolie commented 7 years ago

@saroar No solution - the project is out of date for the new Xcode/iOS framework unfortunately. Tried everything to fix, no dice.