We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b6562 commit b8e5cc2Copy full SHA for b8e5cc2
1 file changed
lib/motion/project/template/ios-extension-config.rb
@@ -200,7 +200,7 @@ def supported_sdk_versions(versions)
200
def sdk_build_version(platform)
201
@sdk_build_version ||= begin
202
sdk_path = sdk(platform)
203
- `xcodebuild -version -sdk '#{sdk_path}' ProductBuildVersion`.strip
+ `\"#{xcode_dir}/usr/bin/xcodebuild\" -version -sdk '#{sdk_path}' ProductBuildVersion`.strip
204
end
205
206
0 commit comments