0

I'm trying to make an app with Wikitude, I followed all the steps on the Wikitude init page for the SDK setup in iOS (http://www.wikitude.com/developer/documentation/ios) and when I try to build the project, I get exactly 8 build errors

enter image description here

enter image description here

I Googled this, but nothing actual came up, all from 2014 and not exactly my problem too.

I tried the following solutions, but nothing worked for me: - Arm64 architecture in xcode 5.1 - https://github.com/facebook/react-native/issues/2685

Community
  • 1
  • 1
Charlotte1993
  • 589
  • 4
  • 27

1 Answers1

2

You need to add CoreMedia to the list of frameworks.

Usually you can determine which framework is missing by the starting letters and function name of the missing symbols. _CM + VideoFormat -> CoreMotion.