Search results for

“Xcode”

93,786 results found

Post

Replies

Boosts

Views

Activity

Xcode 7 Error: The operation couldn’t be completed.
My coworker has just installed the Xcode 7 beta onto his OS X 10.10 machine.Whenever he tries to build or execute a playground, he gets a popup with the message The operation couldn’t be completed. (Cocoa error -102.)He also gets the following message in Console:8/4/15 1:23:19.293 PM Xcode[813]: [MT] IDEPlaygroundDocument: Error encountered running playground: Error Domain=NSCocoaErrorDomain Code=-102 The operation couldn’t be completed. (Cocoa error -102.) UserInfo=0x7fdcee925780 {Error=LaunchServices: RegistrationFailed}Can someone please help us figure out what might be going wrong here? We've tried all the obvious things (restarting, reinstalling Xcode, etc.). The issue occurs only with Xcode 7 (latest) beta (i.e. issue does not reproduce in Xcode 6.x)
5
0
2k
Aug ’15
Installed Xcode already
Hi! I just reinstalled macOS Monterey and I have reinstall Xcode, the app store said I needed macOS 13.5 or later but I used to have Xcode on the same iMac. I download Xcode the newest version of Xcode that supported my mac on the developer website and I have it now. After I installed it, I thought that the app store would say that I have Xcode installed but instead, it says I need to get Xcode. What should I do?
2
0
992
Oct ’23
Reply to what are the best practices to implement high level of Authorization and authentication for iOS apps?
Emma:...seems that there should be better practices rather than hard coded client Id and Client Secret key.Perhaps a later Xcode than v7.x, for starters, where your app could better leverage current APIs - example: Touch or Face ID might better meet your spec, where hard coded id and secret key are fallbacks, instead.This assumes you've already evaluated iOS Security, in general, of course.Ken
Oct ’17
XCode crush
After few seconds from start:MacBook:~ khodakov$ /Applications/Xcode.app/Contents/MacOS/Xcode ; exit;2017-05-14 18:28:56.432 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:56.725 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:56.942 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:57.249 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:57.572 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:58.924 Xcode[1672:26926] Failed to connect (canvasView) outlet from (IBCanvasScrollView) to (IBStoryboardCanvasView): missing setter or instance variable2017-05-14 18:29:03.594 Xcode[1672:26926] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEIn
2
0
881
May ’17
How to End Xcode Cloud
I've been really happy with Xcode Cloud, but as a single developer with a very simple app, I cannot justify the upcoming paid service. I have two apps with minimal amount of work going on for the one that I used to test Xcode Cloud. Two questions: What do I need to do with my Xcode project to successfully disable Xcode cloud? What is the correct approach to disable the upcoming billing for Xcode cloud? Thanks for any pointers.
0
0
841
Oct ’23
Xcode 12
Xcode will not let me run my apps externally on my phone. But the simulator works. I wonder if its because I have iOS 14 on my phone.I don't know if Xcode 12 works with iOS 14 I think somewhere it says it does but I think it might still be glitching. In the meantime I'll use the simulator. Anyone know any bypass yet or a fix I don't expect an answer this came out like 4 days ago lol. Error: Failed to prepare device for deployment. If you are certain that Xcode supports development on this device, try disconnecting and reconnecting the device. Specs: MacBook Pro 15 2018 6 Core 16Gb Ram BigSur Beta Iphone 11 Pro Max 64gb iOS 14 Beta Xcode 12 Beta
2
0
2.7k
Jun ’20
Xcode 12 Beta Not compiling some code
Hey Everyone, After loading my SwiftUI based app into the new version of Xcode, I was expecting normal code errors, but given the backwards compatibility of new SwiftUI syntax, I didn't get any of those. Instead, I have gotten multiple The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions I've never used an Xcode beta for larger apps before, so is this a common occurrence or something I should submit a bug report for? The code compiles fine on Xcode 11.x and there is seemingly no actual problems with the code.
1
0
460
Jun ’20
xcode 6.4
Update my device OS to 8.4 but couldn't use it to debug with xcode 6.3, So I have updated my xcode to 6.4 but still doesn't support IOS 8.4 !!Any help to fix this issue? It has be added to Ineligible Devices and telling me The Developer Disk Image could not be mounted while running the code
5
0
2.2k
Jul ’15
Xcode 7 Error: The operation couldn’t be completed.
My coworker has just installed the Xcode 7 beta onto his OS X 10.10 machine.Whenever he tries to build or execute a playground, he gets a popup with the message The operation couldn’t be completed. (Cocoa error -102.)He also gets the following message in Console:8/4/15 1:23:19.293 PM Xcode[813]: [MT] IDEPlaygroundDocument: Error encountered running playground: Error Domain=NSCocoaErrorDomain Code=-102 The operation couldn’t be completed. (Cocoa error -102.) UserInfo=0x7fdcee925780 {Error=LaunchServices: RegistrationFailed}Can someone please help us figure out what might be going wrong here? We've tried all the obvious things (restarting, reinstalling Xcode, etc.). The issue occurs only with Xcode 7 (latest) beta (i.e. issue does not reproduce in Xcode 6.x)
Replies
5
Boosts
0
Views
2k
Activity
Aug ’15
Reply to WKWebView's video become black while paused in fullscreen state
I know why black, because I use webView?.translatesAutoresizingMaskIntoConstraints = false to avoid some wkwebview bug in Xcode 13.x; now this code make black screen bug, remove it, black screen disappeared. but new bug appeared: after enter fullscreen again, the WebView become small size that same as main window. headache~~
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22
Installed Xcode already
Hi! I just reinstalled macOS Monterey and I have reinstall Xcode, the app store said I needed macOS 13.5 or later but I used to have Xcode on the same iMac. I download Xcode the newest version of Xcode that supported my mac on the developer website and I have it now. After I installed it, I thought that the app store would say that I have Xcode installed but instead, it says I need to get Xcode. What should I do?
Replies
2
Boosts
0
Views
992
Activity
Oct ’23
Reply to what are the best practices to implement high level of Authorization and authentication for iOS apps?
Emma:...seems that there should be better practices rather than hard coded client Id and Client Secret key.Perhaps a later Xcode than v7.x, for starters, where your app could better leverage current APIs - example: Touch or Face ID might better meet your spec, where hard coded id and secret key are fallbacks, instead.This assumes you've already evaluated iOS Security, in general, of course.Ken
Replies
Boosts
Views
Activity
Oct ’17
XCode crush
After few seconds from start:MacBook:~ khodakov$ /Applications/Xcode.app/Contents/MacOS/Xcode ; exit;2017-05-14 18:28:56.432 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:56.725 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:56.942 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:57.249 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:57.572 Xcode[1672:26926] Unknown class GPUTesselationSliderCell in Interface Builder file.2017-05-14 18:28:58.924 Xcode[1672:26926] Failed to connect (canvasView) outlet from (IBCanvasScrollView) to (IBStoryboardCanvasView): missing setter or instance variable2017-05-14 18:29:03.594 Xcode[1672:26926] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEInterfaceBuilder/IDEIn
Replies
2
Boosts
0
Views
881
Activity
May ’17
How to End Xcode Cloud
I've been really happy with Xcode Cloud, but as a single developer with a very simple app, I cannot justify the upcoming paid service. I have two apps with minimal amount of work going on for the one that I used to test Xcode Cloud. Two questions: What do I need to do with my Xcode project to successfully disable Xcode cloud? What is the correct approach to disable the upcoming billing for Xcode cloud? Thanks for any pointers.
Replies
0
Boosts
0
Views
841
Activity
Oct ’23
xcode exit
When I load the bigger files to the xcode, preview the file and then the file collapse
Replies
0
Boosts
0
Views
266
Activity
Aug ’16
Xcode crash
for some reason, Xcode keeps crashing whenever I hit run or stop
Replies
1
Boosts
0
Views
335
Activity
Dec ’23
ERROR USING XCODE 11.4.1 (playground)
How can I fix this error using Xcode 11.4.1 on my Macbook Pro?error: Execution was interrupted, reason: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0).The process has been left at the point where it was interrupted, use thread return -x to return to the state before expression evaluation.Thanks in advance.
Replies
1
Boosts
0
Views
580
Activity
May ’20
Xcode Cloud
will Xcode Cloud run on the latest iPad Pro?
Replies
1
Boosts
0
Views
668
Activity
Sep ’21
Xcode on PC
Can I install Xcode on PC through any third party software?
Replies
3
Boosts
0
Views
761
Activity
Mar ’22
Xcode 12
Xcode will not let me run my apps externally on my phone. But the simulator works. I wonder if its because I have iOS 14 on my phone.I don't know if Xcode 12 works with iOS 14 I think somewhere it says it does but I think it might still be glitching. In the meantime I'll use the simulator. Anyone know any bypass yet or a fix I don't expect an answer this came out like 4 days ago lol. Error: Failed to prepare device for deployment. If you are certain that Xcode supports development on this device, try disconnecting and reconnecting the device. Specs: MacBook Pro 15 2018 6 Core 16Gb Ram BigSur Beta Iphone 11 Pro Max 64gb iOS 14 Beta Xcode 12 Beta
Replies
2
Boosts
0
Views
2.7k
Activity
Jun ’20
Xcode 12 Beta Not compiling some code
Hey Everyone, After loading my SwiftUI based app into the new version of Xcode, I was expecting normal code errors, but given the backwards compatibility of new SwiftUI syntax, I didn't get any of those. Instead, I have gotten multiple The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions I've never used an Xcode beta for larger apps before, so is this a common occurrence or something I should submit a bug report for? The code compiles fine on Xcode 11.x and there is seemingly no actual problems with the code.
Replies
1
Boosts
0
Views
460
Activity
Jun ’20
xcode download
I can not find Xcode for os x 10.10, any advice please
Replies
1
Boosts
0
Views
465
Activity
Sep ’17
xcode 6.4
Update my device OS to 8.4 but couldn't use it to debug with xcode 6.3, So I have updated my xcode to 6.4 but still doesn't support IOS 8.4 !!Any help to fix this issue? It has be added to Ineligible Devices and telling me The Developer Disk Image could not be mounted while running the code
Replies
5
Boosts
0
Views
2.2k
Activity
Jul ’15