xcode12 Questions

4

Recently I face this compile time warning for a SDK. Does it means it is not build with the Target setting "Build Libraries for Distribution"?.
Areopagus asked 11/2, 2020 at 4:50

6

Solved

My current project throws IBDesignable errors when using Interface builder on an apple Silicon based machine.. i tried excluding arm64 architecture for debugging, as well as some other hints i foun...
Hance asked 14/12, 2020 at 7:57

4

We are running Xcode 12.4 and keep randomly seeing the following errors when running our XCUITest tests: The test runner exited with code -1 before finishing running tests We can rerun the failed...
Entomologize asked 27/5, 2021 at 16:45

2

Using Xcode 12 beta and swift-tools-version 5.3, you can link to a framework, like this: .binaryTarget( name: "Stripe", url: "https://github.com/stripe/stripe-ios/releases/downloa...
Maroon asked 6/7, 2020 at 17:53

3

Solved

I can able to access didFinishLaunchingWithOptions by below implementation. But, I need UIWindow variable. I don't know how to get it. I'm using Xcode 12 beta. iOS14, SwiftUI lifecycle. import Swi...
Trona asked 30/6, 2020 at 7:41

66

Solved

I am trying to get a large (and working on Xcode 11!) project building in Xcode 12 (beta 5) to prepare for iOS 14. The codebase was previously in Objective-C, but now it contains both Objective-C a...
Gamages asked 26/8, 2020 at 23:40

1

Using Xcode 12 beta (12A6159) on macOS Catalina 10.15.5 (19F101) when I press "Back" button in NavigationView, navigating back from a pushed View, I see this warning in the console. [UIC...
Tacmahack asked 23/6, 2020 at 10:35

4

I can't add more simulator OS version in XCode 12, for example iOS 13, the list is empty: how can I add more simulatore with different ios version?
Cotonou asked 26/9, 2020 at 8:19

2

I've upgraded to MacOS 11 (Big Sur) Beta 4. And Xcode 12 beta 4. I have a Swift playground with Combine publishers: Just([1,2,3]) .setFailureType(to: Error.self) // Make the compiler pick up new A...
Shalne asked 6/8, 2020 at 13:17

16

Details Executable Not Found Domain: DVTMachOErrorDomain Code: 5 Recovery Suggestion: /Users/riber/Library/Developer/Xcode/DerivedData/digitalCurrency-hiyiyrokjaydkiagjimlwohehrtu/Build/Products/De...
Outfight asked 11/6, 2021 at 9:27

1

In Xcode, when I use Cmd+Shift+O (Quick open) to open a file, it creates a temporary tab. Then, I have to double click to make it permanent. I've googled around for a bit, but couldn't find any way...
Keen asked 14/7, 2021 at 13:1

6

Solved

With Xcode 12 there is a new default warning which will throw a warning anywhere you #import or #include with "quotes.h" instead of <brackets.h>. Warning: "Double-quoted inclu...
Gaston asked 17/9, 2020 at 23:24

48

Solved

I have updated to Xcode 12.3 beta. device version is 14.2, but Xcode complaining: Errors were encountered while preparing your device for development. Please check the Devices and Simulators Windo...
Peat asked 23/11, 2020 at 18:33

5

Solved

Running Xcode 12, my Swift 5 Xcode project now has warnings whenever a Decodable or Codable type declares a let constant with an initial value. struct ExampleItem: Decodable { let number: Int = 42...
Izanami asked 24/6, 2020 at 0:4

5

Solved

Using Xcode 12 trying to create Widget app extension to my project. Upon creating new Widget target I am getting the following error: 'Widget' is annotated with @main and must provide a main static...
Maudemaudie asked 23/6, 2020 at 6:44

7

Solved

I was wondering if it is possible to use the View.onDrag and View.onDrop to add drag and drop reordering within one LazyGrid manually? Though I was able to make every Item draggable using onDrag, I...
Umeko asked 27/6, 2020 at 6:53

13

I updated my Xcode to Version 12.4 (12D4e) and after that I am unable to run my app on my device iPhone X iOS 14.4.2. Its alway show this Error When I check my device connected status, Its show as...
Exclosure asked 20/4, 2021 at 5:37

4

Solved

How can I change the default gray background color of a GroupBox view in SwiftUI? I tried adding a background modifier, but this just changes the white background underneath the box (see screenshot...
Sphagnum asked 9/10, 2020 at 9:3

14

Our iOS project is built successfully in Xcode 11. However, on Xcode 12, it shows an error like this: PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/NgoHoangLien/Library/Developer/Xcode/...
Uriah asked 22/10, 2020 at 3:21

8

Solved

I am trying to build and archive the app for ios. But I am getting the below error. I have a search on StackOverflow and google but my error is a little bit different and I cant understand it. If a...
Neurocoele asked 17/3, 2021 at 8:52

5

Solved

I m trying to add Firebase Analytic and Firebase Crashlytics using Swift package manager here is a link of git for firebase SDK https://github.com/firebase/firebase-ios-sdk after that I add this tw...

10

Solved

After upgrading to Xcode 12, my project doesn't build for the simulator anymore. The error I get is: ld: in ... /Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnec...
Messmate asked 2/10, 2020 at 12:15

8

Solved

Since I update Xcode to Xcode 12, I've got this error when I build : Check dependencies No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64e armv7s arm64 ar...
Vicinage asked 21/9, 2020 at 7:40

2

With Xcode 12 release, now SVG assets are supported. It is fine if I want to use SVG in my asset catalog. But it doesn't work when I try to load it from an URL any idea? let downloadURL = URL.init(...
Arsenical asked 12/12, 2020 at 15:52

6

Solved

I want to run this code on iOS 13 and above how should I fix this error? I want to make this code could run on iOS 13 too. @available(iOS 14.0, *) @main struct WeatherProApp: App { @Environment(\...
Pinkham asked 16/7, 2020 at 12:47

© 2022 - 2025 — McMap. All rights reserved.