Search results for

“Xcode”

93,900 results found

Post

Replies

Boosts

Views

Activity

Reply to Siri Shortcut Parameter Handling
Add to the case based on the soup chef example.The soup chef example can be downloaded and run smoothly in x code 11.After using the add to siri button to add the order to siri shortcut, the shortcut can be triggered in Siri.However, the first question about toppings is asked inside the shortcut app, not inside siri with dialogue prompts.This makes it impossible to create voice dialogues with Siri using parameters.Thanks!--Cameron
Topic: App & System Services SubTopic: General Tags:
Sep ’19
How can I pass Xcode Cloud environment variables to Xcode project when building the project using Xcode Cloud?
I am tasked with passing environment variables from the Xcode Cloud server to the Xcode project while building it with Xcode Cloud. When I build the app locally, I fetch environment variables from the scheme. Then in the codebase, this is how environment variables are accessed: ProcessInfo.processInfo.environment[MicrosoftCognitiveServicesSpeechKey] This is where the environment variables are set in the Xcode Cloud. I right-clicked on the workflow in the Cloud tab found in the Report Navigator of the Xcode and selected Edit Workflow: I don't know how to write a code so that when the Xcode project is built using the Xcode Cloud, environment variables can be injected and used.
3
0
1k
Jul ’23
Reply to Black bars when using simulator?
I am having the same issue when I run with the iPhone 6 or iPhone 5 simulator, but the screen looks correct when I run with the iPhone 4S simulator. I printed out UIScreen.mainScreen().bounds to see what was going on, and the dimensions were 320.0 X 480.0, regardless of which simulator I used! These dimensions are correct for iPhone 4S, but not the others. My code was working correctly prior to iOS 9 / XCode 7 / OS X 10.11 / Swift 2.0.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode Cloud to use swift 5.7 (Xcode-14)
Overview I have an existing Xcode project that works fine with Xcode Cloud I have a separate branch on to which I have migrated and made changes for Xcode 14 On the same branch I have made some code changes that is supported by Swift 5.7 Example: var price: Int? = 100 guard let price else { return } Problem Xcode code build fails with the error Variable binding in a condition requires an initializer Question: Is it possible to build Xcode Cloud on Swift 5.7 or Xcode 14?
0
0
1.2k
Jul ’22
Xcode
Showing Recent Issues Failed to create provisioning profile. (There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.)
1
0
241
May ’21
Xcode 9.2
after Update Xcode to 9.2 version and mac OS to 10.12 i got issue when in click in the Xcode icon Xcode dosen't open (Welcome to Xcode) pup-upif i want to start new project i have to open old project then file new projectplease you support if you faced like this issue before
1
0
505
Feb ’18
XCode 7
Hello all:I have 2 apps on the app store written in XCode 6. If I install XCode 7 and Swift 2 wil I need to upgrade the codebase of the existing apps, or will XCode be backward compatible?John.
4
0
467
Aug ’15
Reply to Crash on Capture GPU Frame, XCode 7, Beta 4
The forums are responding with a cryptic error message when I try to post my logs (apple.discussions.antispam.content.message) but here is some of it... I can post more if necessary.Process: Xcode [684]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8178.7)Build Info: IDEFrameworks-8178007000000000~3Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [684]User ID: 501Date/Time: 2015-07-22 20:25:46.435 -0700OS Version: Mac OS X 10.11 (15A178w)Report Version: 11Anonymous UUID: 20CCF449-BA72-984D-4556-DA8E8F4309E4Time Awake Since Boot: 950 secondsCrashed Thread: 24 Dispatch queue: gputools.GPUiOSInferiorSession.0x7fa831a6b960Exception Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018Exception Note: EXC_CORPSE_NOTIFYVM Regions Near 0x18:--> __TEXT 000000010495b000-000000010495c000 [ 4K] r-x/rwx SM=COW /Applications/Xcode-beta.app/Contents/MacO
Topic: Graphics & Games SubTopic: General Tags:
Jul ’15
XCode Update
Hi, I recently updated my Mac to macOS Sequoia 15.7.2, and then updated my Xcode packages right afterward. However, when I try to open Xcode, I receive the message: “You can’t open the application because it is being updated.” I contacted Apple Developer Support (software) by phone and went through their troubleshooting steps, but the issue persists. They confirmed that everything appears fine on their end. In System Settings, both macOS and Xcode show as fully up to date. However, when I manually check in the App Store, it says Xcode needs to be updated. When I press Update, I get the following error: “Xcode could not be installed. Please try again later.” I’m fairly new to Xcode, but it seems there may be an incomplete update or verification loop preventing the installation from finishing properly. Could you please advise on how to resolve this so I can open Xcode again?
1
0
161
Nov ’25
Xcode for Catalina
Hello, I need to download Xcode, however the company I work for haven't upgraded iOS above Catalina yet and the latest version of Xcode requires Big Surr. Is it possible to download a previous version of Xcode from anywhere?
1
0
467
May ’21
Version Xcode
I have MacOs High Sierra version 10.13.6, what version od Xcode do I need to Install ?Similarly the tutorial is with Xcode 8 and the latest version is Xcode 10.
Replies
2
Boosts
0
Views
614
Activity
Sep ’18
Reply to Siri Shortcut Parameter Handling
Add to the case based on the soup chef example.The soup chef example can be downloaded and run smoothly in x code 11.After using the add to siri button to add the order to siri shortcut, the shortcut can be triggered in Siri.However, the first question about toppings is asked inside the shortcut app, not inside siri with dialogue prompts.This makes it impossible to create voice dialogues with Siri using parameters.Thanks!--Cameron
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’19
How can I pass Xcode Cloud environment variables to Xcode project when building the project using Xcode Cloud?
I am tasked with passing environment variables from the Xcode Cloud server to the Xcode project while building it with Xcode Cloud. When I build the app locally, I fetch environment variables from the scheme. Then in the codebase, this is how environment variables are accessed: ProcessInfo.processInfo.environment[MicrosoftCognitiveServicesSpeechKey] This is where the environment variables are set in the Xcode Cloud. I right-clicked on the workflow in the Cloud tab found in the Report Navigator of the Xcode and selected Edit Workflow: I don't know how to write a code so that when the Xcode project is built using the Xcode Cloud, environment variables can be injected and used.
Replies
3
Boosts
0
Views
1k
Activity
Jul ’23
We’re providing binaries for ... Linux that can compile code for iOS, OS X...
I was just on the Apple's official site (http://www.apple.com/swift/) and found this sentence:We’re providing binaries for OS X and Linux that can compile code for iOS, OS X, watchOS, tvOS, and Linux.What does that mean? How to compile code for iOS from Linux?
Replies
0
Boosts
0
Views
236
Activity
Mar ’17
Reply to Black bars when using simulator?
I am having the same issue when I run with the iPhone 6 or iPhone 5 simulator, but the screen looks correct when I run with the iPhone 4S simulator. I printed out UIScreen.mainScreen().bounds to see what was going on, and the dimensions were 320.0 X 480.0, regardless of which simulator I used! These dimensions are correct for iPhone 4S, but not the others. My code was working correctly prior to iOS 9 / XCode 7 / OS X 10.11 / Swift 2.0.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Please update from Xcode 8.3 to Xcode 8.3.1 or later
Xcode 8.3.1 resolves an issue in Xcode 8.3 that could produce app archives that were larger than necessary. Starting on May 10, 2017, app archives built with Xcode 8.3 will no longer be accepted by the App Store.If you are using Xcode 8.3, please download the most recent update of Xcode and build and submit using that version.
Replies
0
Boosts
0
Views
4.2k
Activity
Apr ’17
Xcode
after installing the Big Sur update on my Mac I am no longer able to run previews in Xcode is there a fix for this. My Mac is running on version 11.2
Replies
1
Boosts
0
Views
372
Activity
Feb ’21
Errors in Xcode
I am just a beginner in Xcode. I get some errors in Xcode. Please Help Further.
Replies
0
Boosts
0
Views
175
Activity
Oct ’20
Xcode Cloud to use swift 5.7 (Xcode-14)
Overview I have an existing Xcode project that works fine with Xcode Cloud I have a separate branch on to which I have migrated and made changes for Xcode 14 On the same branch I have made some code changes that is supported by Swift 5.7 Example: var price: Int? = 100 guard let price else { return } Problem Xcode code build fails with the error Variable binding in a condition requires an initializer Question: Is it possible to build Xcode Cloud on Swift 5.7 or Xcode 14?
Replies
0
Boosts
0
Views
1.2k
Activity
Jul ’22
Xcode
Showing Recent Issues Failed to create provisioning profile. (There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.)
Replies
1
Boosts
0
Views
241
Activity
May ’21
Xcode 9.2
after Update Xcode to 9.2 version and mac OS to 10.12 i got issue when in click in the Xcode icon Xcode dosen't open (Welcome to Xcode) pup-upif i want to start new project i have to open old project then file new projectplease you support if you faced like this issue before
Replies
1
Boosts
0
Views
505
Activity
Feb ’18
XCode 7
Hello all:I have 2 apps on the app store written in XCode 6. If I install XCode 7 and Swift 2 wil I need to upgrade the codebase of the existing apps, or will XCode be backward compatible?John.
Replies
4
Boosts
0
Views
467
Activity
Aug ’15
Reply to Crash on Capture GPU Frame, XCode 7, Beta 4
The forums are responding with a cryptic error message when I try to post my logs (apple.discussions.antispam.content.message) but here is some of it... I can post more if necessary.Process: Xcode [684]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8178.7)Build Info: IDEFrameworks-8178007000000000~3Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [684]User ID: 501Date/Time: 2015-07-22 20:25:46.435 -0700OS Version: Mac OS X 10.11 (15A178w)Report Version: 11Anonymous UUID: 20CCF449-BA72-984D-4556-DA8E8F4309E4Time Awake Since Boot: 950 secondsCrashed Thread: 24 Dispatch queue: gputools.GPUiOSInferiorSession.0x7fa831a6b960Exception Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018Exception Note: EXC_CORPSE_NOTIFYVM Regions Near 0x18:--> __TEXT 000000010495b000-000000010495c000 [ 4K] r-x/rwx SM=COW /Applications/Xcode-beta.app/Contents/MacO
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’15
XCode Update
Hi, I recently updated my Mac to macOS Sequoia 15.7.2, and then updated my Xcode packages right afterward. However, when I try to open Xcode, I receive the message: “You can’t open the application because it is being updated.” I contacted Apple Developer Support (software) by phone and went through their troubleshooting steps, but the issue persists. They confirmed that everything appears fine on their end. In System Settings, both macOS and Xcode show as fully up to date. However, when I manually check in the App Store, it says Xcode needs to be updated. When I press Update, I get the following error: “Xcode could not be installed. Please try again later.” I’m fairly new to Xcode, but it seems there may be an incomplete update or verification loop preventing the installation from finishing properly. Could you please advise on how to resolve this so I can open Xcode again?
Replies
1
Boosts
0
Views
161
Activity
Nov ’25
Xcode for Catalina
Hello, I need to download Xcode, however the company I work for haven't upgraded iOS above Catalina yet and the latest version of Xcode requires Big Surr. Is it possible to download a previous version of Xcode from anywhere?
Replies
1
Boosts
0
Views
467
Activity
May ’21