Form icon indicating copy to clipboard operation
Form copied to clipboard

Swift Syntax Error

Open jamrader opened this issue 8 years ago • 1 comments

Including these two lines in my pod file

use_frameworks!
pod 'Form'

I'm getting a Swift version error when I try to build. At that point, I Edit > Convert to current Swift Syntax.

Unfortunately, I then get an error that says the file I import in the line #import "UIColor+Hex.h" does not exist. I go through and remove all code that references that file. Then at that point I try to build but am getting a Apple Mach-O Linker Error.

Any suggestion on how I can resolve these issues? The project looks amazing so I'd like to be able to give it a try.

jamrader avatar Sep 04 '17 17:09 jamrader

Hi @jamrader! Which version of Xcode and Swift are you using?

3lvis avatar Sep 04 '17 20:09 3lvis