4np / TVGemist

An *Unofficial* Uitzending Gemist application for  TV
Apache License 2.0
22 stars 4 forks source link

probleem met de swift compiler #8

Closed tomvanhelderen closed 6 years ago

tomvanhelderen commented 6 years ago

Short description of the issue

Issue type

What is the expected behaviour?

What is actually happening?

Steps to reproduce

Extra information

Version you are using: ?

tvOS version: ?

Xcode version: ?

tomvanhelderen commented 6 years ago

schermafbeelding 2018-03-31 om 23 01 25

4np commented 6 years ago

It sounds like you're still using Xcode 9.2 as compactMap is new in Swift 4.1 (which is bundled with Xcode 9.3). You need to go into Software Update and update Xcode to 9.3 in order to build (as stated here).

screen shot 2018-03-30 at 09 20 32

If you keep running into build issues, try cleaning:

1) COMMAND-SHIFT-K before building 2) or, in Terminal: rm -rf ~/Library/Developer/Xcode/DerivedData/ before building

technimad commented 6 years ago

I had the same issue. An update of Xcode did fix this.

tomvanhelderen commented 6 years ago

Yup, it's fixed! :)