Skip to content

Commit 81452b0

Browse files
committed
fix: TestFlight 매크로 검증 스킵
1 parent ebbb3b5 commit 81452b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ platform :ios do
131131
export_method: "app-store",
132132
output_directory: TESTFLIGHT_BUILD_OUTPUT_DIRECTORY,
133133
output_name: "#{APP_PRODUCT_NAME}.ipa",
134-
xcargs: "-skipPackagePluginValidation"
134+
xcargs: "-skipPackagePluginValidation -skipMacroValidation"
135135
)
136136

137137
next api_key

0 commit comments

Comments
 (0)