paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

Archive issue (Enable Bitcode) #13

Open aparandiy opened 4 years ago

aparandiy commented 4 years ago

bitcode bundle could not be generated because '/Users/xxxx/Desktop/xx/xx/paytabs-iOS.framework/paytabs-iOS(PTFWSessionManager.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '/Users/xx/Desktop/xx/xx/paytabs-iOS.framework/paytabs-iOS' for architecture arm64

i can't to archive my project because of this error, how to fix it? i use the last sdk ios_sdk-v4.0.6-ocr

cogtea commented 4 years ago

@aparandiy We don't support bitcode in our framework, might be in next release, please try to set enable bitcode NO and try to archive.

Screen Shot 2020-02-11 at 9 02 31 PM

aparandiy commented 4 years ago

setting "Enable bitcode" to "No" resolved the issue, but what if i need the bitcode in my app?, please fix it in next release, thanks.

cogtea commented 4 years ago

@aparandiy Thanks for your update, will notify you once we support it soon.

mshangiti commented 4 years ago

I had a similar issue, solved by your suggestion. Kindly consider supporting bitcode in your next release.