Surprise! Xcode 12 GM less than a day before iOS 14
Hi @flufff42! We’re on it, and we will have it out just as soon as we can. I don’t have a date yet, but watch out for an update here!
View ArticleXcode 12 GM
@thekatertot You might already be aware, but the Xcode 12 GM Seed has been updated with a new build. First one was 12A7208, new one is 12A7209. I’m not sure what’s the difference between the two, but,...
View ArticleXcode 12 GM
@thekatertot seems like there is an Apple issue with caching causing folks not to be able to download 12A7209 twitter.com Xcode Releases (XcodeReleases) @bitrise Curious… A developer DM’d me and said...
View ArticleXcode 12 GM
I’ve just been told by a friend that he could get 12A7209. Apparently, the iOS SDK was updated but the macOS one remained the same in that new Xcode build. I could not verify yet.
View ArticleXcode 12 GM
I was just able to download and expand 12A7209. If you run md5 -q on the xip file, the hash is 546c31178adae9afd4c48ee086277701. For the first seed, the hash is 7ab346b4451c3610308495ad3135db08
View ArticleHow do environment variables get cached?
Are environment variables cached or are they refreshed every time from the project env vars and the context? Workflow runs triggered by a new commit - gets up to date env vars Workflow is rerun from...
View ArticleOpenJDK 14 how to install on ubuntu-1604:202007-01?
Hello @tmurzenkov, and welcome to the CircleCI community! Here’s an example of how you could proceed: version: 2.1 jobs: build: machine: image: ubuntu-1604:202007-01 steps: - run: name: Install...
View ArticleWhy do the clojure docker images do not contain the clojure binary
What the title says. I expected the docker images - conveniently named circleci/clojure:${TAG} to, at the very least, contain the clojure executable, which was not the case. I tested the following:...
View ArticleAws-ecs fails to `Retrieve previous task definition and prepare new task...
In my case my problem was, the name of my task-definition was different to the name of my service, for that reason I had to include both configurations service-name: ‘stg-{AWS_RESOURCE_NAME_PREFIX}'...
View ArticleNode/VueJS deployment
Hi, I am very new to circleCi and have managed to build my node/vue application on the circleCI, but very stuck with the deployment stage. I am getting the followig error. Any help will be deeply...
View ArticleDoes persist_to_workpace follow symlinks and saves hidden directories?
I’m using bazel and want to pass build artifacts from the build job to a test jobs. Right now I stuck at saving the bazel-out directory to persistent wokrspace. My config.yml: version: 2 jobs: build:...
View ArticleXcode 12 Beta 1 Released
Hi, I have updated the Xcode version(12.0.0) in my project. All the dependencies are working fine but while running smoke UI test I am getting below error: Xcode 12.0.0 is not a supported Xcode...
View ArticleNode/VueJS deployment
Hi! It looks like it’s stuck on the SSH connection, so I would make sure you’re following all of the steps here first.
View ArticleHow do environment variables get cached?
As I understand it, the environment variables are not persisted across operations, but injected when they are called. Is there something specific you’re trying to solve or just curious?
View ArticleUnable to get project Environment Variables set in project
I’m trying to integrate our build to slack and set SLACK_WEBHOOK in project Environment Variables, but seems the circleci job is unable to get the variable and report: NO SLACK WEBHOOK SET, here is...
View Article