nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

Duplicate interface and protocol #428

Open aryaxt opened 8 years ago

aryaxt commented 8 years ago

FXForm has been in my project and been working great, recently tried to do a pod install to update some other dependencies and I end up with a bunch of compile errors on FXForm. I did a search for @interface NSObject (FXForms) to see if I really had duplicates, but I didn't. There is a single FXForm.h and FXForm.m in my project but I'm, getting all these compile errors.

Any thoughts?

screen shot 2015-11-17 at 7 50 18 am

aryaxt commented 8 years ago

Here is my pod file

platform :ios, '7.0'
inhibit_all_warnings!

pod 'AWSiOSSDKv2' , '2.3.0'
pod 'CocoaLumberjack', '1.9.1'
pod 'DateTools', '1.4.3'
pod 'FXForms', '1.2.13'
pod 'Facebook-iOS-SDK', '4.0'
pod 'GoogleAnalytics-iOS-SDK' , '3.10'
pod 'JVFloatLabeledTextField',' 0.0.9'
pod 'MBProgressHUD', '0.9'
pod 'NSDate-Extensions', '0.0.1'
pod 'OCThumbor', '0.3.1'
pod 'PREBorderView', '2.0'
pod 'RCLocationManager', :git => 'https://github.com/rcabamo/RCLocationManager.git', :commit => 'd505b7451e'
pod 'SlackTextViewController', '1.7'
pod 'Toast', '2.4'
pod 'UAObfuscatedString', '0.2'
pod 'UIActionSheet+Blocks', '0.8.1'
pod 'UIAlertView+Blocks', '0.8.1'
pod 'OCMapper', '2.0'
pod 'CSStickyHeaderFlowLayout', '0.2.7'
pod 'Amplitude-iOS', '3.2.1'
pod 'AFNetworking', '2.5.4'
pod 'RSDayFlow', :git => 'https://github.com/aryaxt/RSDayFlow.git'
pod 'MCSwipeTableViewCell', '2.1.3'
pod 'SWTableViewCell', '0.3.7'
arkilis commented 8 years ago

Did you check which headers that you include?