You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
since few days I have a running Xcode CI server (Maverick) on my Development machine. A build bot for the project target is running without any errors. So building, analyzing and unit testing are all fine.
Now when I try to create an Archive.xcarchive with another bot, which takes the aggregate target results in an empty .xcarchive
These are the settings for the aggregate target (as described by jverkoey):
Skip install = YES
Installation Directory =
I have checked all the build directories on the server and I have seen a correct <PROJECT>.framework in the Products directory on the server.
The bot seams to create the archive with the following command:
I had an issue with this, and I think it was my bundle target that was the
culprit. Make sure that Skip install = YES is set for all the "sub-targets"
for the aggregate target.
since few days I have a running Xcode CI server (Maverick) on my
Development machine. A build bot for the project target is running without
any errors. So building, analyzing and unit testing are all fine.
Now when I try to create an Archive.xcarchive with another bot, which
takes the aggregate target results in an empty .xcarchive
These are the settings for the aggregate target (as described by
jverkoey):
Skip install = YES
Installation Directory =
I have checked all the build directories on the server and I have seen a
correct .framework in the Products directory on the server.
The bot seams to create the archive with the following command:
Hi,
since few days I have a running Xcode CI server (Maverick) on my Development machine. A build bot for the project target is running without any errors. So building, analyzing and unit testing are all fine.
Now when I try to create an
Archive.xcarchive
with another bot, which takes theaggregate
target results in an empty .xcarchiveThese are the settings for the
aggregate
target (as described by jverkoey):I have checked all the build directories on the server and I have seen a correct
<PROJECT>.framework
in the Products directory on the server.The bot seams to create the archive with the following command:
This results in an empty
Archive.xcarchive
.Does anybody knows how to solve this? Does anybody knows the right settings to create successfully an
Archive.xcarchive
?Thanks in advance.
The text was updated successfully, but these errors were encountered: