limura / NovelSpeaker

text speech app for text novel site.
https://limura.github.io/NovelSpeaker/
MIT License
27 stars 5 forks source link

Podsディレクトリが存在しておりません。 #125

Closed Mattz-P closed 3 years ago

Mattz-P commented 3 years ago

PullしようとしたらPodsディレクトリが存在してないことに気づいき、.gitignoreを調べると、gitignoreでPodsディレクトリがgit に無視されております。

エラーコードがこちら:

Build target NovelSpeakerURLDownloadExtension of project NovelSpeaker with configuration Debug
error: /Users/username/Documents/GitHub/NovelSpeaker/Pods/Target Support Files/Pods-NovelSpeakerURLDownloadExtension/Pods-NovelSpeakerURLDownloadExtension.debug.xcconfig: unable to open file (in target "NovelSpeakerURLDownloadExtension" in project "NovelSpeaker") (in target 'NovelSpeakerURLDownloadExtension' from project 'NovelSpeaker')
error: /Users/username/Documents/GitHub/NovelSpeaker/Pods/Target Support Files/Pods-NovelSpeakerURLDownloadExtension/Pods-NovelSpeakerURLDownloadExtension.debug.xcconfig: unable to open file (in target "NovelSpeakerURLDownloadExtension" in project "NovelSpeaker") (in target 'NovelSpeakerURLDownloadExtension' from project 'NovelSpeaker')
error: /Users/username/Documents/GitHub/NovelSpeaker/Pods/Target Support Files/Pods-NovelSpeakerURLDownloadExtension/Pods-NovelSpeakerURLDownloadExtension.debug.xcconfig: unable to open file (in target "NovelSpeakerURLDownloadExtension" in project "NovelSpeaker") (in target 'NovelSpeakerURLDownloadExtension' from project 'NovelSpeaker')
error: /Users/username/Documents/GitHub/NovelSpeaker/Pods/Target Support Files/Pods-NovelSpeakerURLDownloadExtension/Pods-NovelSpeakerURLDownloadExtension.debug.xcconfig: unable to open file (in target "NovelSpeakerURLDownloadExtension" in project "NovelSpeaker") (in target 'NovelSpeakerURLDownloadExtension' from project 'NovelSpeaker')
limura commented 3 years ago

cocoapods ( https://cocoapods.org/ ) を導入して、

% pod install

をおこなってください。

ただ、それだけだと多分ビルドはできないと思います。 ソースコードが古くてSwiftの最新バージョンだとエラーしてしまうものとかがありますので。 先程追加しました

patch.sh linkSZTextViewHeader.sh

を実行することで、恐らくビルドは通ると思います。

この辺りを含めてREADME.md でも書くべきですかね……(´・ω・`)

Mattz-P commented 3 years ago

もう少し自分で模索すべきでした。大変お騒がしてすいませんでした。追加ありがとうございます!