SFaceCompare
SFaceCompare copied to clipboard
/Pods/SFaceCompare/SFaceCompare/SameFace.framework/SameFace' does not contain bitcode.
Hi, When I try to build for my iPhone X device I get this error:
'/Users/////////Pods/SFaceCompare/SFaceCompare/SameFace.framework/SameFace' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users////////*/Pods/SFaceCompare/SFaceCompare/SameFace.framework/SameFace' for architecture arm64
I disabled bitcode by going to your target's Build Settings -> Set Enable Bitcode to "No" for the SFaceCompare, but the issue continue.
I'm using: XCode Version 11.4 (11E146)
If more information is needed, just let me know.
Thanks,
Hi @hsabino I've fixed the problem, just waiting for the pull request to be accepted. We'll hopefully soon find an updated version on CocoaPods. In the meantime you can use SameFace.framework from my pull request which will fix your issues.
@horrion I've just updated and rebuild SameFace.framework. For new updates. Probably your help may require. Cause building SameFace.framework universal framework is a pain
for me) And anything may go wrong.
Could you try the new version and let me know, pls.
Wait, so you've built the framework, but not as a universal framework and now you'd like me to build it as a universal framework?