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

BitCode Support #67

Closed mdflores closed 3 years ago

mdflores commented 3 years ago

We are trying to create an Archive for our app that integrates LogmeinRescue. our project is bitcode enabled. Xcode is failing the archiving process. Is there a way to support this?

ld: bitcode bundle could not be generated because '/Users/REDACTED/Library/Developer/Xcode/DerivedData/REDACTED-barlvhqutairsyczcmydolwwqyfj/Build/Intermediates.noindex/ArchiveIntermediates/REDACTED/BuildProductsPath/UAT-iphoneos/XCFrameworkIntermediates/RescueBroadcast/RescueBroadcast.framework/RescueBroadcast' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build file '/Users/REDACTED/Library/Developer/Xcode/DerivedData/REDACTED-barlvhqutairsyczcmydolwwqyfj/Build/Intermediates.noindex/ArchiveIntermediates/REDACTED/BuildProductsPath/UAT-iphoneos/XCFrameworkIntermediates/RescueBroadcast/RescueBroadcast.framework/RescueBroadcast' for architecture arm64

Xcode: 12.3 Swift 5 Bitcode Enabled

Thanks!

exceptioncatcher91 commented 3 years ago

Hi @mdflores

Thanks for reporting this issue. Our new sdk release (5.11) is going to contain the fix for this issue.

Daniel

exceptioncatcher91 commented 3 years ago

@mdflores Our new SDK version (5.11) has been released and available via Cocoapods.

mdflores commented 3 years ago

Thank you will try and update to the latest one..