Explore Xcode Cloud workflows

RSS for tag

Discuss the WWDC21 session Explore Xcode Cloud workflows.

View Session

Posts under wwdc21-10268 tag

10 Posts
Sort by:
Post not yet marked as solved
0 Replies
155 Views
when i run my app in the simulator all checks out but when i create an achieve and sent to test-flight i get different result. the App doesn't change from my previous version I uploaded earlier, its the same version even though it's a different version or build number. what could i be doing wrong. i am using XCode 13.3. i do clear the project build and also clear the xcode cache from disk
Posted
by
Post not yet marked as solved
3 Replies
364 Views
Hi, I have a question, I added CFBundleDisplayName in info.plist file on my app, but unable to see the same when I open the info.plist file under ./Payload/MyAPP.app. **** Additional Details*** Building archive using "xcodebuild -scheme" command(CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO). Generating IPA using "xcodebuild -exportArchive" command. Thanks
Posted
by
Post not yet marked as solved
2 Replies
1.6k Views
So basically I faced this error on Xcode 13.1 and tried building the 3.5 to 4.2 version but did not get built. Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.5.1 compiler: /Users/Documents/Workspace/Project/Carthage/Build/iOS/ObjectMapper.framework/Modules/ObjectMapper.swiftmodule/x86_64-apple-ios-simulator.swiftmodule Currently same error with github "Hearst-DD/ObjectMapper" "3.5.3" to github "Hearst-DD/ObjectMapper" "4.2.0" System: macOSBigSur: 11.6 (20G165) Could anyone please help me on this? I tried a couple of StackOverflow answers but does not seem to be working. Tried with NEW BUILD SYSTEM vs LEGACY BUILD SYSTEM. and some options in build settings.
Posted
by
Post not yet marked as solved
0 Replies
549 Views
We are trying to implement Xcode Cloud for CI. We have a private repository in GitLab that can be accessed via VPN. We are experiencing the following errors while connecting Xcode Cloud to GitLab. We followed the steps provided by Apple. Connection Error to https://git------.com. Your hostname must be publicly resolvable. How can I resolve this issue? Thanks
Posted
by
Post not yet marked as solved
3 Replies
495 Views
Today, playing with Xcode cloud I came across a really nasty, undesirable effect of executing steps in an undocumented order. I had a project with a brand new workflow, I had it linked to my SCM (gitlab self-hosted) and it worked. Today, it didn't work so I thought, OK, this thing is beta and something must not be working that well, let's reset everything and start over. I deleted the workflow, then cleared the Xcode cloud data (this removes everything from your Xcode cloud tabs on your product and, unfortunately, from your profile as well). Then proceed to navigate to your profile to unlink the SCM connection and it appears to be empty. Because of this, I removed my application in gitlab (which is the token provider for oath) to start again, thinking I did something wrong and I want to follow the steps brand new again. I went to Xcode, tried to create a new workflow and link my source control provider and... I get a "continue to authorise your repository" button, which is now broken because that application doesn't exist. The question is, does anybody know of a way to unlink my SCM from my account? The Xcode cloud tab under my profile tells me I need to create a workflow to access anything from there, but I am completely unable to complete that creation as the workflow requires it to be connected to a self hosted instance. This was extremely easy to get wrong.
Posted
by
Post not yet marked as solved
0 Replies
438 Views
On Xcode Cloud, my macOS archive fails with NSLocalizedDescription=exportOptionsPlist error for key 'method': expected one of {}, but found development It succeeds locally and on my other build systems, it only fails on Xcode Cloud. Any thoughts?
Posted
by
Post not yet marked as solved
0 Replies
387 Views
Hi all, I am currently a software engineering student and last week I was able to work with files using the terminal. However starting today when I tried to do go into a folder using the terminal it said "request denied". so I go into the terminal's information and I have been removed from the permissions and when I went to add myself again it said "the operation can't be completed because I don't have the necessary permissions".
Posted
by
Post marked as solved
2 Replies
1.3k Views
When running my "Internal Testing" workflow, which basically archives the app and uploads it for internal TestFlight Testing, it fails with the following error: Package.resolved file is missing from the repository I'm using Swift Packages to add 3 dependencies to the Xcode project. All of them are open source and available on GitHub. I don't see any Package.resolved file locally, so I can't commit it. Swift Packages are managed via Xcode.
Posted
by
Post not yet marked as solved
2 Replies
893 Views
We have 75 Mac Pros in our own corporate datacenter that currently run our Jenkins instances for CI/CD. Can we repurpose these to serve as Xcode Cloud nodes for our builds, or does Xcode Cloud require that the builds occur on Apple's machines? If it must be done on Apple's hardware, who is a security contact at Apple who we can get our security team in touch with to vet the Xcode Cloud service? Thanks
Posted
by
O_G