-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 13 Beta 1 Archive Error #913
Comments
Thanks for reporting this! I submitted a potential fix in #915. Could you try that branch? |
I've unfortunately run into the same issue using Xcode 13 Beta 2, and the latest from the
I was able to bypass the issue by creating a local copy of Nimble, and commenting out it's dependency on Any suggestions would be much appreciated - thanks! Edit: Interestingly, my unit tests build and run successfully, but my UI tests get this build issue. |
I'm not sure why your UI test target and it's dependencies are built using Release configuration 🤔 |
🤦 That's a good catch - I'll have to see if changing to debug makes a difference. I've recently moved from Debug builds to Release builds for my UI tests because of the significant decrease in run time - I've noticed with Debug builds, the tests spend a lot of time "waiting for app to idle" - in Release mode they run almost 4-5 times faster. I would have preferred to have them in Debug, but the time savings were hard to ignore. Edit: And just to clarify, in these cases where the UI tests are "waiting for app to idle" - there doesn't appear to be anything preventing it from continuing - it'll just wait on a blank form (with no loading) for tens of seconds before it actually starts to fill in the form. That issue happens on both Xcode 12.5 and Xcode 13 Beta 2. |
Switching to a Debug configuration resolved the issue I was having - I also remembered that it wasn't the Debug configuration that was resulting in the "waiting for app to idle" issues, instead those were due to having the debugger attached. So with a Debug configuration and the debugger disabled, it built fine and ran at the same speeds I was seeing before. Thank you for the help! |
I seem to be hitting the same issue on simulator build only, let me know if you want me to create a brand new issue. What did you do?Trying to build unit tests for simulator using XCode 13 Beta 3 and using commit What did you expect to happen?Nimble can be successfully compiled. What actually happened instead?Build fails with the following error
Note This happens only when trying to build for the simulator, running tests on a physical device does not trigger the error EnvironmentList the software versions you're using:
Please also mention which package manager you used and its version. Delete the
|
Still exactly the same problem (with xcode 13.beta4, and Nimble |
@ikesyo 👆 |
@serges147 i created new issue #919 |
What did you do?
Carthage bootstrap
or Archive the Nimble-macOS scheme for Apple Silicon, IntelWhat did you expect to happen?
Carthage and Archiving to complete successfully
What actually happened instead?
Build Failure
Environment
List the software versions you're using:
Please also mention which package manager you used and its version. Delete the
other package managers in this list:
swift build --version
in Terminal)Project that demonstrates the issue
Please link to a project we can download that reproduces the issue. Feel free
to delete this section if it's not relevant to the issue (eg - feature request).
The project should be short, self-contained, and correct example.
The text was updated successfully, but these errors were encountered: