You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Qt backend in maplibre-native (not maplibre-native-qt!) in iOS (probably also macOS) then xCode compilation fails due to different classes using the same file names:
The directory structure looks like this:
MainApp:
|- add_subdirectory(maplibre-native): CMakeLists.txt (-DMLN_WITH_QT=ON, -DMLN_QT_LIBRARY_ONLY=ON)
I load this into Qt Creator, target Qt 6.5 iOS. This generates a xCode workspace which I open with xCode and compile&run on the device. Some files are already renamed in the repository - maybe the ones I mentioned above have been forgotten.
When using the Qt backend in maplibre-native (not maplibre-native-qt!) in iOS (probably also macOS) then xCode compilation fails due to different classes using the same file names:
Renaming one of each of the clashing files to, e.g., "gl_functions_qt.cpp" or "image_def.cpp" fixes the problem.
The text was updated successfully, but these errors were encountered: