Y
Hacker News
new
|
ask
|
show
|
jobs
by
rjmccall
1954 days ago
Swift frameworks that use ObjC system libraries will still use objc_msgSend.
1 comments
_qulr
1954 days ago
D'oh, right. A good test might be difficult. In the absence of that, I guess the safe bet is just to count every Swift binary as a false positive for ObjC, though that's not quite fair, since you can mix the two in the same code base.
link