Facing problem while committing from Xcode - swift

I have to upgrade one of my SDK while doing so after replacing SDK with new upgraded files it is working fine but when trying to push the same on remote that time I am facing the problem. In commit, it is taking only modified files only and some files are showing out of source control. Also, don't know what is the meaning of the (!) symbol. Can someone help with this? Please forgive me for bad English. Thanks in advance.

Related

Flutter generates multiple .xcconfig files in background how to fix it?

I'm building a flutter app and recently when i did git status I got this https://prnt.sc/t5moij
I'm not sure why is this happening and how to solve it since I think it behaves like a trojan virus more or less...
Any advice is appreciated.

Source control not working in Xcode 8

I have updated Xcode in order to program for iOS 10 and for some reason Source Control has stopped working.
Im using Git connected to visual studio data repo, since at least Xcode 6 with no problem at all.
I have checked the URL, User and Password and everything looks ok, I can use the Git with the console with no problem.
But in Xcode 8 Im not able to do anything related with the Source Control, I can't commit, Add files to track or even see the states besides the files (M, A, ?), but if I change something the Git keeps track of the change but Xcode does not.
As you can see in the pictures everything looks ok.
Does anyone is having the same problem??
Does anyone have a clue on what I have to do??
Dos anyone have an idea on what to check or configure in order to solve the problem?
Thanks in advance for any help.
I experienced this very same problem, and also verified that everything was setup correctly. I found that Xcode 8.1 GM seed just became available, downloaded and installed it and I am now able to commit my project without problems.

SourceTree: Setup Assistant Frozen

After updating to the newest version SourceTree application become unusable.
I tried several times to delete application and reinstall it, but result is always the same.
Does anyone have an idea how to solve this problem?
This should be fixed in the current version.

TapkuLibrary.h and <TapkuLibrary> not found - Lexical and Preprocessor Issues

I've had huge troubles with this for quite a while now.
A few days ago after rebuilding my project, I got an error saying "TapkuLibrary.h" was not found. I removed the files attached to the project and followed the directions exactly directed at https://github.com/devinross/tapkulibrary
However, when I tried to rebuild my project, the file is still not found!
I'm using XCode 4.6.1 building for iOS 6.1
I can see that the files attached to the xcode project from Tapku can be found because I can find them in the side bar. For some reason though, TapkuLibrary.h is not found.
Also, when I control a class, it links me to the right symbol for all files except TapkuLibrary.h which is, again, not found.
I'm quite stressed by this, so any clues would be immensely appreciated. Thank you so much in advance!
UPDATE:
I've tried gain to remove all the files and readd them to no avail.
Please look at the solution in this question: TapkuLibrary.h not found on archive
I think it's exactly the same issue you're having.

In Box2d i got 2349 errors when i chang code from one mac to other mac

I am working on Box2d application,
my problem is when i move my application's source code from one mac to another mac i got 2349 Errors, i don't know why i am getting this errors.
i even try removing Box2D source from my application from and add again but doesn't work.
if any one know reason and solution please share with me.
Thanks.
Sounds like you are missing some framework. Posting some of the error messages might help us to help you better!
I found solution to my Question.
i got such errors because of change in name of my projects containing folder.
i.e. my working project was at source path /Bubbles/Boxes
on destination mac i changed it to /Bubbles123/Boxes
i changed Bubbles to Bubbles123 that was the problem, it might be creating problem with path.
it works for me now.
Thanks.