Hi im having some prolems with the ios 6 fix, i update the unity package with the new version, im when im compiling the project it show 1 error that qcarunitplayer.h was not found, so i just drage it form the plugins folder from the unity project to the classes folder of the xcode project, and i hit compile again and then 15 errors it shows:
----------------------------------
Undefined symbols for architecture armv7:
"_GetNextFrameTime", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetYHeight", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetUVStride", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_DecodeFrame", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_CloseStream", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_ReAllocTexture", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_OpenStream", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_DecodeAndUpload", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetPicWidth", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetYStride", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetUVHeight", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetPicHeight", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetPlane", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_GetAspectRatio", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
----------------------------------------------
Im using 1.5.9 ios version of vuforia
mac osx 10.7.4
xcode 4.4.1
testing my app on a device iphone 4 with ios 5.1.1
i need to set to arm7, because i use some shaders that only works on arm7
please i need some help.
I had used Vuforia sdk iOS 2.8.7 IN xcode 5.1, have some issue are found in my code, cou;ld you suggest me to slove this issue.
ld: warning: ignoring file ../../build/lib/arm/libQCAR.a, missing required architecture i386 in file ../../build/lib/arm/libQCAR.a (2 slices)
Undefined symbols for architecture i386:
"QCAR::ImageTarget::getClassType()", referenced from:
-[QCARutils findImageTarget:] in QCARutils.o
-[QCARutils getImageTarget:] in QCARutils.o
"QCAR::MultiTarget::getClassType()", referenced from:
-[QCARutils findMultiTarget] in QCARutils.o
"QCAR::CameraDevice::getInstance()", referenced from:
-[QCARutils cameraSetTorchMode:] in QCARutils.o
-[QCARutils cameraSetContinuousAFMode:] in QCARutils.o
-[QCARutils cameraPerformAF] in QCARutils.o
-[QCARutils startCamera] in QCARutils.o
-[QCARutils stopCamera] in QCARutils.o
-[QCARutils configureVideoBackground] in QCARutils.o
"QCAR::ImageTracker::getClassType()", referenced from:
-[QCARutils initTracker] in QCARutils.o
-[QCARutils startCamera] in QCARutils.o
-[QCARutils stopCamera] in QCARutils.o
-[QCARutils unloadDataSet:] in QCARutils.o
-[QCARutils loadDataSet:] in QCARutils.o
-[QCARutils deactivateDataSet:] in QCARutils.o
-[QCARutils activateDataSet:] in QCARutils.o
...
"QCAR::MarkerTracker::getClassType()", referenced from:
-[QCARutils stopCamera] in QCARutils.o
"QCAR::getBufferSize(int, int, QCAR::PIXEL_FORMAT)", referenced from:
-[ARCALView createCGImage:] in ARCALView.o
"QCAR::requiresAlpha()", referenced from:
-[AR_EAGLView initRendering] in AR_EAGLView.o
"QCAR::TrackerManager::getInstance()", referenced from:
-[QCARutils initTracker] in QCARutils.o
-[QCARutils startCamera] in QCARutils.o
-[QCARutils stopCamera] in QCARutils.o
-[QCARutils unloadDataSet:] in QCARutils.o
-[QCARutils loadDataSet:] in QCARutils.o
-[QCARutils deactivateDataSet:] in QCARutils.o
-[QCARutils activateDataSet:] in QCARutils.o