Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question