Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

restkit

iPhone RestKit how to enable RKLogDebug?

December 21, 2023 by Tarik
Categories iphone Tags ios, iphone, logging, objective-c, restkit Leave a comment

Use a fork of Restkit on github via CocoaPods?

December 19, 2023 by Tarik
Categories objective-c Tags cocoapods, ios, objective-c, restkit Leave a comment

RKObjectMapping.h Not Found

May 14, 2023 by Tarik

There is easy way to work around this problem when you don’t want to touch cocoapods. because fixing them itself a hassle. I have fixed my problem as follows: Click on your project file Then go to build settings search for “header search path“ With the drop down just make them recursive. You Should be … Read more

Categories objective-c Tags cocoapods, objective-c, restkit Leave a comment

Best way to use RestKit in an iPhone Application

May 12, 2023 by Tarik

I’m the author of RestKit and we advocate using such patterns to build higher level abstractions on top of RestKit. I generally build my callbacks and such around a model object rather than creating a new LoginService type of object, but either way is fine. In my example, you would do something like: @implementation RKUser … Read more

Categories iphone Tags ios, iphone, objective-c, rest, restkit Leave a comment

No such module ‘RestKit’ with cocoapods and swift

March 11, 2023 by Tarik

I had the same problem. My solution was to open the project using the .xcworkspace, not the .xcodeproj. .xcodeproj only contains the main project; .xcworkspace includes everything including Restkit.

Categories swift Tags cocoapods, facebook-ios-sdk, restkit, swift Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa