Closed AlexMoumou closed 1 month ago
Hi there. Sorry for the late response. I've checked this case, there are few things to do in order to integrate this MeetingDoctorsSDK package:
:linking
option. The : use_default_xcode_linking
doesnt work in some corner cases.:products
option to specify what products to use. By default, it's implicitly inferred as the name of the package (MeetingDoctorsSDK).
But in this case, the library products declared in the manifest is MeetingDoctorsSDKWrapper, not MeetingsDoctorSDK (see: here)To sum up, the spm_pkg declaration would be:
spm_pkg "MeetingDoctorsSDK",
:url => "https://github.com/Meeting-Doctors/meetingdoctors-sdk-spm",
:branch => "main",
:products => ["MeetingDoctorsSDKWrapper"]
I've tried that on the example project and it works on my end. Thank you!
What happened?
This is my Gemfile:
source 'https://rubygems.org'
And the podfile as specified in the usage:
After executing
bundle exec pod install
:Error
CocoaPods environment
Stack
Installation Source
Plugins
Podfile
Anything else?
No response