specta / expecta

A Matcher Framework for Objective-C/Cocoa
MIT License
1.59k stars 158 forks source link

iOS 10 deprecation warning #190

Closed spekke closed 6 years ago

spekke commented 6 years ago

I get the following warning when compiling with deployment target 10.0

Pods/Expecta/Expecta/EXPExpect.m#L128: ‘OSMemoryBarrier’ is deprecated: first deprecated in iOS 10.0 - Use atomic_thread_fence() from <stdatomic.h> instead [-Wdeprecated-declarations] 
 OSMemoryBarrier(); 
orta commented 6 years ago

Sure, you wanna take a look at fixing it?