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:
enter image description here

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

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -