Top "Ios14" questions

Use for questions specific to Apple's iOS 14 mobile operating system, released in 2020.

Xcode 12 build target in wrong order for simulator?

My project always runs correctly on all devices using Xcode 11, but after I installed Xcode 12 beta 4, it is failing to …

xcode cocoapods ios14 xcode12
Open UIDatePicker programmatically in iOS 14

I have this normal UIDatePicker (sorry that it's not in English, please ignore that): But the problem is that it …

swift uikit uidatepicker ios14
iOS 14 Google Cardboard view is broken

On all apps that I can find that use Cardboard in iOS 14 (iPhone), the VR view is insanely bugged. The …

ios iphone virtual-reality google-cardboard ios14
All Image/Fast Image in React Native app not working on iOS 14 beta and Xcode 12 beta

I've upgraded my iPhone device to iOS 14 beta and Xcode 12 beta. Then all Image/Fast Image on my React Native …

image react-native xcode12 ios14
Xcode 12 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64e armv7s arm64 arm7)

Since I update Xcode to Xcode 12, I've got this error when I build : Check dependencies No architectures to compile for (…

ios xcode react-native ios14 xcode12
What triggers the "would like to find and connect to devices on your local network" permission notification on iOS 14?

What actual method calls, excluding Bonjour, triggers the "would like to find and connect to devices on your local network" …

ios ios14
Slow app launch time after updating to iOS 14 and Xcode 12

I noticed that the launch time of my app has increased significantly (it takes a full minute now vs seconds …

ios xcode ios14 xcode12
SwiftUI app life cycle iOS14 where to put AppDelegate code?

Now that AppDelegate and SceneDelegate are removed from SwiftUI, where do I put the code that I used to have …

ios firebase swiftui ios14 xcode12
How to add the AppTrackingTransparency permission to your iOS apps

I am extremely new to iOS, with no iOS development experience at all, however, I've been given a task that's …

ios swift permissions ads ios14
How to remove List Separator lines in SwiftUI 2.0 in iOS 14

So the question is pretty simple and it's in the title. I want to remove the line separator in SwiftUI …

xcode list swiftui separator ios14