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.
2 parents a7d2251 + fd775d0 commit ab91731Copy full SHA for ab91731
step.sh
@@ -237,6 +237,14 @@ eval $archive_cmd
237
238
#
239
# Exporting the ipa with Xcode Command Line tools
240
+
241
+# You'll get a "Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found."" error
242
+# if $GEM_HOME is set and the project's directory includes a Gemfile - to fix this
243
+# we'll unset GEM_HOME as that's not required for xcodebuild anyway.
244
+# This probably fixes the RVM issue too, but that still should be tested.
245
+unset GEM_HOME
246
247
+#
248
export_command="xcodebuild -exportArchive"
249
250
if [[ "${xcode_major_version}" == "6" ]] ; then
0 commit comments