-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi,
Here is the error message I have when I'm doing a pod install :
pod install
Analyzing dependencies
Downloading dependencies
Installing CocoaLumberjack (2.0.0)
Installing CrashlyticsFramework (2.2.10)
Installing CrashlyticsLumberjack (2.0.1-beta)
[!] The 'Pods' target has transitive dependencies that include static binaries: (MY_iOS_app/Pods/CrashlyticsFramework/Crashlytics.framework)I think I've got this error, because I'm forcing cocoapods to use frameworks.
I'm not sure, but maybe it's because we have s.dependency = 'CrashlyticsFramework' in the podspec ?
Regarding to this post on stackoverflow maybe we could try :
s.frameworks = 'CocoaLumberjack.framework'
s.vendored_frameworks = "Dependencies/CocoaLumberjack.framework"Any help is appreciate !
Here is my Podfile :
platform :ios, '8.1'
inhibit_all_warnings!
use_frameworks!
pod 'CocoaLumberjack'
pod 'CrashlyticsLumberjack', '=2.0.1-beta'
Pod version :
pod --version
0.37.1LordParsley and hell03W
Metadata
Metadata
Assignees
Labels
No labels