<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Is pyrcc5 supposed to be built for the host platform when building for iOS? I am getting the following error for my iOS sysroot but not my macOS sysroot:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgb(67, 45, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">/Users/patrick/dev/vendor/sysroot-ios-64/host/bin/python3.6: Error while finding module specification for 'PyQt5.pyrcc_main' (ModuleNotFoundError: No module named 'PyQt5')</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgb(67, 45, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">/Users/patrick/dev/vendor/sysroot-ios-64/host/bin/python3.6: Error while finding module specification for 'PyQt5.uic.pyuic' (ModuleNotFoundError: No module named 'PyQt5')</span></div></div><div class=""><br class=""></div><div class="">Building native pyrcc5 for an iOS sysroot would allow you to generate pyqt resource files when building for iOS.</div><div class=""><br class=""></div><div class="">Thanks!</div><div class="">-Patrick</div></body></html>