前提・実現したいこと
Xcode11.3
Swift5
macOSMojave10.14.6
iPhone6s iOS13.3.1
つい先日までは実機でシミュレートできたのですが、▶️を押すとこのようなエラーが出てきてシミュレートできません。実機でないシミュレーターは正常に作動します。アプリにはFirebase,ESTabBarControllerをインストールしています。
⑴この現状は何が原因なのでしょうか?
⑵どのようにすれば実機ビルドができるようになるでしょうか?
発生している問題・エラーメッセージ
Thread 1: signal SIGABRT
dyld: Library not loaded: @rpath/ESTabBarController.framework/ESTabBarController Referenced from: /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/アプリ名 Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController: code signature invalid for '/private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController' /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController: stat() failed with errno=25 /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController: code signature invalid for '/private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController' /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController: stat() failed with errno=1 /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController: code signature invalid for '/private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController' /private/var/containers/Bundle/Application/099E5032-720E-4C42-A4F2-6EC1EE83A346/アプリ名.app/Frameworks/ESTabBarController.framework/ESTabBarController: stat() failed with errno=1 (lldb)
ESTabBarControllerを削除しても
dyld: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher Referenced from: /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/アプリ名 Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: code signature invalid for '/private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: stat() failed with errno=25 /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: code signature invalid for '/private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: stat() failed with errno=1 /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: code signature invalid for '/private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher' /private/var/containers/Bundle/Application/4EC628A6-B802-418F-893D-0FEF43C198C7/アプリ名.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher: stat() failed with errno=1 (lldb)
と次々とフレームワークのエラーが出てきます。
試したこと
以下の記事を参考にしましたが、どれもダメでした。
dyld: Library not loaded: @rpath/... Referenced from: ... Reason: image not found について
vimが「dyld: Library not loaded」エラーが出て起動できない(MacOS High Sierra)
dyld__abort_with_payload: With no error message ](https://stackoverflow.com/questions/42027601/dyld-abort-with-payload-with-no-error-message) [“dyld
__abort_with_payload” error on iPhone 5s device
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。