Fastlane ipa publish issue
up vote
0
down vote
favorite
I have xcode project with more with multiple target. I try to deploy all the target to store using fastlane but while uploading I am getting error. Error is like : Bundle id is invalid
but both of the bundle is present in the app store.
My fastlane script looks like this:
default_platform(:ios)
platform :ios do
desc "Generate new localized screenshots"
lane :screenshots do
capture_screenshots(workspace: "ABC Education.xcworkspace", scheme: "XYZ Education")
end
lane :release do
build_app(scheme: "ABC Education",
workspace: "ABC Education.xcworkspace",
include_bitcode: true)
build_app(scheme: "XYZ School",
workspace: "XYZ Education.xcworkspace",
include_bitcode: true)
upload_to_app_store(skip_binary_upload: true, skip_metadata: true)
end
end
ios iphone xcode fastlane
add a comment |
up vote
0
down vote
favorite
I have xcode project with more with multiple target. I try to deploy all the target to store using fastlane but while uploading I am getting error. Error is like : Bundle id is invalid
but both of the bundle is present in the app store.
My fastlane script looks like this:
default_platform(:ios)
platform :ios do
desc "Generate new localized screenshots"
lane :screenshots do
capture_screenshots(workspace: "ABC Education.xcworkspace", scheme: "XYZ Education")
end
lane :release do
build_app(scheme: "ABC Education",
workspace: "ABC Education.xcworkspace",
include_bitcode: true)
build_app(scheme: "XYZ School",
workspace: "XYZ Education.xcworkspace",
include_bitcode: true)
upload_to_app_store(skip_binary_upload: true, skip_metadata: true)
end
end
ios iphone xcode fastlane
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have xcode project with more with multiple target. I try to deploy all the target to store using fastlane but while uploading I am getting error. Error is like : Bundle id is invalid
but both of the bundle is present in the app store.
My fastlane script looks like this:
default_platform(:ios)
platform :ios do
desc "Generate new localized screenshots"
lane :screenshots do
capture_screenshots(workspace: "ABC Education.xcworkspace", scheme: "XYZ Education")
end
lane :release do
build_app(scheme: "ABC Education",
workspace: "ABC Education.xcworkspace",
include_bitcode: true)
build_app(scheme: "XYZ School",
workspace: "XYZ Education.xcworkspace",
include_bitcode: true)
upload_to_app_store(skip_binary_upload: true, skip_metadata: true)
end
end
ios iphone xcode fastlane
I have xcode project with more with multiple target. I try to deploy all the target to store using fastlane but while uploading I am getting error. Error is like : Bundle id is invalid
but both of the bundle is present in the app store.
My fastlane script looks like this:
default_platform(:ios)
platform :ios do
desc "Generate new localized screenshots"
lane :screenshots do
capture_screenshots(workspace: "ABC Education.xcworkspace", scheme: "XYZ Education")
end
lane :release do
build_app(scheme: "ABC Education",
workspace: "ABC Education.xcworkspace",
include_bitcode: true)
build_app(scheme: "XYZ School",
workspace: "XYZ Education.xcworkspace",
include_bitcode: true)
upload_to_app_store(skip_binary_upload: true, skip_metadata: true)
end
end
ios iphone xcode fastlane
ios iphone xcode fastlane
asked 20 hours ago
Anirban
1,84422755
1,84422755
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237793%2ffastlane-ipa-publish-issue%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password