-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog #145
Comments
It's a harmless i386 warning that LLVM/Clang folk have no intention of fixing, from what I've heard. It looks like my changes to the Xcode project undid what I did to inhibit the warning. I'll fix it soon, but in the meantime you can include |
hi, i cannot silence the warning in the way you suggested, are you talking about the project or target settings? Thanks for your work. Marco |
Can't silence the warning also, any workarounds? |
There's a glitch here with CocoaPods that I'm working on fixing, though I'm confirming with a fresh project right here that |
The warning showed up for me when libffi was updated to 3.0.13. Forcing CocoaPods to use a previous version inhibited the warning for me. |
Sorry, there was a bit of a snafu with someone doing something they shouldn't have to the pod spec. 3.0.13 is okay to use again if you pull the spec repo, |
|
I'm also getting the error using that flag: Any workaround? |
This is still a problem for me as well, Xcode 5 |
Got this warning after upgrading to the latest libffi
The text was updated successfully, but these errors were encountered: