LogmeinRescue / iOS-SDK

Rescue In-App Support iOS SDK
http://secure.logmeinrescue.com/welcome/webhelp/EN/SDKi/MobileSDK/c_riossdk_overview.html
Other
6 stars 7 forks source link

RescueSDK 5.2: Not installing app in iOS13 devices with Xcode 11/11.1 #44

Closed Hari1011 closed 4 years ago

Hari1011 commented 5 years ago

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

Screenshot 2019-11-04 at 9 15 15 PM
tibiur commented 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.

Hari1011 commented 4 years ago

Yes @tibiur , I have installed git-lfs and cocoapods downloaded LMICoreMedia.framework(165MB) file. After this process only I got this issue.

tibiur commented 4 years ago

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.

Hari1011 commented 4 years ago

Thank you @tibiur , It is working fine with the latest RescueSDK(5.3).