3

There is an awesome Objective-C pod (this) i want to implement in my project but i don't get it to work.

As i understood i need to:

  1. Download the pod
platform :ios, '8.0'
use_frameworks!

pod 'SwiftyJSON'
pod 'KVNProgress'
  1. Create a Objective-C Header File
#import <KVNProgress/KVNProgress.h>
  1. Set 'Objective-C Bridging Header' under Application > Build Settings

Thats all but i don't understand why this isn't working

1 Answer 1

4

Great after a half day of testing and 4 minutes after asking my question i got it, thx for helping me. ;D

My problem was to add a...

import KVNProgress

... in my swift File.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.