-
Notifications
You must be signed in to change notification settings - Fork 149
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
integration with a-shell help wanted #91
Comments
I am not certain what you are trying to do. a-Shell is an app written for ios_system, so it is already integrated with it. All the steps described in the document you quote have already been done. From the text of your error message, you are copying two different files to |
OK, so if a-shell already contains ios_system , why do I obtain those errors when I just download the github code and open the xcode project and try to build it?
|
a-Shell is still being actively developed, and sometimes I add new functions to ios_system because I need them in a-Shell. The released version of iOS_system is behind the repository version by several commits. You will need to clone the ios_system repository and build the frameworks yourself. All the missing functions have been added since the release. |
So, just to make sure I understood everything, if I would like to test a-shell with all latest commands, I have to download both git source code (a-shell and ios_system), and in ios_system: ./get_binaries.sh, ./get_sources.sh and ./get_frameworks.sh, then build ios_system in xcode and link to a-shell? Because I am confused, you said a-shell already has all latest commands from ios_system, so I want to make sure. |
That sounds right, except that get_binaries.sh is not required (get_frameworks.sh does the job). At the end of the building process in ios_system, copy all frameworks generated to the Frameworks directory in the a-Shell directory, then compile a-Shell If I remember correctly, it is mainly ios_system.frameworj that has been modified. Other frameworks are probably unchanged. The latest commit of a-Shell contains references to frameworks for new commands (taskwarrior, python packages, clang and LLVM). If these are not necessary for what you want to do, you can remove them from the project. Otherwise, you might have to compile them too. |
were you ever able to get this to work? |
Hi
when I follow the steps for intergation with your app, I get a compile error in xcode
That the steps I followed
And here my error in xcode
Please help me
The text was updated successfully, but these errors were encountered: