grame-cncm / libmusicxml

A C/C++ library to support the MusicXML format.
Mozilla Public License 2.0
152 stars 33 forks source link

xcode 14 make ios error #60

Closed BuildFaild closed 1 year ago

BuildFaild commented 1 year ago
image
BuildFaild commented 1 year ago
image
jacques-menu commented 1 year ago

Hello,

Did you install the full Xcode on your machine? Building is fine here, on a Mac Mini with Mac OS Monterey 12.6.

JM

Le 27 sept. 2022 à 09:35, BuildFaild @.***> a écrit :

https://user-images.githubusercontent.com/12441358/192463130-f411a732-7d84-4be8-ba5c-f57d80397307.png — Reply to this email directly, view it on GitHub https://github.com/grame-cncm/libmusicxml/issues/60, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRJX6RMCE33FNHZOIMGQI3WAKPV3ANCNFSM6AAAAAAQWP2GRY. You are receiving this because you are subscribed to this thread.

dfober commented 1 year ago

This is a recurring problem with ios: the CMAKE_OSX_SYSROOT can change its name with the version of xcode but actually it seems that this variable is not necessary. I've pushed a fix on the dev branch. Could test it?

jacques-menu commented 1 year ago

Pulled and re-built, OK here.

JM

Le 27 sept. 2022 à 18:20, Dominique Fober @.***> a écrit :

This is a recurring problem with ios: the CMAKE_OSX_SYSROOT can change its name with the version of xcode but actually it seems that this variable is not necessary. I've pushed a fix on the dev branch. Could test it?

— Reply to this email directly, view it on GitHub https://github.com/grame-cncm/libmusicxml/issues/60#issuecomment-1259741633, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRJX6WSPWBNBRPSLULXKWTWAMNF3ANCNFSM6AAAAAAQWP2GRY. You are receiving this because you commented.