You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried this on Xcode 5 / iOS 7 and every call to NSLog and others cause a SIGPIP.
Screenshot:
I spent some time looking at the code and everything seems correct to me :-/ All I can think of is something that was allowed pre iOS 7 isn't now, but the code checks for returns code of every dup2 and pipe function call :-/
Ideas?
The text was updated successfully, but these errors were encountered:
Just tried this on Xcode 5 / iOS 7 and every call to NSLog and others cause a SIGPIP.
Screenshot:
I spent some time looking at the code and everything seems correct to me :-/ All I can think of is something that was allowed pre iOS 7 isn't now, but the code checks for returns code of every
dup2
andpipe
function call :-/Ideas?
The text was updated successfully, but these errors were encountered: