8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5486ea5 commit 5aa603aCopy full SHA for 5aa603a
lib/services/ios/xcodebuild-args-service.ts
@@ -119,6 +119,9 @@ export class XcodebuildArgsService implements IXcodebuildArgsService {
119
// ref: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305/5
120
const skipPackageValidation = "-skipPackagePluginValidation";
121
122
+ // TODO:
123
+ // 1. make sure file exists
124
+ // 2. use ios/visionos based on platform target
125
const BUILD_SETTINGS_FILE_PATH = path.join(
126
projectData.appResourcesDirectoryPath,
127
"iOS",
0 commit comments