Hello there,
I suppose it's way too late for you specifically, but I can nonetheless answer for others.
The procedure to solve undefined symbols is given in the help files, but in case you followed it without success, and assuming you did provide all the libraries and frameworks your app needs to the builder, such errors generally mean the concerned code requires a function from a library or framework that hasn't been found in the SDK with which you are building.
In such cases updating your iOS SDK has great chances to solve the problem.
Take care meanwhile that other parts of your app's code don't use functions or APIs that would be deprecated by Apple in this new SDK.
If it does not, it might mean that one of the precompiled libraries or frameworks you use requires an exact match with the rest of the system, as indicated here (and you see it's not a problem directly related with the builder): https://forums.developer.apple.com/forums/thread/749915