Xcode GIT problems iPhone App -


so made repository app , in xcode setup. person tries pull , works fine until message appears: the file "userinterfacestate.xcuserstate" not unlocked, unlocking failed unknown reason.

the project uses google maps api , gives error: "googlemaps/googlemaps.h" file not found. though project direct clone, works me not him.

for error of "googlemaps/googlemaps.h" file not found.

you may have not set path properly. setting right path following steps:

  • go targets -> build phases -> link binary libraries
  • click on + option
  • select googlemaps framework. if have added outside go there & select it.
  • go targets -> build settings -> header search paths
  • remove older path of google maps api (keep new path don't remove it)

for "the file "userinterfacestate.xcuserstate" not unlocked" issue

refer : http://www.meetup.com/818-ios-developers/messages/boards/thread/20469352


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -