Xcode 6 crashing when using Objective-C subproject inside Swift -
i have big obj-c library that's subproject in xcode in several obj-c projects , works well.
i'm trying utilize same library in swift project it's crashing xcode when gets variable declaration of 1 of types library.
the headers seem working because auto-complete sees proper types library. i've added library (libmylib.a) in link binary libraries in other obj-c projects.
class thing { var width: cgfloat // more variables var foo: myclass // class contained in subproject // functions, etc.. }
it crashes xcode if var foo line there, not when create or access it. if it's there. that's why think has not linking subproject or similar.
not sure i'm missing.
thanks.
objective-c xcode swift
No comments:
Post a Comment