Closed Hari1011 closed 4 years ago
Do you have git-lfs installed? Cocoapods use git-lfs to get large files like the binary is in LMICoreMedia.framework. It should be around 165MB.
Yes @tibiur , I have installed git-lfs and cocoapods downloaded LMICoreMedia.framework(165MB) file. After this process only I got this issue.
Found what's the problem: the Info.plist file is missing from the LMICoreMedia.framework. Quick fix: restore it from the previous release. We will restore this file and create a new release shortly.
Thank you @tibiur , It is working fine with the latest RescueSDK(5.3).
I have changed deployment target to iOS11.0 and updated RescueSDK 5.2 with Xcode 11/11.1. But I am not able to install the app in iOS13 devices, getting the error like in the attached screenshot. In iOS 12 and below devices, camera is not working. And in RescueSDK example app also same issue. Please help me on this.
Installed RescueSDK by using CocoaPods like below target 'MyAppTarget' do pod 'RescueSDK/Core' pod 'RescueSDK/LMICoreMedia' end