-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hi all,
I have some random errors when I build with frank an application that is using Cocoapods. The error always is refer to a library from cocoa pods:
The following build commands failed:
Ld /Users/user/Library/Developer/Xcode/DerivedData/MyApp-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphonesimulator/RKValueTransformers.framework/RKValueTransformers normal i386
there is my pod file:
Uncomment this line to define a global platform for your project
platform :ios, '6.0'
target 'MyApp' do
end
target 'MyAppTests' do
end
use_frameworks! #needed by swift project
pod 'SSToolkit', '~> 2.0.0'
pod 'MagicalRecord', '~> 2.3.0'
pod 'RestKit', '~> 0.25.0'
pod 'MBProgressHUD', '~> 0.9.1'
pod 'MGSwipeTableCell', '~> 1.4.3'
pod 'FontAwesomeIconFactory', '> 2.1.1'> 0.1.0'
pod 'MBAutoGrowingTextView', '
pod 'VCTransitionsLibrary', '> 1.5.0'> 2.3.3'
pod 'MarqueeLabel', '
pod 'Charts', '> 2.1.4'> 0.8.2'
pod 'MRProgress', '
pod 'UIImage-ResizeMagick', '> 0.0.1'> 0.1.7'
pod 'GPUImage', '
pod 'CrittercismSDK', '> 5.5.0'> 0.5.4'
pod 'CSNotificationView', '
pods with local changes
pod 'LSWeekView', :path => 'PodSource/LSWeekView'