-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Changing Project Name and other naming conventions in Xcode 8 #44
Comments
Are you using latest source code? Just earlier today I've updated project to use Carthage for dependencies management. |
Yes I just downloaded it again from github a few hours ago Anton. Thanks if you can help me figure it out!
|
Install carthage and run following command:
Alternatively you just use a version from tag which doesn't require any extra steps: |
Thanks Anton! Carthage helped fix the issue. I appreciate you getting right back to me!
|
Anton,
I am working with a Tkstar tracker that Kevin Stevens from Vitaltrace UK discovered. He has it running on port 5013. I'm trying to get messages to the panel but so far nothing is showing up in the log files. Could it be that you built the protocol for that into his panel? Let me know i'm interested in getting this device working. Hope all is well with you.
Thanks,
Dirk
|
How is this question related to Traccar Client for iOS? I'm not sure if you realise that you posted a comment on GitHub. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've spent hours mostly looking on stackoverflow and apple which were mostly old and not accurate. I eventually found a video on YouTube that got me almost where I was trying to get to. Changing the project name and the way Xcode deals with recursive directory structures is not as easy as it sounds.
Here's a link to the video that helped me:
https://www.youtube.com/watch?v=jRnVjtNLLLk
Hopefully the last issue that I'm having trouble resolving is a file not found error with:
InAppSettingsKit/IASKAppSettingsViewController.h
If someone can help me figure this out I would greatly appreciate it. I'm pretty sure if I can get this header fixed it will compile correctly.
Thanks!
Dirk Pepperd
The text was updated successfully, but these errors were encountered: