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
youssef hachicha
06/14/2024, 1:52 PM
make sure the search paths are correct
s
SergioR
06/14/2024, 2:13 PM
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
SergioR
06/14/2024, 2:22 PM
as soon as I did a pod install stop working the app