ios-simulator

The iOS 13.0 simulator runtime is not available

北慕城南 提交于 2021-02-20 06:25:24
问题 I installed the Xcode-11-beta along with macOS 10.15 beta. At first I can play with SwiftUI preview normally. But after I tried to move the Xcode-beta from the ~/Downloads directory where I initially installed it, to /Applications , the preview can't work. Here is the error: So I moved it back to ~/Downloads , hoping things will go well as before. But it gives the same error. After this, I reinstalled it and I still got this error. Can anyone help me fix it? The content of diagnostics report

Apple Sign-in not working on iOS 14 Simulator

倾然丶 夕夏残阳落幕 提交于 2021-02-18 10:39:11
问题 When I try to log in for the simulator in iOS 14, the loading spinner just spins forever. There is a thread for this on the Apple developer forums here but no solutions and no response from Apple. I can certainly test on the device, but testing on the simulator is obviously easier for iteration. Does anyone have a solution for this problem? 回答1: This is one of the known issues in iOS 14, that has not been solved by Apple as of today yet. (almost 4 months old) The problem has not been fixed in

iOS Simulator scrolls too fast on Apple M1

本秂侑毒 提交于 2021-02-18 08:38:34
问题 I'm running a flutter project and when dragging any list or scroll view on the simulator, it scrolls with way too much force rendering almost impossible to get to the row I need. This only happens in the simulator, and it seems to work fine on a real device. Also, this problem started when I had migrated to an Apple M1 MacBook Pro. Any ideas? 回答1: I experienced a similar issue but the problem, in my case, is not related to speed but something different. Specifically, if you force your iOS

Xcode 6 doesn't show iOS 7.1 simulators

人走茶凉 提交于 2021-02-16 10:32:40
问题 I have the Xcode Version 6.0.1 (6A317) on Mac OS X 10.9.5 with all iOS 8 simulators. I have also downloaded the iOS 7.1 simulators. I am developing an app for iOS 8 and iOS 7. The problem I encounter is that Xcode 6 doesn't show the iOS 7.1 simulators in the devices menu. At some point it did show them but on my newly created Xcode 6 project it does not. I was looking at some stackoverflow solutions.I have addded the iOS 7.1 simulators Window - Devices - SIMULATORS. They are also checked with

Xcode 6 doesn't show iOS 7.1 simulators

前提是你 提交于 2021-02-16 10:32:07
问题 I have the Xcode Version 6.0.1 (6A317) on Mac OS X 10.9.5 with all iOS 8 simulators. I have also downloaded the iOS 7.1 simulators. I am developing an app for iOS 8 and iOS 7. The problem I encounter is that Xcode 6 doesn't show the iOS 7.1 simulators in the devices menu. At some point it did show them but on my newly created Xcode 6 project it does not. I was looking at some stackoverflow solutions.I have addded the iOS 7.1 simulators Window - Devices - SIMULATORS. They are also checked with

iPhone as Xcode simulator doesn't read from sqlite database

徘徊边缘 提交于 2021-02-11 09:10:42
问题 I have coded an app that utilizes the sqlite database that ships with Xcode. It works well on the mac but when I select iPhone as simulator the app (on iPhone) doesn't read database data. Do I need to code access to the sqlite database differently from how it accesses it on the mac? Here is my function to get data from a database that is used in a picker view. This picker view does not populate when I use an iPhone (linked to the computer via usb). However it populates when I run any of the

iPhone as Xcode simulator doesn't read from sqlite database

时光毁灭记忆、已成空白 提交于 2021-02-11 09:07:09
问题 I have coded an app that utilizes the sqlite database that ships with Xcode. It works well on the mac but when I select iPhone as simulator the app (on iPhone) doesn't read database data. Do I need to code access to the sqlite database differently from how it accesses it on the mac? Here is my function to get data from a database that is used in a picker view. This picker view does not populate when I use an iPhone (linked to the computer via usb). However it populates when I run any of the

Is there any way to accelerate iPad simulator's OpenGL performance?

折月煮酒 提交于 2021-02-08 12:43:02
问题 iPad simulator is too slow to test OpenGL graphics. Is there any way to make it faster? 回答1: In my experience, the iPad Simulator has almost always been faster than running on an actual device. On my early 2010 i7 MacBook Pro, the Simulator has been significantly faster than the iPhone 4 and iPad 1 with almost every OpenGL ES application I've developed. The Simulator does appear to do software-based simulation of certain iOS hardware features, particularly in the area of shaders. If you have

Is there any way to accelerate iPad simulator's OpenGL performance?

流过昼夜 提交于 2021-02-08 12:42:12
问题 iPad simulator is too slow to test OpenGL graphics. Is there any way to make it faster? 回答1: In my experience, the iPad Simulator has almost always been faster than running on an actual device. On my early 2010 i7 MacBook Pro, the Simulator has been significantly faster than the iPhone 4 and iPad 1 with almost every OpenGL ES application I've developed. The Simulator does appear to do software-based simulation of certain iOS hardware features, particularly in the area of shaders. If you have

Cannot build project with Xcode 12.0 beta 5

╄→гoц情女王★ 提交于 2021-02-07 14:28:30
问题 I downloaded Xcode 12.0 beta 5 and I'm trying to build my project, but I received the following error: <unknown>:0: error: unable to load standard library for target 'arm64-apple-ios9.0' I tried searching online for solutions, but none of what I found helped me to solve this error. I found this thread on SO but none of the proposed solutions worked for me. I think it's an error related to simulator. In fact, the project builds correctly with generic device and on a real device. 回答1: Your