xcodeで「/Fabric.framework/run: No such file or directory」でビルドできない場合
/Users/hoge/Library/Developer/Xcode/DerivedData/Kitinto-binugjelbeybstezkdkevmnfndyl/Build/Intermediates.noindex/Kitinto.build/Debug-iphoneos/Kitinto-mobile.build/Script-846C77D81C0D4E53008D6432.sh: line 2: ./Fabric.framework/run: No such file or directory
こんなエラーでビルドできない。
TARGETS > Build Phases > Run Script の
の
./Fabric.framework/run 〜
を
"${PODS_ROOT}/Fabric/Fabric.framework/run" 〜
に変えたらビルドできるようになりました!
Podfileで入れた場合や、xcodeやswiftのバージョン等で変わってくるようです。
参考記事様
https://stackoverflow.com/questions/29071277/integrate-fabric-crashlytics-via-cocoapods/31440066
以前は通ったのに、久々触ったら通らなくなったw
Author And Source
この問題について(xcodeで「/Fabric.framework/run: No such file or directory」でビルドできない場合), 我々は、より多くの情報をここで見つけました https://qiita.com/matsuyoro/items/882e8156d6ea4099015a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .