-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
when I add MapLibreSwiftDLS/MapLibreSwiftUI to the Xcode project they ask to approve using macros. I granted permissions but I can not do the same for the Xcode Cloud pipeline. Builds are failing with two errors:
1. Macro “MockableMacro” from package “Mockable” must be enabled before it can be used
2. Macro “MapLibreSwiftMacrosImpl” from package “MapLibreSwiftUI” must be enabled before it can be used
I tried:
- adding following to
.xcconfigfiles:
SWIFT_MACROS = \
Ny_Project=MockableMacro \
Ny_Project=MapLibreSwiftMacros \
MapLibreSwiftUI=MapLibreSwiftMacros
- adding following to
ci_pre_xcodebuild.sh(from here)
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
Nothing worked. Still having those:

Metadata
Metadata
Assignees
Labels
No labels