Closed Saravana181187 closed 7 years ago
Hi @Saravana181187 are you having trouble install the SDK into an Objective-C project? Are any of the other SDKs you are using Swift 3?
Hi @jbrophy17 yes I have trouble in install the SDK into an Objective-C, I don't have using any other SDKs for Swift 3, I have the following troubles when i installing the SDK in Project.
Here I Have attached the screen shots of the Issues.
@jbrophy17 @Saravana181187 Any update, I am facing same issue...
Can you include what you are using for your podfile?
I would suggest taking a look at #60 which I have just updated with how to use the swift-3-dev
branch for swift 3 support
Closing this issue in favor of #167
If I create a Own Sample Project for Uber Integration using CocoaPods using the following command it have show some issues.In my main project already I will use some SDK in cocoa pods so I want to install the UBER SDK from the cocoa Pods not from carthage but while installing from cocoa pods it getting issues like below so please say how can I installing the SDK from cocoa pods in Objective-c Project.
If it is possible to Installing from Cocoa pods in Objective-c Project.
pod UberRides The issues are.. public func toJSON() -> [String: AnyObject] { return Mapper<<#N: Mappable#>>().toJSON(self) --->Expected expression after operator }
Header 'ObjectMapper-Swift.h' not found Could not build Objective-C module 'ObjectMapper' UberRides/UberRides-Swift.h' file not found Please Say the Detail for Installing using pods and how to solve these issues.