pookjw / SidecarPatcher

Enables Sidecar on old Mac and iPad for macOS 10.15
GNU General Public License v3.0
666 stars 53 forks source link

Having Issues getting the patch to work #43

Open RandomFlroidaMan opened 4 years ago

RandomFlroidaMan commented 4 years ago

Hello all, I am relatively new to all things programming and code. This is the first time I have tried to add a patch like this. I am using an early 2015 MacBook Pro:A1502 The ipad I am using is an iPad Pro:MU122LL/A I followed the instructions on this video, and I was unable to get the patch to work. I am unable to get my mac to recognize the iPad by wired or wireless connection. https://www.youtube.com/watch?v=YJ4FLFL7nUE&t=8s When I try running the patch, I get several errors about there being unresolved identifiers. Then, there are many many instances of this: 2c1;2c1;2c1 being repeated. Hopefully it's an easy fix, let me know if you have any ideas!

Jens24 commented 4 years ago

I have this same problem. Is there any help! I get after typing in sudo swift (the main.swift file) and then after return my password then return - the following

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Any ideas?!?

pookjw commented 4 years ago

I have this same problem. Is there any help! I get after typing in sudo swift (the main.swift file) and then after return my password then return - the following

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Any ideas?!?

Did you follow Step 2 on this guide?