Alexander
Alexander

Reputation: 1504

Xcode 10.2 hangs during Archive on arbitrary Task

This question has been asked before with prior Xcode versions:

Their solutions were:

I have tried all of these but the archiving still gets stuck at a particular task, always the same task number.

I have looked into the report navigator, and their are issues. But just warnings. There is one error "FontAwesome" build target, which doesn't say much. But the app use to build with version 10.1

Upvotes: 12

Views: 3061

Answers (3)

Oshitha Wimalasuriya
Oshitha Wimalasuriya

Reputation: 451

Upload using Xcode 10.1 instead of Xcode 10.2.

Upvotes: 0

Alexander
Alexander

Reputation: 1504

For those that come across this issue, it was because of FontAwesome. I had installed it via CocoaPods. Not sure what the issue was, but I manually installed it into the project and it resolved the issue.

Upvotes: 8

Raymond
Raymond

Reputation: 51

I was able to work around this by EITHER changing my Optimization Level in Release to "No Optimization" OR by changing Compilation Mode from "Whole Module" to "Incremental".

Upvotes: 5

Related Questions