box / box-ios-browse-sdk

Apache License 2.0
18 stars 23 forks source link

Pod install fails for the Sample App #112

Closed ed-mejia closed 7 years ago

ed-mejia commented 7 years ago

Running pod install for the sample App returns:

Analyzing dependencies [!] The dependencybox-ios-browse-sdk (from ../)is not used in any concrete target.

Cocoapods version: 1.1.0.rc.3

Pod file needs to be updated to:

use_frameworks!
platform :ios, '8.0'

target 'BoxBrowseSDKSampleApp' do
    pod 'box-ios-browse-sdk'
end
crousselle commented 7 years ago

Hi @ed-mejia, Thanks for the pointer, appreciate it ! We'll make the necessary updates. Have a great weekend.

Roshanalexander commented 7 years ago

I'm also getting the same error.