Replies: 1 comment 5 replies
-
Could you share you minimal xcode project? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CocoaPods Setup
I have attempted to create a minimal iOS project following the
VerovioExample
template and CocoaPods with Verovio version 5.3.2 on iOS 18. However, I'm encountering several errors related to the vrv namespace not being found. The example itself works, but that appears to be pulling version 2.7.2.VerovioFramework as a Subproject
I have also tried adding Verovio as a submodule (which would be my preferred option) and including the Verovio XCode project as a subproject:
The framework itself is building fine, but when including in a wrapper like so,
#import <VerovioFramework/VerovioFramework.h>
I'm running into the following error,
#include "metersiggrp.h" file not found
Is there a minimal working example of an iOS project that uses VerovioFramework? Am I just going down the wrong route trying to include it as a sub project.
Many thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions