xcode11 Questions
19
Solved
so I have an app built with Expo but then ejected to get ios and android folder everything works fine on both android and ios I have published it for android but on ios when I try to archive the pr...
Earlineearls asked 7/6, 2020 at 12:16
2
I have created a new storyboard named "Start.storyboard", but when I change Main Interface to "Start" nothing happened, The app just started with default storyboard "Main.storyboard".
I'm using Xco...
Ornithopter asked 1/12, 2019 at 6:14
5
Solved
How does one centre a navigation bar title in SwiftUI?
var body: some View {
NavigationView {
.navigationBarTitle("Todo Lists")
}
}
21
Solved
I opened Landmark App using SwiftUI on Xcode 11 in macOS Catalina(10.15) and while opening the Canvas Editor for .swift files containing SwiftUI is showing
Cannot preview in this file - active ...
Abelabelard asked 16/10, 2019 at 15:6
2
Solved
When I checked Used with CloudKit, the error Folder.children must not be ordered appeared. Any idea about an ordered relationship?
Using Xcode 11 (beta 3).
Here's the Folder Entity:
Cedillo asked 10/7, 2019 at 8:57
3
Solved
I have a swift bunch of files that provides some services above CoreData. I had unit tests running fine. I decided to move all this into a Swift Package using XCode 11.
The unit tests don't run an...
Campbellbannerman asked 6/10, 2019 at 16:0
6
Solved
I have a SwiftUI app that will have a floating podcast player, similar to the Apple Music player that sits just above the Tab Bar and persists across all tabs and views while the player is running....
4
Solved
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 initial...
Auscultation asked 5/6, 2019 at 14:40
16
Solved
I'm running Xcode 11 Beta 4.
I'm using CocoaPods, and wanted to use one of my dependencies with Swift Package Manager as a static library instead of as a framework.
On a fresh project created with ...
Journey asked 23/7, 2019 at 13:54
25
Solved
I have my custom framework and it works properly in XCode 10. I rebuild it in XCode 11 beta 3, then integrated into the app, and get the following error:
Could not find module 'MyCustomFramework' ...
12
Solved
I have a project in Xcode 11 that I added Swift Package Manager dependencies to. I now realized that I no longer need one of the package dependencies I previously added to my project.
As you can s...
Slicer asked 22/6, 2019 at 18:34
3
I'm having a problem installing the Command Line Developer Tools with xcode-select --install using Xcode 11 beta and on Mac Mojave 10.14.5.
The download starts happening and then gets promptly sto...
Broadfaced asked 4/6, 2019 at 22:58
4
Solved
Once our app is run on iOS13 then the log is full of wried assertions. Anybody some tips how to remove it?
2019-09-19 08:05:43.528382+0200 Ts-2-cz-test[56066:20590106] [Assert] Current fallback tr...
7
I have a project with multiple targets, such as an iOS app, a watchOS app, and some frameworks. How can I assign the same Swift Package to all my targets? Xcode only let's me select one:
If I tr...
Nematode asked 23/8, 2019 at 12:1
4
Solved
How can I preview a device in landscape mode in SwiftUI?
I just have a simple preview like this:
struct ContentView_Previews : PreviewProvider {
static var previews: some View {
ContentView()
...
4
Solved
I've been trying to add Associated Domains capability to my App but can't find it using Xcode 11. Has this feature disabled upon version 11?
Getty asked 3/10, 2019 at 16:42
3
When I create a view in SwiftUI and render it in an Xcode preview, using PreviewLayout.sizeThatFits, the preview adjusts its size according to its content. When I import a UIKIt view using UIViewRe...
Pineapple asked 19/6, 2019 at 10:2
5
Solved
Worked on Xcode 10. Now in the beta I can't build I keep getting this error:
a "WatchKit" is not available when building for iOS Simulator.
Consider using #if !os(iOS) to conditionally import ...
1
I am trying to generate a iOS XCFramework from an Xcode framework Project(Project name XCFramework). Project consists of some of the cocoa-pods libraries like Socket IO, SwiftKeyChainWrapper etc. I...
Mclaurin asked 8/3, 2020 at 9:10
6
Solved
I'm using SwiftUI with Xcode 11 and I want to change NavigationBarTitle font with these lines of codes:
.navigationBarTitle (Text("Navigation Bar Title"), displayMode: .inline)
.font(.subheadline...
10
Solved
I'm trying to run the Automatic Preview in Xcode 11, however even though the project builds successfully, the automatic preview fails giving me the error Failed to build ContentView.swift. Failed t...
2
Solved
I'm not sure if this is an antipattern in this brave new SwiftUI world we live in, but essentially I have an @EnvironmentObject with some basic user information saved in it that my views can call. ...
12
Solved
Until Xcode 11, I used a script that reads the current app version (for the AppStore) and help me change the LaunchScreen since we can't use swift for that.
sourceFilePath="$PROJECT_DIR/$PROJECT_N...
Redaredact asked 23/6, 2019 at 9:41
9
I'm implementing Sign in with Apple and noticed that the email and fullName properties of the returned ASAuthorizationAppleIDCredential are only filled on the very first Sign-In for this Apple ID. ...
Surreptitious asked 21/8, 2019 at 13:42
6
Anyone knows how to to make the modal view with a transparent background.
Exactly like the below link in swift
Swift Modal View Controller with transparent background
1 Next >
© 2022 - 2025 — McMap. All rights reserved.