Skip to content
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

Tutorial #8

Closed
GitDevLoc opened this issue Feb 19, 2020 · 3 comments
Closed

Tutorial #8

GitDevLoc opened this issue Feb 19, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@GitDevLoc
Copy link

Can You Screen Record a Tutorial On How To Build & Run This?

Thanks

@raviteja10081996
Copy link

newbie to xcode or have any idea of it ?
@GitDevLoc
if have any idea of xcode follow the readme guidelines and check the previous issues which eventually get u to project or else let me know if u are newbie i will give a detail description to run the project

@Schlaubischlump Schlaubischlump added the documentation Improvements or additions to documentation label Feb 29, 2020
@raviteja10081996
Copy link

guide pdf link
https://drive.google.com/open?id=1fH7O6IUKogxUALBLt4GVnhBUCTMp-8sA

@raviteja10081996
Copy link

raviteja10081996 commented Jun 1, 2020

few update to guide :

  1. Before installing libimobiledevice (step 6) , install the new version of libusbmuxd and libplist for libimobiledevice . Use below commands one by one to install the latest versions
    brew install usbmuxd --HEAD
    brew install libplist --HEAD

now install the libimobiledevice (step 6).

  1. in the step 16 of guild you will see 5 frameworks present in screenshot but the developer removed some excess code so will have only 3 frame works which means (libcrypto.1.1.dylib & libssl.1.1.dylib) are removed from code

  2. In Step 20 Now delete the 3 frameworks and replace them as developer uses different version and you may have different which means you dnt need to do step 28 (libcrypto.1.1.dylib & libssl.1.1.dylib) are removed from code

  3. you will get an extra error plist/plist.h' file not found
    so plist.h is found in libplist path check your by : /usr/local/Cellar/libplist tmove to head then into include
    replaced command looks like this : /usr/local/Cellar/libplist/HEAD-e2a030a/include/plist/plist.h
    head number varies
    rest all the same as in guide
    I didn't have time to edit pdf ,if any one interested have a look in creating one ! and post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants