Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with cocoa pods #48

Open
josete89 opened this issue Feb 14, 2016 · 0 comments
Open

Build with cocoa pods #48

josete89 opened this issue Feb 14, 2016 · 0 comments

Comments

@josete89
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant