Just got Xcode 7 beta a couple days ago and my code that was working in the previous Xcode is "to complex" for the new Xcode...boggles my mind...any suggestions on how to correct this error or shorten up this variable??
using parse as my backend and just creating search texts for search bars.. thanks!
let searchText = (fullName.text + "" + customerEmail.text + "" + address.text + "" + customerPhone.text).lowercaseString
parseClass["searchText"] = searchText
error* Expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions