xcode11.4 Questions

9

Not able to install provisioning profiles from xcode. Ensured that all options for new versions(XCode 11 or later) are added from developer portal and downloading profile.
Knap asked 15/4, 2020 at 3:10

5

I have added Watch App target for existing iOS app but I have problem to install it on watch simulator. It always fails with this message This app could not be installed at this time. Domain: IXUs...
Surinam asked 6/5, 2020 at 11:26

10

Solved

I just updated XCode and the command line tools to 11.4. Now when I run svn it says "svn: error: The subversion command line tools are no longer provided by Xcode". The release notes say "Command l...
Conjunctive asked 26/3, 2020 at 14:19

6

After update to Swift 5.2 / Xcode 11.4 got a warning to following code: extension Data { init<T>(from value: T) { var value = value let pointer = UnsafeBufferPointer(start: &value, c...
Holster asked 25/3, 2020 at 21:38

3

Solved

After upgrading to Xcode 11.4 beta I've got those warnings from Pods subproject (specifically, from YYImage and Branch targets): Target Integrity: MobileCoreServices has been renamed. Use CoreServ...
Adriel asked 11/2, 2020 at 5:8

3

Our app crash on os 10.3.3 10.3.4, iPhone 5c /5 iPad4 (armv7s 32) compiled by Xcode 11.4, swift optimization on. We find the PC register point to a hole address without virtual address and no stack...
Blacksnake asked 7/4, 2020 at 7:6

1

I do not know why but my code crashes on this $searchTerm publisher. I have many such publishers in my code and everything else works ok. It only does not work in this new Xcode version and works i...
Shushan asked 10/2, 2020 at 17:42

2

Solved

I’m using Xcode 11.4 and iOS 13.4. I have set navigation bar title custom font using UINavigatinBar.appearance() And it works correctly but on iOS 13+ when i try to push to another VC and then come...
Adoree asked 28/3, 2020 at 15:6

1

Solved

Here is the exact code that I am running on iOS 13.4/Xcode 11.4: import SwiftUI struct TestView: View { var body: some View { VStack() { Text("Hello") } .frame(minWidth: .infinity) } } st...
Hussy asked 5/5, 2020 at 21:50

2

I'm trying to using Swift Combine to get the changed event of a property. I have this class that publish the isLogged property class CurrentUser: Account { static let me = CurrentUser() //Single...
Frenulum asked 29/2, 2020 at 10:42

3

Solved

After upgrading Xcode to Version 11.4 (11E146) on iOS 13.4 barTintColor only changes through the storyboard. In the code, changes are ignored. self.navigationController.navigationBar.barTintColor ...
Idiomorphic asked 25/3, 2020 at 10:50

1

I am able to test the normal notifications in Simulator, but when I tried to test rich notifications nothing happens, event title is not getting updated. Could you please assist me, how to proceed....

1

Solved

My project compiled fine but after upgrading to Xcode 11.4 it now fails to compile with this error for each of my frameworks: Building for watchOS, but the linked framework 'MyFramework.framework' ...
Lulita asked 26/3, 2020 at 16:41
1

© 2022 - 2024 — McMap. All rights reserved.