WWWConnection iOS Build errors with new update

The recent 4.3.4 update causes the following errors for my iOS project when I try to build:

Undefined symbols for architecture armv7:
“Register_UnityEngine_Sprite_Internal_GetTextureRectOffset()”, referenced from:
RegisterAllStrippedInternalCalls() in RegisterMonoModules.o
“_UnityReportWWWSentData”, referenced from:
-[UnityWWWConnectionDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:] in WWWConnection.o
“_UnityReportWWWReceivedData”, referenced from:
-[UnityWWWConnectionDelegate connection:didReceiveData:] in WWWConnection.o
“_UnityReportWWWFinishedLoadingData”, referenced from:
-[UnityWWWConnectionDelegate connectionDidFinishLoading:] in WWWConnection.o
“_UnityReportWWWReceivedResponse”, referenced from:
-[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o
“_UnityReportWWWFailedWithError”, referenced from:
-[UnityWWWConnectionDelegate connection:didFailWithError:] in WWWConnection.o
“_UnityReportWWWStatusError”, referenced from:
-[UnityWWWConnectionDelegate connection:didReceiveResponse:] in WWWConnection.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I saw that the latest update “fixed” issues with wwwconnection and I’m guessing this has something to do with it. If anyone could point me in the right direction, that would be cool.

please do replace. Always use replace when you update unity. These errors most likely mean that you have old unity library in your project