Zombies: Archiving failed with the integration menu

When I tried to archive the project directly using the Xcode menu ( Product - Archive ), it works well. But when I tried to execute it from the integration menu (bot), I got this error:

Build operation failed without indicating any errors. Individual build tasks may have failed for unknown reasons. One possible reason: if there are too many (possibly zombic) processes; in this case, rebooting may solve the problem. Some individual build task failures (up to 12) can be listed below.

What happened? I could not find any error messages and do not fully know what is happening. I tried restarting macmini as well as returning the changes, but it is still.

+4
source share
1 answer

UPDATE (Change 3)

We are no longer required to make quick fixes or modular projects.

This issue has been fixed in Xcode 11 since beta 3 :

  • Xcode uses answer files by default to pass input files to the Swift compiler. To disable this behavior, set USE_SWIFT_RESPONSE_FILE to NO.

  • You can use an unlimited number of Swift files in the target. (35879960)

Old answer

, , ( ) ( , , 262144 rMBP), .

(AFAIK), 2 :

  • (). (, /Users/mrjimoy_05_server/myprojects/mycoolproject/ /p/mycoolproject)

  • ( ). , , , , , . - ( /). , .

, .

PD: , New Build System :

( )

1

, Xcode 10, :

( )

2

Swift , Xcode, Xcode (10.2)

+3

Source: https://habr.com/ru/post/1692754/


All Articles