Unable to build IOS project #4574
Unanswered
yevgenykuz
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
"-sdk iphoneos" ? Try to chance build target to "My Mac (Designed for Ipad)"
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
On macOS 15.4.1 and Xcode 16.3. I haven’t tested it yet, as I have older updates. CMake 4.0.1 may not work reliably for the project. Make sure you have a compatible version of CMake — run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to build the project locally, followed the guide https://www.osmand.net/docs/technical/build-osmand/how-to-compile-the-ios-version , and the workflow (https://github.com/osmandapp/OsmAnd-iOS/blob/master/.github/workflows/xcode-local-build.yml) as well.
When I try to build the project either through Xcode or through the command line (
xcodebuild -project OsmAnd_projects.xcodeproj -target OsmAndCore_static_standalone -sdk iphoneos -configuration Release) - there's an issue withz_static:In Xcode:
Env details:
Any advice?
Beta Was this translation helpful? Give feedback.
All reactions