I am trying to create a structure that has several different variable of different types in it.
several of the types are of NSString, but trying to do this was caus
Dont put objective C objects in structs. Thats why Obj C supports classes. You are coding C.