1

I'm building a calendar application and am trying to add the Tapku library to my app. I've followed the steps here: "https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4". My project builds until the last step. When I add "-ObjC" to other linker flags I get errors when building.

I've included a screenshot with an error saying that the flag is invalid along with the linker errors.

https://f.cloud.github.com/assets/5856011/2443796/032501d0-ae40-11e3-9b4b-9f29aa46bb81.png

Thanks in advance!

Dehli
  • 5,950
  • 5
  • 29
  • 44
  • 1
    Did you add the search paths? – MackC Mar 18 '14 at 03:18
  • @MackC Yeah, I added "./tapku/src" to the header search path. The tapku folder is located in the same folder as the .xcodeproj file. – Dehli Mar 18 '14 at 03:23
  • I think it is this problem: http://stackoverflow.com/questions/15457136/parse-for-ios-errors-when-trying-to-run-the-app I'll post an update later in the day! – Dehli Mar 18 '14 at 12:44

1 Answers1

1

The problem was that my project was using both Parse and Tapku. After following the instructions here: Parse for iOS: Errors when trying to run the app I was able to get it working.

Community
  • 1
  • 1
Dehli
  • 5,950
  • 5
  • 29
  • 44