IOS app, Objective-C: Weird Podfile

I am trying to run an application that was written by some guys a few years ago. Instead of a subfile, the application had an SBPodfile with the following content:

#platform :ios, "8.0"
#use_frameworks!

target '------' do

pod 'ZCSFileExtensionForMimeType', :git => 'https://github.com/----/ZCSFileExtensionForMimeType.git'
pod 'AMSlideMenu', '~> 1.5.4'
pod 'SSKeychain'
pod 'SVProgressHUD', '~> 1.1'

SB_PODS_START
ObjCSBLog
ObjCSBDeviceHelper
ObjCSBSynthesizeSingleton
ObjCSBFileHandler
ObjCSBImageCreationHelper
ObjCSBAlertViewHelper
SB_PODS_END

end

target 'actionExtension' do

pod 'ZCSFileExtensionForMimeType', :git => 'https://github.com/-----/ZCSFileExtensionForMimeType.git'
pod 'SSKeychain'
pod 'UAProgressView', '~> 0.1'

SB_PODS_START
ObjCSBLog
ObjCSBDeviceHelper
ObjCSBSynthesizeSingleton
ObjCSBFileHandler
SB_PODS_END

end

target '-----' do

end

      

The application will not compile because there was no subfile. So I renamed SBPodfile to subfile. Now I am getting an error that the constant "SB_PODS_START" is not defined. I couldn't find out anything about this strange "SB block" on Google. Does anyone know what this is. I must add that I am relatively new to iOS development, especially the c lens.

Edit: I think SB stands for the company that developed the app and they download some custom libraries. But I still don't know how it works.

+3
ios cocoapods podfile


source to share


No one has answered this question yet

Check out similar questions:

1244
How can I sort NSMutableArray with custom objects in it?
958
How do I change the name of an iOS app?
4
Google Analytics v3 Pod with other Swift Pods
2
iOS Swift Library - the target program has Google Analytics transitive dependencies
1
Xcode / Cocoapods project got confused after adding TVOS target and changing subfile structure
1
How to use RxSwift for Objective-C and Swift project?
0
SinchService Integration Using Cocoapods
0
Application startup error
0
"sharedApplication" Not Available: Not available on iOS (Application Extension). Use appropriate controller based solutions
0
Install Alamofire in Xcode 9 Swift 3 Watch App



All Articles
Loading...
X
Show
Funny
Dev
Pics