Cocoapod podspec with ArcGIS Runtime dependency

1063
2
11-01-2016 01:53 PM
PeterSchuette
New Contributor

I am trying to write a Framework with an ArcGIS dependency.

The podspec fails inspection with the message: 

- ERROR | [iOS] unknown: Encountered an unknown error (The 'Pods-App' target has transitive dependencies that include static binaries: (/**/CocoaPods/Lint/Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework)) during validation.

for this line:

Pod::Spec.new do |s|

**

  s.dependency 'ArcGIS-Runtime-SDK-iOS'

**

end

Is there a documented method of achieving what I have described? If not, has anyone in the community successfully built their own framework that makes use of ArcGIS and is distributed via CocoaPods?

0 Kudos
2 Replies
YueWu1
by Esri Regular Contributor
Esri Regular Contributor

Not too sure about this error message... However, found this thread on stackoverflow: ios - The 'Pods-App' target has transitive dependencies that include static binaries when installing...  has a similar error message that you mentioned from cocoapods. 

There is a new cocopods thread in geonet recently talks about how to download: installing Quartz SDK Beta 3 using CocoaPods  

We do have an old blog talks about cocoaPods: Installation for ArcGIS Runtime SDK for iOS with CocoaPods | Support Services Blog 

AlexisBarat
New Contributor

Hey, 

I've got the same problem. Did you find a solution ?

0 Kudos