-1
Я использую HTMLKit как стручок, он работает на симуляторе, но не на устройстве. Вот журнал аварии при попытке запуска на iPhone:HTMLKit работает на симуляторе, но не на устройстве
dyld: Library not loaded: @rpath/HTMLKit.framework/HTMLKit
Referenced from: /var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/QT
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/Frameworks/HTMLKit.framework/HTMLKit: code signing blocked mmap() of '/private/var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/Frameworks/HTMLKit.framework/HTMLKit'
/private/var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/Frameworks/HTMLKit.framework/HTMLKit: code signing blocked mmap() of '/private/var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/Frameworks/HTMLKit.framework/HTMLKit'
/private/var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/Frameworks/HTMLKit.framework/HTMLKit: code signing blocked mmap() of '/private/var/containers/Bundle/Application/224DD69B-25A6-4D52-85F7-242C9B070BE0/QT.app/Frameworks/HTMLKit.framework/HTMLKit'
Я тоже получил эту ошибку, когда я использовал бесплатную учетную запись Apple, разработчик и попытаться развернуть приложение на устройстве. Изменил его в премиум-команде в Signing Xcode, решил мою проблему. –