Search results for

“Xcode”

93,786 results found

Post

Replies

Boosts

Views

Activity

Xcode 7.0.1 / 6.4 won't open with Xcode 7.1 beta 3 aside
My Xcode 7.0.1 and Xcode 6.4 won't open while Xcode-beta.app(Xcode 7.1 beta 3) lives in /Applications.One solution for me is just moving the Xcode-beta.app out of /Applications, and everything works fine as usual.(except for Xcode 6.4 missing UI for selecting devices, well I knew 6.4 not supported in El Capitan)Not sure whether other versions have similar issue, but this seems to happen just after I installed Xcode 7.1 beta 3 (previously beta 1).No idea how to get logs of Xcode launching process.Environment:OS X El Capitan 10.11Xcode.app (Xcode 7.0.1, installed from App Store)Xcode.app (Xcode 6.4, installed from App Store and used out of /Applications)Xcode-beta.app (Xcode 7.1 beta 3, downloaded from https://developer.apple.com/xcode/download/ )
9
0
3.7k
Oct ’15
Add external sdk compiled on xcode 9 to xcode 7 project
Hi,We develop a sdk and we want to move to xcode 9 for ios 10 and 11 support. When we compile the sdk on xcode 9 and add the binary (.a file) to a clean project on xcode 7 (using link binary with libraries) and build it as archive there is a linker failure:clang: error: unable to execute command: Segmentation fault: 11clang: error: linker command failed due to signal (use -v to see invocation)We use the flag Enable Bitcode = Yes in our sdk build settings, and the failure happens when the app on xcode 7 also has this flag turned on. We don't know if our users change this flag to No so this is not a solution.If we compile both the sdk and the app using it on xcode 7 everything works.If we compile both the sdk and the app using it on xcode 9 everything works.The problem is when we compile the sdk on xcode 9 but our users build their app on xcode 7.Is there a solution for this problem without turning off the bitcode flag in the user app? How
1
0
1.2k
Oct ’17
Old Xcode versions
Hello! Does anyone know how where I can download old Xcode versions? I am trying to download version Xcode 15.2 (since I am on macOS Ventura 13.6.6). The resources page (https://developer.apple.com/xcode/resources/) has a link to Command line tools and old versions of Xcode (https://developer.apple.com/download/all/) but it just redirects to the account page.
0
0
1k
Mar ’24
Xcode expand
Hello guys, I have download Xcode 12.2.xip from my developer account. I had try to expand as usually with double click but in this istance and for many time utility compression stuck and come out with an error message. I have digit a line of command in terminal but I get this message: signing certificate was Development Update (validation not attempted) and xcode doesnt expand. What should I do to open it. I have Macos catalina. Thanks in advance
1
0
647
Feb ’21
Compile bug in XCode 10 beta?
When compiling the following code with Swift 4.1class Test { var str = MyString } protocol TestProtocol { var str: String { get } } class MyTest: Test, TestProtocol { } var x: (Test & TestProtocol) = MyTest() x.strit compiles without any problem on XCode 9.4, but XCode 10 fails with this error message:error: XCode10Bug.playground:11:1: error: ambiguous use of 'str' x.str ^ XCode10Bug.playground:4:9: note: found this candidate var str: String { get } ^Is this somehow intended behavior, or should I report this as a bug?
2
0
1.6k
Jun ’18
Upgraded to Xcode 7.2.1. OS X Server won't configure Xcode
I upgraded my Server machine to Xcode 7.2.1. Now Xcode service won't configure.The sheet Preparing to Configure Xcode Server just shows, forever. Progress bar remains empty. I tried a reboot. No dice. Any ideas?First attempt to restart the Xcode service I was confronted with Agree to License terms. Yet when I open Xcode, it starts up normally and there is no sheet to agree to the license terms. Now I don't get that dialog, I just get the preparing to configure XCode Server sheet forever.
1
0
556
Mar ’16
Newest version of xcode
Hello, I’m really new to Xcode and swift in general. My iPhone 12 is on iOS 14.6 and I can’t seem to build my project on Xcode onto it. Does Xcode not support ios 14.6? If it doesn’t, is there a way I can work around this?
1
0
1.1k
Jun ’21
XCode installer gigantomania
Hi guys Just a few days ago I've at least found the way to install freshest release of XCode, and I assure you this maddening experience has been for me like really thorny squash through the b**t to examine tonsils from inside I'm happy owner of MacBook Air (13-inch, 2017, 8Gb RAM, 128GB storage), and I really love it, Apple devices are undoubtely cool and worth every cent just because of the ease of use. Developed for humans, OS X never ever put me stumped, it doesn't demand anything from me, it just works. It's been a long time idyll, no complaints for last 10 years, and it could go on for ages, but one fly in the ointment nowadays ruines everything I'm oldschool web developer, and my code beeing plain text never require no extra capacity. The only huge thing are my own media from iPhone and iPad auto backuped for years, but since lion's share of these shots are amateur raw mess not of public interest - many of you probably also collect the same garbage just because - I keep my sh
3
0
772
Nov ’20
xcode - simulator
I start learning xcode and make a simple app for entering a text field. When I run the iphone 7 simulator, the visual keyboard does not show up. When I run the other iphone simulators, let's say iphone 6 simulator, everything is fine and the visual keyboard is there.I remove the xcode and reinstall it. The situation is the same.How can I get the visual keyboard back in iphone 7 simulator.
2
0
678
Aug ’17
Xcode 7.0.1 / 6.4 won't open with Xcode 7.1 beta 3 aside
My Xcode 7.0.1 and Xcode 6.4 won't open while Xcode-beta.app(Xcode 7.1 beta 3) lives in /Applications.One solution for me is just moving the Xcode-beta.app out of /Applications, and everything works fine as usual.(except for Xcode 6.4 missing UI for selecting devices, well I knew 6.4 not supported in El Capitan)Not sure whether other versions have similar issue, but this seems to happen just after I installed Xcode 7.1 beta 3 (previously beta 1).No idea how to get logs of Xcode launching process.Environment:OS X El Capitan 10.11Xcode.app (Xcode 7.0.1, installed from App Store)Xcode.app (Xcode 6.4, installed from App Store and used out of /Applications)Xcode-beta.app (Xcode 7.1 beta 3, downloaded from https://developer.apple.com/xcode/download/ )
Replies
9
Boosts
0
Views
3.7k
Activity
Oct ’15
Add external sdk compiled on xcode 9 to xcode 7 project
Hi,We develop a sdk and we want to move to xcode 9 for ios 10 and 11 support. When we compile the sdk on xcode 9 and add the binary (.a file) to a clean project on xcode 7 (using link binary with libraries) and build it as archive there is a linker failure:clang: error: unable to execute command: Segmentation fault: 11clang: error: linker command failed due to signal (use -v to see invocation)We use the flag Enable Bitcode = Yes in our sdk build settings, and the failure happens when the app on xcode 7 also has this flag turned on. We don't know if our users change this flag to No so this is not a solution.If we compile both the sdk and the app using it on xcode 7 everything works.If we compile both the sdk and the app using it on xcode 9 everything works.The problem is when we compile the sdk on xcode 9 but our users build their app on xcode 7.Is there a solution for this problem without turning off the bitcode flag in the user app? How
Replies
1
Boosts
0
Views
1.2k
Activity
Oct ’17
XCode Cloud
Does Apple plan to introduce an XCode Cloud REST API in addition to its webhooks in the not too distant future?
Replies
1
Boosts
0
Views
1.3k
Activity
Jul ’21
xcode 10
Hey guys,can anybody tell me where I can find the documentationfor xcode 10 and custom intents for sirikit.Thanks in advance.
Replies
1
Boosts
0
Views
1k
Activity
Aug ’18
Old Xcode versions
Hello! Does anyone know how where I can download old Xcode versions? I am trying to download version Xcode 15.2 (since I am on macOS Ventura 13.6.6). The resources page (https://developer.apple.com/xcode/resources/) has a link to Command line tools and old versions of Xcode (https://developer.apple.com/download/all/) but it just redirects to the account page.
Replies
0
Boosts
0
Views
1k
Activity
Mar ’24
Xcode expand
Hello guys, I have download Xcode 12.2.xip from my developer account. I had try to expand as usually with double click but in this istance and for many time utility compression stuck and come out with an error message. I have digit a line of command in terminal but I get this message: signing certificate was Development Update (validation not attempted) and xcode doesnt expand. What should I do to open it. I have Macos catalina. Thanks in advance
Replies
1
Boosts
0
Views
647
Activity
Feb ’21
Compile bug in XCode 10 beta?
When compiling the following code with Swift 4.1class Test { var str = MyString } protocol TestProtocol { var str: String { get } } class MyTest: Test, TestProtocol { } var x: (Test & TestProtocol) = MyTest() x.strit compiles without any problem on XCode 9.4, but XCode 10 fails with this error message:error: XCode10Bug.playground:11:1: error: ambiguous use of 'str' x.str ^ XCode10Bug.playground:4:9: note: found this candidate var str: String { get } ^Is this somehow intended behavior, or should I report this as a bug?
Replies
2
Boosts
0
Views
1.6k
Activity
Jun ’18
Upgraded to Xcode 7.2.1. OS X Server won't configure Xcode
I upgraded my Server machine to Xcode 7.2.1. Now Xcode service won't configure.The sheet Preparing to Configure Xcode Server just shows, forever. Progress bar remains empty. I tried a reboot. No dice. Any ideas?First attempt to restart the Xcode service I was confronted with Agree to License terms. Yet when I open Xcode, it starts up normally and there is no sheet to agree to the license terms. Now I don't get that dialog, I just get the preparing to configure XCode Server sheet forever.
Replies
1
Boosts
0
Views
556
Activity
Mar ’16
Show in Finder from Xcode
when running Xcode in 10.14 beta 3 (or 2) if I right click on a project product and then choose Show in Finder nothing is displayed; this happens with both Xcode beta 10 and Xcode version 9.4.1
Replies
3
Boosts
0
Views
2.6k
Activity
Jul ’18
Preserving Xcode 6
Hello,Xcode 7.0 beta 6 can run apps on a device with iOS 9.0 GM?Alternatively, is it possible to install Xcode 7.0 GM preserving Xcode 6.4 (drag and drop into a different directory)?Thanks!
Replies
2
Boosts
0
Views
376
Activity
Sep ’15
Newest version of xcode
Hello, I’m really new to Xcode and swift in general. My iPhone 12 is on iOS 14.6 and I can’t seem to build my project on Xcode onto it. Does Xcode not support ios 14.6? If it doesn’t, is there a way I can work around this?
Replies
1
Boosts
0
Views
1.1k
Activity
Jun ’21
Xcode 15 Beta 5: Unsupported Xcode or SDK Version
I got this error when I try to push my app into testflight: Unsupported Xcode or SDK Version. Your app was built with a version of Xcode or SDK that is not yet supported for upload to App Store Connect.
Replies
11
Boosts
0
Views
2.7k
Activity
Jul ’23
Xcode Segues
I want to have one segue spit and display 1 of 10 windows and have it pick which window randomly. How can I do this in Xcode?- Chris
Replies
0
Boosts
0
Views
106
Activity
Jul ’15
XCode installer gigantomania
Hi guys Just a few days ago I've at least found the way to install freshest release of XCode, and I assure you this maddening experience has been for me like really thorny squash through the b**t to examine tonsils from inside I'm happy owner of MacBook Air (13-inch, 2017, 8Gb RAM, 128GB storage), and I really love it, Apple devices are undoubtely cool and worth every cent just because of the ease of use. Developed for humans, OS X never ever put me stumped, it doesn't demand anything from me, it just works. It's been a long time idyll, no complaints for last 10 years, and it could go on for ages, but one fly in the ointment nowadays ruines everything I'm oldschool web developer, and my code beeing plain text never require no extra capacity. The only huge thing are my own media from iPhone and iPad auto backuped for years, but since lion's share of these shots are amateur raw mess not of public interest - many of you probably also collect the same garbage just because - I keep my sh
Replies
3
Boosts
0
Views
772
Activity
Nov ’20
xcode - simulator
I start learning xcode and make a simple app for entering a text field. When I run the iphone 7 simulator, the visual keyboard does not show up. When I run the other iphone simulators, let's say iphone 6 simulator, everything is fine and the visual keyboard is there.I remove the xcode and reinstall it. The situation is the same.How can I get the visual keyboard back in iphone 7 simulator.
Replies
2
Boosts
0
Views
678
Activity
Aug ’17