If you integrated a Unity scene using Vuforia, you should be able to see those libraries libVuforia.a
and libVuforiaUnityPlayer.a
at the path Demo/Vendor/Unity/Libraries/Plugins/iOS/
If you don't see those libraries you should try to integrate your Unity scene once again. If they're here, in Xcode go to Build Phases, then Link Binary With Libraries and make sure you have those above libraries as well as libiPhone.a
(those are the libraries given by your Unity scene and you definitely need them), if not add them.
Also, I believe you followed a tutorial to integrate a normal Unity scene, however when you use Vuforia you need to make some other steps. For instance, you'll have to add the folder references of Data AND QCAR. I recommend you to try once again your integration with this tutorial which is more relevant to what you want to do.
I hope this will be useful to you and I wish you good luck in your integration.