Hi everyone! anyone know why when i import depende...
# multiplatform
s
Hi everyone! anyone know why when i import dependencies using cocoapods in swift suddenly the shared module is not recognized? I just created a project with the wizard -> added the pod file -> pod install -> now the shared module is not found this is my pod file
Copy code
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!

# ignore all warnings from all pods
inhibit_all_warnings!

target 'iosApp' do

  # ML Kit
  pod 'GoogleMLKit/BarcodeScanning', '3.2.0'
  pod 'GoogleMLKit/TextRecognition', '3.2.0'

end
y
make sure the search paths are correct
s
yep i think so I just add the pod init and suddenly stop working and importing the shared module and Im looking for official projects using pods but no one does, Im start thinking that native cocoapods not works in kmp
as soon as I did a pod install stop working the app