-
Notifications
You must be signed in to change notification settings - Fork 642
Install fail #588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is this on latest master? There were couple project related changes that might end up with this kind of issue. Also make sure you open appledoc.xcworkspace, not .xcodeproj |
same issue... I should I've tried the install script before merging ld: warning: directory not found for option '-L/Users/coeur/Development/iOS/appledoc/build/Release/Discount' |
@KevinJue, can you retry now? |
@tomaz yes it's on master and obviously after pod install i use .xcworkspace. @Coeur Well i got an other error
file xcworkspace exist. |
I'm sorry, the previous fix was gitignored. Now it should be good. |
I got tricked by the bold **** INSTALL SUCCEEDED **** message. |
We could add a line to the Build phase "Run Script":
But then it would hardcode the installation to that path. |
I've found a solution. I'm sorry for the 24 hours broken service. commit 886424a should be good. |
** INSTALL SUCCEEDED ** install: /tmp/Build/Intermediates/ArchiveIntermediates/appledoc/InstallationBuildProductsLocation/usr/local/bin/appledoc: No such file or directory i using the 'appledoc --version' why ? @Coeur |
@leechance you may want to open a new issue, as this one is unlikely to be reopened. Also, I no longer contribute to appledoc (see #615), so @tomaz may help you better than I. |
@leechance Seems the path is changed (Not sure if in latest Xcode or in OSX 10.13). You can easily fix it modifiying the script install-appledoc.sh -install -v /tmp/Build/Intermediates/ArchiveIntermediates/appledoc/InstallationBuildProductsLocation/usr/local/bin/appledoc "$BINARY_DIR" At line 45. Would do a pull request but haven't evaluated the impact on other Xcode/OSX versions so not really safe to just replace for everyone ... Xcode 9.0 Br, |
Bah, if you put the details here, I'll reopen. |
Please do PR against Xcode 9, it’s latest released version so latest codebase needs to be working against it @antonymc |
Seems to be fixed, at least with Latest Xcode 9.1:
I think this issue can be closed. |
Uh oh!
There was an error while loading. Please reload this page.
Xcode 7.2
OS: El Capitan 10.11.3
I follow readme to start documentation, but on sudo sh install-appledoc.sh a got a install failed.
Obviously i install pod and project build correctly on xcode but not with sh, so i dont get the binary exported
It's a bug or i miss something ?
The text was updated successfully, but these errors were encountered: