traccar / traccar-client-ios

Traccar Client for iOS
https://www.traccar.org/client
Apache License 2.0
204 stars 304 forks source link

inappsettingskit/IASKappsettingviewcontroller.h file not found #45

Closed vksdgreat closed 6 years ago

vksdgreat commented 7 years ago

Hi, I am new to IOS. I am trying to run client app in xcode but i am getting this error. inappsettingskit/IASKappsettingviewcontroller.h file not found In TCMainViewController.h file

please give a solution

tananaev commented 7 years ago

You need to build Carthage dependencies.

gsujathap commented 7 years ago

@tananaev How can I build Carthage dependencies. I don't know how to achieve this.

tananaev commented 7 years ago

Run carthage update --platform iOS. If you have any further questions, I would recommend to Google first.