You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: