Closed fukemy closed 1 year ago
Try cmd+option+shift+k to clean build folder and run again
tried but not working
com.apple.dt.MobileDeviceErrorDomain
suggest that it is related to a signing problem: https://stackoverflow.com/questions/64294387/unable-to-install-ios-app-on-device-domain-com-apple-dt-mobiledeviceerrordomaiPodfile
and run pod deintegrate && pod install --repo-update
again:
# Disable signing for pods
post_install do |installer|
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end
end
end
end
Xcode 14 change the behavior of signing for each pod bundles, this extra config will exempt you from signing them one by one. ML Kit will add this change on our next release, but for now, please use this change to work around the problems. Thanks.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Example Steps to reproduce the behavior in sample app:
If applicable, please include
code snippet
andsample input(image, video, text, etc)
Expected behavior A clear and concise description of what you expected to happen.
SDK Info:
Smartphone:
Development Environment: (For Android issue feel free to skip this section)