Xcode 9.4 crash when create a build file
up vote
0
down vote
favorite
When I am going to create a build for sharing in team at that time xcode going to crash
Following step are done for create a build:
- Create a archive file
- then click on export button
- Select development from option
- Select automatically managing signing
then I click on next button at that time Xcode is crashing.
ios swift xcode xcode9.4
add a comment |
up vote
0
down vote
favorite
When I am going to create a build for sharing in team at that time xcode going to crash
Following step are done for create a build:
- Create a archive file
- then click on export button
- Select development from option
- Select automatically managing signing
then I click on next button at that time Xcode is crashing.
ios swift xcode xcode9.4
I just tried to export one of my project using Xcode 9.4.1 but it seems fine, if you are using xcode in full screen mode try to exit full screen first, check how much ram is available in your mac, try to close everything else before archiving. See if it helps
– Subhajit Halder
Jun 22 at 13:06
when i am going with other option like validate or export to app store it work perfectly but in developement option it going to crashing
– Nirav Damania
Jun 23 at 4:31
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I am going to create a build for sharing in team at that time xcode going to crash
Following step are done for create a build:
- Create a archive file
- then click on export button
- Select development from option
- Select automatically managing signing
then I click on next button at that time Xcode is crashing.
ios swift xcode xcode9.4
When I am going to create a build for sharing in team at that time xcode going to crash
Following step are done for create a build:
- Create a archive file
- then click on export button
- Select development from option
- Select automatically managing signing
then I click on next button at that time Xcode is crashing.
ios swift xcode xcode9.4
ios swift xcode xcode9.4
edited Nov 12 at 1:51
Cœur
17.3k9102142
17.3k9102142
asked Jun 22 at 12:20
Nirav Damania
275
275
I just tried to export one of my project using Xcode 9.4.1 but it seems fine, if you are using xcode in full screen mode try to exit full screen first, check how much ram is available in your mac, try to close everything else before archiving. See if it helps
– Subhajit Halder
Jun 22 at 13:06
when i am going with other option like validate or export to app store it work perfectly but in developement option it going to crashing
– Nirav Damania
Jun 23 at 4:31
add a comment |
I just tried to export one of my project using Xcode 9.4.1 but it seems fine, if you are using xcode in full screen mode try to exit full screen first, check how much ram is available in your mac, try to close everything else before archiving. See if it helps
– Subhajit Halder
Jun 22 at 13:06
when i am going with other option like validate or export to app store it work perfectly but in developement option it going to crashing
– Nirav Damania
Jun 23 at 4:31
I just tried to export one of my project using Xcode 9.4.1 but it seems fine, if you are using xcode in full screen mode try to exit full screen first, check how much ram is available in your mac, try to close everything else before archiving. See if it helps
– Subhajit Halder
Jun 22 at 13:06
I just tried to export one of my project using Xcode 9.4.1 but it seems fine, if you are using xcode in full screen mode try to exit full screen first, check how much ram is available in your mac, try to close everything else before archiving. See if it helps
– Subhajit Halder
Jun 22 at 13:06
when i am going with other option like validate or export to app store it work perfectly but in developement option it going to crashing
– Nirav Damania
Jun 23 at 4:31
when i am going with other option like validate or export to app store it work perfectly but in developement option it going to crashing
– Nirav Damania
Jun 23 at 4:31
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
I has the same issue, but it turned out I had to agree to the updated user agreement in the developer portal.
this helped me. thanks.
– kyl
Nov 8 at 16:14
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50987818%2fxcode-9-4-crash-when-create-a-build-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
I has the same issue, but it turned out I had to agree to the updated user agreement in the developer portal.
this helped me. thanks.
– kyl
Nov 8 at 16:14
add a comment |
up vote
2
down vote
accepted
I has the same issue, but it turned out I had to agree to the updated user agreement in the developer portal.
this helped me. thanks.
– kyl
Nov 8 at 16:14
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
I has the same issue, but it turned out I had to agree to the updated user agreement in the developer portal.
I has the same issue, but it turned out I had to agree to the updated user agreement in the developer portal.
edited Nov 9 at 11:35
answered Jun 24 at 5:25
Mohsen Shakiba
7971029
7971029
this helped me. thanks.
– kyl
Nov 8 at 16:14
add a comment |
this helped me. thanks.
– kyl
Nov 8 at 16:14
this helped me. thanks.
– kyl
Nov 8 at 16:14
this helped me. thanks.
– kyl
Nov 8 at 16:14
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50987818%2fxcode-9-4-crash-when-create-a-build-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I just tried to export one of my project using Xcode 9.4.1 but it seems fine, if you are using xcode in full screen mode try to exit full screen first, check how much ram is available in your mac, try to close everything else before archiving. See if it helps
– Subhajit Halder
Jun 22 at 13:06
when i am going with other option like validate or export to app store it work perfectly but in developement option it going to crashing
– Nirav Damania
Jun 23 at 4:31