Closed escully27 closed 7 years ago
Sorry to hear you're having trouble. Are you running into issues manually adding the SDK to your project or just with getting the example projects to build?
The Carthage/Checkouts folder contains the git submodules for the dependencies, if you are seeing them empty, try running git submodule update --recursive
and that should clone whatever is missing.
Just kidding - got it to work! Lol thanks anyways. :)
Hah, glad to hear it What ended up being the problem? (might help someone in the future with the same issue)
My main project would run but crash immediately, with barely any error output
dyld
dyld_fatal_error:
-> 0x1200ad088 <+0>: brk #0x3`
I needed to put the ObjectMapper.framework in the UberRides.proj Linked Frameworks, but also in my main projects embedded binaries. Seemed to shut xcode up.
Closing this since you got it to work
When I try to manually add the UberRides SDK, the step with adding dependencies to the subproject causes issue. It appears the downloaded folder of Carthage/Checkouts has subfolders for the appropriate dependencies but they're empty. Same for the Swift SDK example project - it fails for the same reason. Any clarification would be great.