You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help us on plugin side.
We can resolve the issue on native iOS BlinkId , by removing for x86_64 and i386 architecture with the lipo commands in XCode. https://help.microblink.com/hc/en-us/articles/115005399289-iOS-ERROR-ITMS-90087-Unsupported-Architectures-
We have added the lipo commands to remove architecture in this scripts(scripts/initIOSFramework.sh), but not succeeding in this.
Please find below verification errors from Transporter.
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at '/Frameworks/Microblink.framework/Microblink' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
WARNING ITMS-90080: "The executable '/Frameworks/Microblink.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."ERROR ITMS-90087: "Unsupported Architectures. The executable for /Frameworks/Microblink.framework contains unsupported architectures '[x86_64, i386]'."
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at /Frameworks/Microblink.framework/Microblink' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
WARNING ITMS-90080: "The executable '/Frameworks/Microblink.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."
The text was updated successfully, but these errors were encountered:
Apologies for the delay with the answer. And we sincerely hope you're safe.
Let us know if you still face the same issue or did you manage to resolve it. If you didn't, I would suggest we jump on a short call because we need additional help to understand what's exactly the issue.
Please help us on plugin side.
We can resolve the issue on native iOS BlinkId , by removing for x86_64 and i386 architecture with the lipo commands in XCode.
https://help.microblink.com/hc/en-us/articles/115005399289-iOS-ERROR-ITMS-90087-Unsupported-Architectures-
We have added the lipo commands to remove architecture in this scripts(scripts/initIOSFramework.sh), but not succeeding in this.
Please find below verification errors from Transporter.
ERROR ITMS-90087: "Unsupported Architectures. /Frameworks/Microblink.framework contains unsupported architectures '[x86_64, i386]'."
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at '/Frameworks/Microblink.framework/Microblink' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
WARNING ITMS-90080: "The executable '/Frameworks/Microblink.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."ERROR ITMS-90087: "Unsupported Architectures. The executable for /Frameworks/Microblink.framework contains unsupported architectures '[x86_64, i386]'."
ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at /Frameworks/Microblink.framework/Microblink' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."
WARNING ITMS-90080: "The executable '/Frameworks/Microblink.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."
The text was updated successfully, but these errors were encountered: