iphone - Windows Azure Toolkit -


i'm trying build , run of example apps included in windows azure toolkit here, can't seem find libwatoolkitios.a required file build. have not modified project in way , assume file should included automatically, how it? how have guys been able compile apps successfully? thanks.

the library libwatoolkitios.a not provided download instead need build first, described in doc below:

  1. open watoolkit-lib xcode project.
  2. compile project release.
  3. place .a file , header files somewhere can reference project (for example lets lib).

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -