Have been trying to compile but keep getting this error:
WatchKit Extension doesn't contain any WatchKit apps whose bundle identifiers match "org.videolan.vlc-ios.watchkitapp". Verify that the value of WKAppBundleIdentifier in your WatchKit Extension's Info.plist matches the value of CFBundleIdentifier in your WatchKit App's Info.plist.
ValidateEmbeddedBinary /Users/mojado/Library/Developer/Xcode/DerivedData/VLC_for_iOS-bdqigispsecwakfuwghljywrdliw/Build/Products/Debug-iphoneos/VLC\ for\ iOS.app/PlugIns/VLC\ for\ iOS\ WatchKit\ Extension.appex
cd /Users/mojado/Desktop/VLC-iOS-2.6.6-6f0a04b66f888db4fe3407052cd4229d821437b3
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
builtin-embeddedBinaryValidationUtility /Users/mojado/Library/Developer/Xcode/DerivedData/VLC_for_iOS-bdqigispsecwakfuwghljywrdliw/Build/Products/Debug-iphoneos/VLC\ for\ iOS.app/PlugIns/VLC\ for\ iOS\ WatchKit\ Extension.appex -signing-cert 7688A34CF965AB09C837E67ADF9998B2A1759D6D -info-plist-path /Users/mojado/Library/Developer/Xcode/DerivedData/VLC_for_iOS-bdqigispsecwakfuwghljywrdliw/Build/Products/Debug-iphoneos/VLC\ for\ iOS.app/Info.plist
Have checked every file named Info.plist on my machine and verified that the appropriate files have the correct code signs (my own). I can't locate the file the error specifies, so I'm not sure what it is I'm missing here?