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'
pod 'MBAutoGrowingTextView', '~> 0.1.0'
pod 'VCTransitionsLibrary', '~> 1.5.0'
pod 'MarqueeLabel', '~> 2.3.3'
pod 'Charts', '~> 2.1.4'
pod 'MRProgress', '~> 0.8.2'
pod 'UIImage-ResizeMagick', '~> 0.0.1'
pod 'GPUImage', '~> 0.1.7'
pod 'CrittercismSDK', '~> 5.5.0'
pod 'CSNotificationView', '~> 0.5.4'
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' pod 'MBAutoGrowingTextView', '~> 0.1.0' pod 'VCTransitionsLibrary', '~> 1.5.0' pod 'MarqueeLabel', '~> 2.3.3' pod 'Charts', '~> 2.1.4' pod 'MRProgress', '~> 0.8.2' pod 'UIImage-ResizeMagick', '~> 0.0.1' pod 'GPUImage', '~> 0.1.7' pod 'CrittercismSDK', '~> 5.5.0' pod 'CSNotificationView', '~> 0.5.4'
pods with local changes
pod 'LSWeekView', :path => 'PodSource/LSWeekView'