Search results for

“Xcode”

93,911 results found

Post

Replies

Boosts

Views

Activity

Xcode-Select
pulsar@PULSARs-iMac ~ % sudo xcode-select -switch /Library/Developer/CommandLineTools pulsar@PULSARs-iMac ~ % xcode-select --install xcode-select: error: command line tools are already installed, use Software Update to install updates this error, I am getting while to install gfortran in my IMAC OS BIGSUR Shashi
0
0
1.4k
Apr ’21
Xcode 8.1
Hello,I've updated my Xcode to 8.1 and it is working fine, although i have Xocde downloaded to my machine, when i look at Xcode in the App Store surprisingly it show Get instead of Open, do i have to reinstall it?
1
0
266
Nov ’16
Xcode 13.1?
Apple's automatic update of Xcode 13.1 to 13.2 broke two of my projects and I'm dead in the water. I was using the App Store version. Is it possible to download Xcode 13.1? All I can find is 13.2.
3
0
844
Dec ’21
There are 2 different results between Xcode 15 and Xcode 16
I have an macOS Application that communication with USB devices. There are 2 different results between Xcode 15 and Xcode 16. Do I forget somethings in Xcode 16? Results Xcode 15: It works very well Xcode 16: USB communication error occurred. If I try to modify Instrument's openUSB() function to func openUSB() { sleep(1) . . . } It works very well. My Application code class AppDelegate: NSObject, NSApplicationDelegate { override init() { super.init() _ = Controller.shared } ... } class Controller: NSObject { public static let shared = Controller() public private(set) var instrument: Instrument private override init() { super.init() self.instrument = Instrument() } } class Instrument: NSObject { override init() { super.init() openUSB() } func openUSB() { . . . } }
0
0
170
Oct ’24
Xcode Playgrounds + Xcode 15
We are in class working with Develop in Swift Explorations. We created a new playground file to create a learning playground for notes and exercises and since the update to Xcode 15, it is running extremely sluggish and slow. Playground file is build for iOS and using Simulator for iPhone 15. We also tried to run for Mac and same issues. In addition, the Macbook Air M2s are running VERY hot - which is unusual.
4
0
1.5k
Oct ’23
Compiling with Xcode 12 Beta 4
I have a iOS framework which has the following snippet of code : CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc] init]; CTCarrier *carrier = [netinfo subscriberCellularProvider]; In Xcode 11.x compiling target had a Generic iOS Device option and I am able to create a fat framework which includes the simulator pieces. However in Xcode there are 2 targets one for arm64 and the other for Intel and Apple Silicon. How do I create a fat framework here?
1
0
466
Aug ’20
compile CaseIterable in Xcode 9 but not in Xcode 10
Can anybody tell me a clean way to compile a Swift protocol and its implementation in Xcode 9 but not in Xcode 10?I tried various options, including some based on conditional compilation like #if swift(>=4.2), and currently use a very ugly method based on duplicating the target. I wonder if there isn't any clean way.The concrete reason is the protocol CaseIterable. I welcome the addition of this protocol to Swift 4.2 in Xcode 10, as it enables iterations over all cases of an enumeration. I look forward to removing my own implementation of that protocol, which was based on the fact that hashValue and rawValue in an enumeration used to return the same thing (described at various places, in this blog for example). This implementation does not work in Xcode 10 anymore, since hashValue has changed. That should not be a problem, I can just use the new compiler-supported implementation of CaseIterable, right? Unfortunately I cannot see a clean way of excluding my implementation
16
0
3.9k
Jun ’18
Xcode Cloud won't load from Xcode or App Store Connect
I am setting up a new app and am having problems with Xcode Cloud. From Xcode if I click on the Cloud button under the Report Navigator I get a spinner for a long time then get the message Could not load Xcode Cloud data. I also visited the Xcode Cloud tab under my app in App Store Connect and I get a spinner and nothing loads. This is a recent account and I'm setting up Xcode Cloud for the first time. Below is what I've tried and I'm out of ideas on how to get this working. In Xcode, I signed out and back in as the Account Holder Closed Xcode and reopened This occurred yesterday and today and have not seen a problem under the Apple System Status page On the latest Xcode 16.2 Checked the Signing & Capabilities tab in Xcode and my team a bundle Id is correct and it's happy with signing. At this time on my machine I am using the distribution profile.
13
0
1.8k
Feb ’25
Xcode in Dropbox, apparently a bad idea? Xcode bugs?
For reference, here's my stackoverflow post: https://stackoverflow.com/questions/44752358/indexing-issues-with-xcode-8/44752509#44752509So I'm working on an iOS app with a friend (we're both new) and we chose Dropbox to manage our project files and only one of us will have the project opened at a time. That being said, I'm having the strangest issues with Xcode. For somer eason some of my classes aren't being recognized when trying to select a class from the Identity Inspector's class dropdown -- in fact, the dropdown is blank. When right clicking the view controller from the document outline, I can't even see the newly defined outlets that I just created.I've tried the following things to fix this:Clean & Rebuild the project from Xcode, followed by an Xcode restartRemoving the project directories from ~/Library/Developer/Xcode/DerivedData to force Xcode to re-index (and restarted Xcode)and no luck. Now what's weird is if I close Xcode
0
0
605
Jun ’17
Xcode quit unexpectedly
Some one can help me for this problem. Thank you!!!!!!Process: Xcode [1411]Path: /Applications/Xcode.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 11.1 (15405)Build Info: IDEFrameworks-15405000000000000~13App Item ID: 497799835App External ID: 832925179Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [1411]User ID: 501Date/Time: 2019-10-17 17:00:19.702 +0200OS Version: Mac OS X 10.14.5 (18F132)Report Version: 12Anonymous UUID: 1031994E-23CB-BF39-895C-07ED5AAE0166Time Awake Since Boot: 9100 secondsSystem Integrity Protection: enabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:ProductBuildVersion: 11A1027UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for parameter key 'class' of extension 'Xcode.InterfaceBuilderKit.PepperIntegration.ConfigurationLis
3
0
2.1k
Oct ’19
Xcode-Select
pulsar@PULSARs-iMac ~ % sudo xcode-select -switch /Library/Developer/CommandLineTools pulsar@PULSARs-iMac ~ % xcode-select --install xcode-select: error: command line tools are already installed, use Software Update to install updates this error, I am getting while to install gfortran in my IMAC OS BIGSUR Shashi
Replies
0
Boosts
0
Views
1.4k
Activity
Apr ’21
Xcode 8.1
Hello,I've updated my Xcode to 8.1 and it is working fine, although i have Xocde downloaded to my machine, when i look at Xcode in the App Store surprisingly it show Get instead of Open, do i have to reinstall it?
Replies
1
Boosts
0
Views
266
Activity
Nov ’16
Xcode 11 beta doesn't coexist with Xcode 10.2.1?
Usually new versions of Xcode coexist with old version. But if I try to switch back and forth between Xcode 11 beta 2 and Xcode 10.2.1, I have to go through the Install additional required components dialog every time. This is maddening, to say the least. Is this a bug? Can I work around it somehow?
Replies
1
Boosts
0
Views
993
Activity
Jun ’19
Xcode 6.3 and iOS 9 beta: Should that work?
Hello,as far as my memory goes, it was possible to use Xcode 5.x to run code on iOS 8. Or am I wrong?My Xcode 6.3 — even after attempting to read symbols — tells me that my iOS 9 device is inelligible. Is that a bug, or works as specified?ThanksAlex
Replies
1
Boosts
0
Views
147
Activity
Jun ’15
Xcode 13.1?
Apple's automatic update of Xcode 13.1 to 13.2 broke two of my projects and I'm dead in the water. I was using the App Store version. Is it possible to download Xcode 13.1? All I can find is 13.2.
Replies
3
Boosts
0
Views
844
Activity
Dec ’21
There are 2 different results between Xcode 15 and Xcode 16
I have an macOS Application that communication with USB devices. There are 2 different results between Xcode 15 and Xcode 16. Do I forget somethings in Xcode 16? Results Xcode 15: It works very well Xcode 16: USB communication error occurred. If I try to modify Instrument's openUSB() function to func openUSB() { sleep(1) . . . } It works very well. My Application code class AppDelegate: NSObject, NSApplicationDelegate { override init() { super.init() _ = Controller.shared } ... } class Controller: NSObject { public static let shared = Controller() public private(set) var instrument: Instrument private override init() { super.init() self.instrument = Instrument() } } class Instrument: NSObject { override init() { super.init() openUSB() } func openUSB() { . . . } }
Replies
0
Boosts
0
Views
170
Activity
Oct ’24
Xcode
Hi! I was downloading Xcode in a Mac but in order to complete the downloading it asked me if I agreed with the terms and conditions. When I entered my password it says It's incorrect. I don't know why. It is the same password that I entered before, when I download the app a few minutes ago.
Replies
0
Boosts
0
Views
303
Activity
Jun ’20
Xcode Playgrounds + Xcode 15
We are in class working with Develop in Swift Explorations. We created a new playground file to create a learning playground for notes and exercises and since the update to Xcode 15, it is running extremely sluggish and slow. Playground file is build for iOS and using Simulator for iPhone 15. We also tried to run for Mac and same issues. In addition, the Macbook Air M2s are running VERY hot - which is unusual.
Replies
4
Boosts
0
Views
1.5k
Activity
Oct ’23
Compiling with Xcode 12 Beta 4
I have a iOS framework which has the following snippet of code : CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc] init]; CTCarrier *carrier = [netinfo subscriberCellularProvider]; In Xcode 11.x compiling target had a Generic iOS Device option and I am able to create a fat framework which includes the simulator pieces. However in Xcode there are 2 targets one for arm64 and the other for Intel and Apple Silicon. How do I create a fat framework here?
Replies
1
Boosts
0
Views
466
Activity
Aug ’20
compile CaseIterable in Xcode 9 but not in Xcode 10
Can anybody tell me a clean way to compile a Swift protocol and its implementation in Xcode 9 but not in Xcode 10?I tried various options, including some based on conditional compilation like #if swift(>=4.2), and currently use a very ugly method based on duplicating the target. I wonder if there isn't any clean way.The concrete reason is the protocol CaseIterable. I welcome the addition of this protocol to Swift 4.2 in Xcode 10, as it enables iterations over all cases of an enumeration. I look forward to removing my own implementation of that protocol, which was based on the fact that hashValue and rawValue in an enumeration used to return the same thing (described at various places, in this blog for example). This implementation does not work in Xcode 10 anymore, since hashValue has changed. That should not be a problem, I can just use the new compiler-supported implementation of CaseIterable, right? Unfortunately I cannot see a clean way of excluding my implementation
Replies
16
Boosts
0
Views
3.9k
Activity
Jun ’18
Xcode simulator
Having MacBook Pro with macOS Monterey v 12.7.2 and Xcode 13.3 (13B113) I cannot find a Xcode simulator, which could provide iPhone 6.7 display for my first app's product page' Any advice? Thanks!
Replies
0
Boosts
0
Views
705
Activity
Jan ’24
Numpy Xcode
How do I use numpy with Xcode?
Replies
1
Boosts
0
Views
1k
Activity
Sep ’20
Xcode Cloud won't load from Xcode or App Store Connect
I am setting up a new app and am having problems with Xcode Cloud. From Xcode if I click on the Cloud button under the Report Navigator I get a spinner for a long time then get the message Could not load Xcode Cloud data. I also visited the Xcode Cloud tab under my app in App Store Connect and I get a spinner and nothing loads. This is a recent account and I'm setting up Xcode Cloud for the first time. Below is what I've tried and I'm out of ideas on how to get this working. In Xcode, I signed out and back in as the Account Holder Closed Xcode and reopened This occurred yesterday and today and have not seen a problem under the Apple System Status page On the latest Xcode 16.2 Checked the Signing & Capabilities tab in Xcode and my team a bundle Id is correct and it's happy with signing. At this time on my machine I am using the distribution profile.
Replies
13
Boosts
0
Views
1.8k
Activity
Feb ’25
Xcode in Dropbox, apparently a bad idea? Xcode bugs?
For reference, here's my stackoverflow post: https://stackoverflow.com/questions/44752358/indexing-issues-with-xcode-8/44752509#44752509So I'm working on an iOS app with a friend (we're both new) and we chose Dropbox to manage our project files and only one of us will have the project opened at a time. That being said, I'm having the strangest issues with Xcode. For somer eason some of my classes aren't being recognized when trying to select a class from the Identity Inspector's class dropdown -- in fact, the dropdown is blank. When right clicking the view controller from the document outline, I can't even see the newly defined outlets that I just created.I've tried the following things to fix this:Clean & Rebuild the project from Xcode, followed by an Xcode restartRemoving the project directories from ~/Library/Developer/Xcode/DerivedData to force Xcode to re-index (and restarted Xcode)and no luck. Now what's weird is if I close Xcode
Replies
0
Boosts
0
Views
605
Activity
Jun ’17
Xcode quit unexpectedly
Some one can help me for this problem. Thank you!!!!!!Process: Xcode [1411]Path: /Applications/Xcode.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 11.1 (15405)Build Info: IDEFrameworks-15405000000000000~13App Item ID: 497799835App External ID: 832925179Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [1411]User ID: 501Date/Time: 2019-10-17 17:00:19.702 +0200OS Version: Mac OS X 10.14.5 (18F132)Report Version: 12Anonymous UUID: 1031994E-23CB-BF39-895C-07ED5AAE0166Time Awake Since Boot: 9100 secondsSystem Integrity Protection: enabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:ProductBuildVersion: 11A1027UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Error getting value for parameter key 'class' of extension 'Xcode.InterfaceBuilderKit.PepperIntegration.ConfigurationLis
Replies
3
Boosts
0
Views
2.1k
Activity
Oct ’19