Closed konstantinlois closed 1 year ago
Are you using a Podfile, could you share your Podfile?
Thank you for your response. Regarding your question: Since I was building a module myself, I had no podfile but a podspec.
However, I figured out a solution for the problem. I just had to specifically import only the digital ink part from MLKit (not the whole MLKit). It is working now.
Thank you.
Describe the bug I am trying to build an ios library that leverages the Google digital ink library. However, I am struggling to import the digital ink library into my own library as a dependency.
To Reproduce Example Steps to reproduce the behavior in sample app:
s.dependency 'GoogleMLKit/DigitalInkRecognition', '~> 3.2.0'
in the podspec of my libraryimport MLKit
somewhere in the project (for example in some view file)pod install
no such module ‘MLKit’
(it’s complaining about theimport MLKit
line)Am I missing something?
If applicable, please include
code snippet
andsample input(image, video, text, etc)
Expected behavior App building successfully.
SDK Info:
Smartphone: (not applicable)
Development Environment: (can be provided, if important) (For Android issue feel free to skip this section)
Thank you for your help.