Unable to find compatibility version string
error when compiling the project
#4314
Closed
gy-mate
announced in
Announcements
Replies: 1 comment 1 reply
-
As build last month didnt see that error. FYI: server builds https://github.com/osmandapp/OsmAnd-iOS/actions/runs/12856597652 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get the following error when running https://osmand.net/docs/technical/build-osmand/how-to-compile-the-ios-version/#:~:text=Run%20prepare.sh on an Apple silicon (
arm64
) Mac running macOS15.2
and Xcode16.2
(some folder names redacted):As far as I see, this is thrown from the
Podfile
. Maybe the object version is generated here?Although CocoaPods/CocoaPods#12671 (comment) describes a possible workaround, shouldn't this be done automatically?
A bit of a background on problems of these kind: CocoaPods/CocoaPods#12671 (comment)
Beta Was this translation helpful? Give feedback.
All reactions