Hello I'm trying to make an app with wikitude in IOS, but I scan one of the image in my file.wtc don't show the video.
The app open the cam and showing the marker but don't show my video with the image.
I have the same example in Andorid in this OS it's working excelent.
This picture show my files in XCode: filesXCode.png.
I'm following the example of the WikitudeSDK_iOS_4_0_0.
A
Andreas Schacherbauer
said
over 8 years ago
I guess the problem is that you have added the folder 'ARchitectWorld' as a folder group and not a folder reference. Delete the folder from your project and add it again but with the 'create folder reference' checkbox selected. The folder should then appear with a blue icon and not a yellow one. You can also have a look at our example application which adds it's architect worlds as folder references.
Best regards
Andreas
B
Bodoquezorrilla
said
over 8 years ago
Hi Andreas, I follow your instructions but doesn't work, continuos don't show my info.
FilesIOS.png it's my image, shows my files.
This is part of my code, is the same of the example WikitudeSDK_iOS_4_0_0.
- (void)viewDidLoad
{
;
// Do any additional setup after loading the view.
Bodoquezorrilla