Questions tagged [xcode10.1]

193 questions
4
votes
1 answer

Xcode 10.1 opening wrong file

Just downloaded Xcode 10.1. I have Preferences->Navigation->Double Click Navigation set to 'Uses Seperate Window' as I usually do. However double clicking any file in the project opens a window but the contents of that window is the wrong file.…
wheeliebin
  • 716
  • 1
  • 6
  • 20
3
votes
1 answer

why in xcode, home directory is showing as /Users/myname/Library/Containers/... and not the main folder?

I searched a lot and couldn't find the answer. I just started using xcode and have a very very simple program named "Image Test". ---> It has a button, and a textField. I want to show my system home directory path in the textField. This is my…
Vandad
  • 33
  • 5
3
votes
2 answers

Downloaded simulators does not showing in Xcode 10.1 on macOS 10.15

I'm using Xcode 10.1 and trying to add additional simulators for other iOS versions. From Preferences-> Components successfully download iOS v 9.0 & 10.1 But while adding doesn't appear in the list. Tried by restarting Xcode, Mac and simulator…
Harshal Wani
  • 2,249
  • 2
  • 26
  • 41
3
votes
1 answer

How to fix error: memory read failed for 0x0

I have clicked login button and the message throw in notification center and a country picker opened and when I click on button in country picker log in view Controller must be opened but it throws an error: memory read failed for 0x0…
3
votes
1 answer

Value of type 'ImageSlideshow?' has no member 'pageControlBottomPadding'

When upgrade from swift3 to swift4, I have this error: Value of type ImageSlideshow? has no member pageControlBottomPadding I use xcode10.1, swift4, target ios9.0 and above. ImageSlideshow version is 1.7.0. There are also warnings: 'pageControl' is…
darkfruitmilk
  • 79
  • 1
  • 8
3
votes
2 answers

Message from debugger: Terminated due to memory issue in Xcode 10.1...image array?

I'm a new developer, and my app has a collection view (scrolling horizontally) with 32 images. I have created arrays for the images, labels, and text. As I get to the end of the list, the app crashes. Regardless of the size of my images, I am…
3
votes
2 answers

Archive distribution problem for watch extension app

We've been developing and testing a Watchkit Extension app (iOS 12.1 and WatchOS 5.1) for the past few months and successfully testing it on a simulator and local, connected devices (iPhoneX + Watch 4) using xCode 10.1. This past week we built an…
Bugman
  • 41
  • 1
3
votes
1 answer

Problem with Frameworks in Command Line Tool

Before everyone starts throwing other stack-overflow and forum posts at me: I looked at them all. None of them are helping. I have a simple cmd tool called swizzler and want to embed the SwizzleSrc framework in it. I have followed all the tutorials…
3
votes
1 answer

Xcode 10 debugger not showing all local variables

I'm building in debug mode, not release, yet it loses track of variables. See below where the value of nx seems lost, the way you might expect if you were trying to debug an optimized build. Is this a bug in Xcode or am I doing something wrong?
Rob N
  • 15,024
  • 17
  • 92
  • 165
3
votes
4 answers

Create and use swift static library in Xcode 10.1

I plan to create swift static library and use in ios swift app. I create a swift static libraryn call SimpleLib and it include a public class Greeting which return Hello World string: // // Greeting.swift // SimpleLib // import…
interman
  • 141
  • 1
  • 2
  • 9
3
votes
2 answers

App wont run once disconnected from Xcode

My app runs all fine when it is connected to Xcode. (I am using Xcode 10.1) But as soon as i disconnect the device and launch the app again (by tapping on icon) splash screen appears and the app closes. This is not an actual crash because the app…
kinza
  • 535
  • 11
  • 31
3
votes
1 answer

Crashlytics in iOS failed to proceed "Build and run your app" step

I've added Firebase Crashlytics by removing Firebase crash as per official documentation provided by the Firebase. Everything done accordingly but Build and run your app step failed to detect my app building with no reason. I went through some…
isuru
  • 3,385
  • 4
  • 27
  • 62
3
votes
3 answers

How to troubleshoot when Safari App Extension not appear in Safari Preferences?

I'm developing a Safari App Extension. Previously it worked fine. When I run the project in Xcode, and enable Allow Unsigned Extensions in Safari, I can see my extension in Safari Preferences -> Extensions page. After I merged code with one of my…
zhm
  • 3,513
  • 3
  • 34
  • 55
3
votes
1 answer

Interface Builder Latest Xcode does not point to latest version

In Xcode 10.1, when I open a newly created storyboard I see I have the option to specify Xcode 10. But even when I set it, it jumps back to Xcode 9 after I reopen it. Just wondering if everyone is having the same issue and if there is a reason to…
Daniel
  • 20,420
  • 10
  • 92
  • 149
3
votes
2 answers

Adding localizable strings on xcode 10.1

I have a swift app where I now want to add translations for some of the strings used in the app using NSLocalizedString. In order to do this, I added a file named Localizable.strings to the project and pressed the "localize" button in the file…
Metareven
  • 822
  • 2
  • 7
  • 26
1 2
3
12 13