Open Wenfengcheng opened 5 years ago
How to quickly bind iOS third-party libraries:
platform :ios, ‘12.1’ install! ‘cocoapods’, :integrate_targets => false target ‘ObjectiveSharpieIntegration’ do use_frameworks! pod ‘XXX’ end
cd [Full-Path-To-Podfile]
pod install --no-repo-update
Sharpie pod bind
How to quickly bind iOS third-party libraries:
Steps
cd [Full-Path-To-Podfile]
and runpod install --no-repo-update
.Sharpie pod bind
to complete this binding.Reference