ios - Facebook SDK giving unused variable compile errors in Xcode 5.1 -
i'm getting lot of unused variable errors after updating new version of , xcode 5.1.
compiler saying unused variables errors, , checked compiler settings didn't modify treating warning errors.
this happened after updated xcode 5.1
there seems indeed issue facebook ios sdk , compiling on xcode 5.1 if compiling itself. opened bug in facebook support system: https://developers.facebook.com/x/bugs/1449419898627543/
as temporary workaround - can fix turning off treating warnings errors ( practice btw use our sdk) by: 1. open facebook proj file (or project inside existing project 2. go build settings of entire project 3. change "treat warnings errors" field yes no.
this let compile these warnings - alert updated sdk in coming days.
Comments
Post a Comment