Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How to install iOS 4.3 Simulator on xCode 5? It's required to test the application on Deployment Target 4.3.
Firstly, there's no official way to add the iOS 4.3 simulator. You may be able to hack it somehow but I don't know how and I wouldn't recommend it.
Secondly, if you really want to support iOS 4.3 you need an actual device to test it on. The Simulator is not 100% accurate and it certainly doesn't mirror the performance of a real device. If it existed, using the Simulator would be a good "first pass" but it's not a substitute for the real thing.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
After a fresh install of High Sierra 10.1, Xcode 9.0 (9A235), Simulator Version 10.0 (SimulatorApp-829.6 CoreSimulator-494.13.6), on a MBP (15-inch 2017), the simulator has been showing glitchy, corrupt rendering of the screen. It not only happens with my app, it happens with the internal simulator apps and the home screen. It flickers between normal and corrupt when the screen is updating.
So far I have tried:
Erase all content and settings
Reboot
Other devices: iPhone and iPad have these problems, whereas tvOS and watchOS do not have the problem.
Showing it on an external monitor
Any ideas?
Seems like a problem with drivers.
This should be fixed in the future Xcode release (based on the Apple staff's posts):
A workaround for the graphics driver landed in Xcode 9.1 Beta. A fix for the underlying driver issue will be in a future macOS update.
The radar report
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am currently trying to find a way of how to get XCode Beta 8.2, but have not found one yet. I would like it if anyone could leave some suggestions on how to get it. I want to get 8.2 beta because I am trying to run my app on my iPhone which has ios 10.2 installed, which is not possible without having the correct XCode version corresponding with your current OS on the device.
You'll need to download the beta version of Xcode 8.2 in order to build for iOS apps that are running the iOS 10.2 beta versions.
You can download it from https://developer.apple.com/download/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I am currently testing an iOS app on an iPad 4 with 3G running iOS 6. Part of the testing I need to do requires that I use the app when the iPad has different reachabilities (No Service, 3G, WiFi, Edge, Airplane).
Is there a way I can simulate the iPad to think it has no service other than me going underground and jumping on the tube. I have tried taking out the SIM card but it does not say No Service, it just says No SIM.
Thanks
Connect your device in Mac. In xcode's organiser allow the device for development if you have not done already. Once the device is ready you can see an option in your settings app named Developer.
That will have network link conditioner and all the settings.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Can we develop iOS apps for iPhone as well as iPad using iPad itself?
Is it possible to install Xcode on iPad for iOS apps developemnt?
No, Xcode runs on OS X only.
Can we develop iOS apps for iPhone as well as iPad using iPad itself?
Yes, we can, at least if targeting jailbroken devices is an option. There's an on-device toolchain that you can build following this tutorial, for example.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Dumb Question:
I just downloaded the new version of Xcode Version 5.0 (5A11365j), and when I build an new Iphone app and go to
Products -> Destination -> Iphone ->
I see only iOS6 + iOS5.
Where the hell is iOS7???
I know that iPhone 4/4s are going to support iOS7, where is the simulator for it?
Thanks
UPDATE: I have attached an image for those that dont believe me
The problem I'm seeing is that you're selecting "iPhone", which I believe corresponds to the non-retina simulator which doesn't have support for iOS 7. You have to run in one of the retina simulators.