N
N
Nick932015-05-16 16:58:02
Swift
Nick93, 2015-05-16 16:58:02

How to add realmswift framework?

I did everything as it says in the off-line documentation, but I still can't do the import:
087ac6014bc44502a87bdf188c1512e4.png

  1. Added to embedded binareis:
    1a20d5e283194c90a3a8c8d378aa0594.png
  2. Path also indicated:
    420e97ed7e9d4c5fad86617aacfc23e6.png

Can be who faced it? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Solo77, 2015-05-22
@Solo77

the easiest way is to use cocoapods.org
after installing cocoapods in your project folder create a plain text file podfile:
platform :ios, '8.0'
use_frameworks!
target 'Here is the name of the project' do
pod 'RealmSwift'
end
and then run pod install in the terminal and that's it )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question