My iOS application has been building fine for several months. And then, suddenly my project builds are now failing with an error "A function declaration without a prototype is deprecated in all versions of C".
What has changed: I moved my project from an external drive to my internal drive
What I have done to attempt to mitigate:
- Reinstalled Xcode
- Cloned my project from github and rebuilt it
Also, I am no longer able to build from the original directory on my external drive 🤔
Any advice would be greatly appreciated!
2
Answers
I was able to resolve this problem as follows:
Then
Thank you @Joel Stevick. Your answer help me but the only step that worked for me is to update specific repository which is GoogleDataTransport. So I have just follow below step and my issue is resolved:
I hope this might help anyone.