Search results for

“Xcode”

93,912 results found

Post

Replies

Boosts

Views

Activity

Xcode Build System Crashes After Update to Xcode 16
Hi everyone, I've recently upgraded macOS to sequoia and Xcode 16 and am encountering an issue with the build system crashing. The error message I receive is: Unexpected service error: The Xcode build system has crashed. Build again to continue. I've already tried cleaning the build folder, resetting the Xcode preferences, and restarting Xcode, but the issue persists. My app previously built fine with Xcode 15, and nothing significant has changed in my project except for the Xcode upgrade. #Reactnative #Xcode #iOS #MacOs #sequoia
1
0
6.5k
Sep ’24
xCode - ITMS-90111: Unsupported SDK or Xcode version
When I try to upload an app to the AppStore, I receive following feedback: I had Xcode 16 with visionOS installed. Because of the feedback, I switched back to Xcode 15.3 with visionOs 1.0. I archived it again and tried to upload the app again. But I still receive the same feedback. I also tried https://stackoverflow.com/questions/56518791/app-store-refuses-my-update-after-installing-xcode-11-beta-with-keeping-xcode-10/56623421#56623421, but it seems that there is no such property for visionOS in the info.plist I do not have any further ideas...
2
0
1.1k
Jun ’24
Update xcode?
Hello, I have updated the iOS of my iPad. Now xcode can no longer access the iPad. Is it really necessary to update xcode? To update to the latest version, I would have to update the operating system as well. I do not really want that.
2
0
985
Jan ’18
How to make Xcode Cloud compile code compiled in Xcode beta ?
Hi, I have an Xcode project that uses Xcode 14.0 beta 6 (14A5294g). How to make Xcode Cloud compile code compiled in Xcode beta? My code uses beta APIs that doesn't seem to compile on Xcode Cloud (throws compilation errors) Am I missing something as this would be a common scenario for many developers? How do I make the beta APIs compile on Xcode Cloud?
4
0
1.7k
Sep ’22
Getting Xcode 7 to co-exist with Xcode 6.4
I'm going to need to support XCode 6.4 for a while. How can I install XCode 7 and not overwrite my 6.4 install. It was pretty straight forward with XCode 5 & 6 but doesn't look to be so easy with 6 & 7.Will it be possible to install 7 to a different folder? I didn't see the option when I tried the install. I canceled it to be safe.Thanks in advance!Jon Clayton
5
0
834
Sep ’15
Reply to UIButton setBackgroundImage for different states not working
Which version of Xcode are you using? As far as I tried with buttons which I added on the storyboard with Xcode 13.1, I needed to change Style to Default to make setBackgroundImage(_:for:) effective. button1.setBackgroundImage(UIImage(named: cardButtonSelected), for: .normal) button1.setBackgroundImage(UIImage(named: cardButtonUnSelected), for: .selected) button1.isSelected = true button2.setBackgroundImage(UIImage(named: cardButtonUnSelected), for: .normal) button2.setBackgroundImage(UIImage(named: cardButtonSelected), for: .selected) button2.isSelected = true Apple introduced some big changes on UIButtons in iOS 15, many traditional codes related to UIButton would not work as before in the default settings on a new storyboard of Xcode 13.x.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’21
Xcode Interface
I really like the swift color syntax in the editor window of Xcode . The trouble is it constantly stops working . I have to choose the swift color syntax from the menu to get it to work again . Works for a short (Very short) while and then stops working again . Very annoying . Also the live error reporting in the swift editor window (which I also like very much) of the Xcode IDE constantly stops working . I have to quit Xcode (Usually force quit) and restart it to get it working again . Very annoying . Xcode has been out for many years now and I am sure Apple is pouring a lot resources into it . These constant bugs (which hit you right in the face) should have been resolved by now. They have no excuse .
2
0
388
May ’22
Xcode 12 Beta 2 causes Xcode Server to be unmanageable
FB7864358 Upon replacing Xcode 12.0 Beta 1 with 12.0 Beta 2, the Xcode Server settings configuration is no longer accessible. One the 'Server & Bots' preference pane the message presented is: Xcode Server Is Already Running Your computer is already configured to run Xcode Server and this version of Xcode is not compatible. If you manually switch the service off and back on, an alert is presented with the following: This version of Xcode is not supported (version is too old) I have managed to revert back to Xcode 12.0 Beta one, and continue managing my server. Has anyone had the same experience or any suggestions on getting Xcode 12.0 Beta 2 to work with Xcode Server?
2
0
1.5k
Jul ’20
Debugging on the Xcode
Hi, ALL, I' have a Mac laptop with OSX 10.13 and Xcode 9. I am trying to develop a cross-platform C++ application using wxWidgets. It builds fine and I can successfully run it from the Terminal with open myapp.app. However, trying to Run/Debug the application from inside Xcode fails - the application is crashing. Could someone please help me to run/debug the application from inside the Xcode? If needed - I can give a link to the GitHub Thank you in advance.
12
0
3.5k
Apr ’23
how can i do programmig in xcode?
I am using Xcode for programming in c++ language But when I type the code and hit run it tells me there is a problem How can I solve it? I am a beginner in computer and programming My MacBook Pro And this is the problem: Ld /Users/lamiaa/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfmpbe/Build/Products/Debug/c normal x86_64 (in target 'c' from project 'c') cd /Users/lamiaalkhunini/Creative Cloud Files/c /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.15 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -L/Users/lamiaalkhunini/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfmpbe/Build/Products/Debug -F/Users/lamiaalkhunini/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfmpbe/Build/Products/Debug -filelist /Users/lamiaalkhunini/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfm
5
0
984
Feb ’21
How to migrate from Swift 3.x to 4 in XCode 10.2.1
I have an app that was written in Swift 3.x, and when I open this app in XCode 10.2.1 I get a prompt stating This version of XCode does not support building or migrating Swift 3.x targets. Use Xcode 10.1 to migrate the code to Swift 4.xOdd that the migration utils were not carried forward...but assuming I must use 10.1...where can this older version be downloaded?thx
2
0
8.5k
Jun ’19
Xcode Build System Crashes After Update to Xcode 16
Hi everyone, I've recently upgraded macOS to sequoia and Xcode 16 and am encountering an issue with the build system crashing. The error message I receive is: Unexpected service error: The Xcode build system has crashed. Build again to continue. I've already tried cleaning the build folder, resetting the Xcode preferences, and restarting Xcode, but the issue persists. My app previously built fine with Xcode 15, and nothing significant has changed in my project except for the Xcode upgrade. #Reactnative #Xcode #iOS #MacOs #sequoia
Replies
1
Boosts
0
Views
6.5k
Activity
Sep ’24
xCode - ITMS-90111: Unsupported SDK or Xcode version
When I try to upload an app to the AppStore, I receive following feedback: I had Xcode 16 with visionOS installed. Because of the feedback, I switched back to Xcode 15.3 with visionOs 1.0. I archived it again and tried to upload the app again. But I still receive the same feedback. I also tried https://stackoverflow.com/questions/56518791/app-store-refuses-my-update-after-installing-xcode-11-beta-with-keeping-xcode-10/56623421#56623421, but it seems that there is no such property for visionOS in the info.plist I do not have any further ideas...
Replies
2
Boosts
0
Views
1.1k
Activity
Jun ’24
Update xcode?
Hello, I have updated the iOS of my iPad. Now xcode can no longer access the iPad. Is it really necessary to update xcode? To update to the latest version, I would have to update the operating system as well. I do not really want that.
Replies
2
Boosts
0
Views
985
Activity
Jan ’18
Xcode uploading
I am new in Xcode. This may sound silly. Can Xcode upload the output only to the devices listed in the scheme list? For instance, uploading to iPad mini is not possible?
Replies
1
Boosts
0
Views
294
Activity
Jun ’15
Xcode Cloud not selecting latest Xcode Release when directed to
My Xcode Cloud workflows tell me the 'Latest Release' Xcode that it's using is Xcode 16.1 Release Candidate (16B40) Obviously that is well out of date at this point, plus, an RC is not a release version. How can I tell Xcode Cloud to always use the latest (non-RC) release version?
Replies
2
Boosts
0
Views
79
Activity
Apr ’25
How to make Xcode Cloud compile code compiled in Xcode beta ?
Hi, I have an Xcode project that uses Xcode 14.0 beta 6 (14A5294g). How to make Xcode Cloud compile code compiled in Xcode beta? My code uses beta APIs that doesn't seem to compile on Xcode Cloud (throws compilation errors) Am I missing something as this would be a common scenario for many developers? How do I make the beta APIs compile on Xcode Cloud?
Replies
4
Boosts
0
Views
1.7k
Activity
Sep ’22
Downloading xcode
Can I download xcode without updaiting to sierra?
Replies
1
Boosts
0
Views
351
Activity
Mar ’17
Getting Xcode 7 to co-exist with Xcode 6.4
I'm going to need to support XCode 6.4 for a while. How can I install XCode 7 and not overwrite my 6.4 install. It was pretty straight forward with XCode 5 & 6 but doesn't look to be so easy with 6 & 7.Will it be possible to install 7 to a different folder? I didn't see the option when I tried the install. I canceled it to be safe.Thanks in advance!Jon Clayton
Replies
5
Boosts
0
Views
834
Activity
Sep ’15
Reply to UIButton setBackgroundImage for different states not working
Which version of Xcode are you using? As far as I tried with buttons which I added on the storyboard with Xcode 13.1, I needed to change Style to Default to make setBackgroundImage(_:for:) effective. button1.setBackgroundImage(UIImage(named: cardButtonSelected), for: .normal) button1.setBackgroundImage(UIImage(named: cardButtonUnSelected), for: .selected) button1.isSelected = true button2.setBackgroundImage(UIImage(named: cardButtonUnSelected), for: .normal) button2.setBackgroundImage(UIImage(named: cardButtonSelected), for: .selected) button2.isSelected = true Apple introduced some big changes on UIButtons in iOS 15, many traditional codes related to UIButton would not work as before in the default settings on a new storyboard of Xcode 13.x.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Xcode Interface
I really like the swift color syntax in the editor window of Xcode . The trouble is it constantly stops working . I have to choose the swift color syntax from the menu to get it to work again . Works for a short (Very short) while and then stops working again . Very annoying . Also the live error reporting in the swift editor window (which I also like very much) of the Xcode IDE constantly stops working . I have to quit Xcode (Usually force quit) and restart it to get it working again . Very annoying . Xcode has been out for many years now and I am sure Apple is pouring a lot resources into it . These constant bugs (which hit you right in the face) should have been resolved by now. They have no excuse .
Replies
2
Boosts
0
Views
388
Activity
May ’22
Xcode 12 Beta 2 causes Xcode Server to be unmanageable
FB7864358 Upon replacing Xcode 12.0 Beta 1 with 12.0 Beta 2, the Xcode Server settings configuration is no longer accessible. One the 'Server & Bots' preference pane the message presented is: Xcode Server Is Already Running Your computer is already configured to run Xcode Server and this version of Xcode is not compatible. If you manually switch the service off and back on, an alert is presented with the following: This version of Xcode is not supported (version is too old) I have managed to revert back to Xcode 12.0 Beta one, and continue managing my server. Has anyone had the same experience or any suggestions on getting Xcode 12.0 Beta 2 to work with Xcode Server?
Replies
2
Boosts
0
Views
1.5k
Activity
Jul ’20
Debugging on the Xcode
Hi, ALL, I' have a Mac laptop with OSX 10.13 and Xcode 9. I am trying to develop a cross-platform C++ application using wxWidgets. It builds fine and I can successfully run it from the Terminal with open myapp.app. However, trying to Run/Debug the application from inside Xcode fails - the application is crashing. Could someone please help me to run/debug the application from inside the Xcode? If needed - I can give a link to the GitHub Thank you in advance.
Replies
12
Boosts
0
Views
3.5k
Activity
Apr ’23
how can i do programmig in xcode?
I am using Xcode for programming in c++ language But when I type the code and hit run it tells me there is a problem How can I solve it? I am a beginner in computer and programming My MacBook Pro And this is the problem: Ld /Users/lamiaa/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfmpbe/Build/Products/Debug/c normal x86_64 (in target 'c' from project 'c') cd /Users/lamiaalkhunini/Creative Cloud Files/c /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.15 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -L/Users/lamiaalkhunini/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfmpbe/Build/Products/Debug -F/Users/lamiaalkhunini/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfmpbe/Build/Products/Debug -filelist /Users/lamiaalkhunini/Library/Developer/Xcode/DerivedData/c-awfbaiszjqjdyzfyhvlstvnfm
Replies
5
Boosts
0
Views
984
Activity
Feb ’21
How to migrate from Swift 3.x to 4 in XCode 10.2.1
I have an app that was written in Swift 3.x, and when I open this app in XCode 10.2.1 I get a prompt stating This version of XCode does not support building or migrating Swift 3.x targets. Use Xcode 10.1 to migrate the code to Swift 4.xOdd that the migration utils were not carried forward...but assuming I must use 10.1...where can this older version be downloaded?thx
Replies
2
Boosts
0
Views
8.5k
Activity
Jun ’19
Xcode on windows
I’ve been trying to get Xcode on windows but it’s dmg and saying that it’s only supported for macOS and im like I need to test devices so Apple please reply and please make a Xcode for windows
Replies
2
Boosts
0
Views
865
Activity
Jun ’22