Hello,
I'm trying to build the iOS version using the following instructions:
"Install Homebrew and run brew install carthage.
Open xcode/omim.xcworkspace in XCode.
Select "xcMAPS.ME" product scheme for developing, or "MAPS.ME" to make a distribution package.
Run the project (Product β Run).
If a script has trouble finding your Qt 5 installation, edit omim/tools/autobuild/detect_qmake.sh, adding a path to qmake ..."
I have successfully built osrm and its backend on Mac and installed Carthage. When I open omim.xcworkspace in xcode, there is no scheme called xcMAP.ME, instead there are lots of schemes for each folder inside xCode, like agg, api, base, coding, drape, etc.
I'm using:
MacOS 10.12.2
Xcode 8.3.2
Apple LLVM version 8.1.0 (clang-802.0.42)
Hello, I'm trying to build the iOS version using the following instructions:
"Install Homebrew and run brew install carthage. Open xcode/omim.xcworkspace in XCode. Select "xcMAPS.ME" product scheme for developing, or "MAPS.ME" to make a distribution package. Run the project (Product β Run).
If a script has trouble finding your Qt 5 installation, edit omim/tools/autobuild/detect_qmake.sh, adding a path to qmake ..."
I have successfully built osrm and its backend on Mac and installed Carthage. When I open omim.xcworkspace in xcode, there is no scheme called xcMAP.ME, instead there are lots of schemes for each folder inside xCode, like agg, api, base, coding, drape, etc.
I'm using: MacOS 10.12.2 Xcode 8.3.2 Apple LLVM version 8.1.0 (clang-802.0.42)
What I'm missing?