ios - Unable to install Parse package via Cocoapods. Missing library -
senario:
i'm studying parse.com inter-table relationship via code.
i've set cocoapod dependency , working .workspace.
podfile content:
platform :ios pod 'parse', '~> 1.7.2.1'
received following compiler error:
apparently i'm missing library.
doing wrong?
try rerunning pod update
project folder via command line, cleaning build.
also, don't need quite specific podfile. try instead:
platform :ios pod 'parse', '~> 1.7'
Comments
Post a Comment