fastred / IBAnalyzer

Find common xib and storyboard-related problems without running your app or writing unit tests.
http://holko.pl
MIT License
951 stars 26 forks source link

Fixed build errors #33

Closed sgl0v closed 6 years ago

sgl0v commented 6 years ago

Xcode9.2 fails to build the project because of SourceKittenFramework. Like:

Clang+SourceKitten.swift:81:52: error: cannot use optional chaining on non-optional value of type 'String'
        return rootXML["Declaration"].element?.text?

Changes:

fastred commented 6 years ago

This is awesome. Thank you!

Would you be able to switch to Xcode 9.2 in .travis.yml too?

sgl0v commented 6 years ago

@fastred Done

fastred commented 6 years ago

Thanks!