xcode10.2 Questions

17

When I try to build my project, I get a compile time error saying that a "Module map file" for my pod cannot be found and that I am missing a "SwiftShimes" module. This is weird because all my mo...
Society asked 14/4, 2019 at 13:15

27

Solved

After upgrading to Xcode 10.2 I am getting 2 errors :-1: Unable to load contents of file list: 'xxxxx/Pods/Target Support Files/Pods-xxxx/Pods-xxxxx-frameworks-Debug-input-files.xcfilelist' (...
Shavian asked 4/4, 2019 at 0:5

7

The flutter app was working completely fine. After few days when i tried to run in ios device it said like this "open xcode and try product -> run and try fixing it . After doing this and still sho...
Arrest asked 17/5, 2019 at 10:56

18

I'm trying to run downloaded from app, try to open in Xcode and have an error: " Showing Recent Messages :-1: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in ta...
Albumen asked 26/3, 2019 at 20:53

1

I upgraded to Xcode 10.2 yesterday and started using Swift 5 and notice this error when bringing up my UIAlertController photo prompt. I don't remember seeing it in Xcode 10.1 Will attempt to reco...
Confute asked 28/3, 2019 at 7:1

9

Solved

I was playing around with Xcode 10.2 since the update and when I try to run my app on ANY simulator with iOS version less than 10, the simulator will not start and crash then show the error below: ...
Skvorak asked 28/3, 2019 at 1:58

4

Solved

I have recently updated iPhone to iOS 13 after the update my existing code (which was working fine in iOS 12.3) stopped working. Getting below error. so as a workaround I added device supported ...
Villiform asked 23/6, 2019 at 15:17

6

Solved

The app crashes on launch when running from XCode 10.2 (before and after Swift 5.0 migration) with this on console This copy of libswiftCore.dylib requires an OS version prior to 12.2.0. I un...
Noyade asked 26/3, 2019 at 15:39

3

Solved

This question has been asked before with prior Xcode versions: Their solutions were: Remove armv7 from Valid architectures Change debug information format to DWARF instead of DWARF with dSYM Fil...
Zaporozhye asked 27/3, 2019 at 11:35

1

I have a Mac application project that builds and runs in XCode 10.2.1 using Swift 4. When I try to convert it to Swift 5, the process starts, and then at about step 32 (of about 158), the machine l...
Visual asked 18/4, 2019 at 9:7

3

I'm getting the following 2 errors that seem that alternate every time I try to build. I just upgrade my iOS to 12.2 which forced me to upgrade my osx to Mojave 10.14.4 and my xcode to 10.2. Fai...
Farleigh asked 8/4, 2019 at 3:36

6

I have updated Xcode Version 10.2 (10E125) and testing on devices (not only simulator) I get this message when I execute the app: objc[3297]: Swift class extensions and categories on Swift class...
Funch asked 30/3, 2019 at 21:49

6

I recently upgraded iOS in my iPhone device to 12.2 (to provide support of latest versions for my app "Match4app"), and this does not appear to be compatible with Xcode 10.1. Should I update Xcode ...
Kitty asked 9/4, 2019 at 15:51

2

Solved

We have an iOS project. The Swift language version is 4.2. We were previously building it in Xcode 10.1 with no compile errors. After updating to Xcode 10.2 (but keeping Swift 4.2), the project i...
Symbol asked 29/3, 2019 at 8:31

2

Solved

After updating Xcode to 10.2 beta 3, I receive this error while starting app, which will result in crash (app compiles successfully): objc[2140]: Swift class extensions and categories on Swift c...
Trite asked 24/2, 2019 at 15:4

1

how would I solve this error and it only appears when I import Almofire.
Bleier asked 26/5, 2019 at 22:36

2

When I try 'swift package' in a terminal window, the following is displayed: dyld: Library not loaded: @rpath/llbuild.framework/Versions/A/llbuild Referenced from: /Library/Developer/CommandLineTo...
Infeudation asked 30/3, 2019 at 14:23

0

I have a very strange issue seemingly caused by compiling with latest Xcode 10.2. I have noticed my app start time to get significantly worse (3x slower) caused simply by building using Xcode 10.2...
Theresita asked 22/5, 2019 at 10:48

2

Solved

I'm adding a subview(NSView), here is my code: override func viewDidAppear() { self.view.needsDisplay = true let newView = NSView() newView.autoresizesSubviews = true newView.frame = view.boun...
Westmorland asked 26/4, 2019 at 21:28

3

Getting console log while scrolling ScrollView. Is there way to remove this? 2019-03-27 12:33:34.109573+0530 MyApp[10465:46241] [UIWorkIntervalTiming] workIntervalStart: startTimestamp > target...
Mighty asked 27/3, 2019 at 7:13

3

Solved

I have recently upgraded to xcode 10.2 and I am having a strange error. Whenever I try to launch my app I'm getting following error - Timed out trying to boot simulator after waiting 60.00s. I h...
Maulstick asked 10/4, 2019 at 1:30

1

Solved

I have this snippet code : @available(*, deprecated:3.0, message:"Use activate().") public func install() { self.activate() } And since i've upgraded to swift5 and xcode 10.2 i get below warni...
Crinose asked 17/4, 2019 at 6:33

1

Solved

I am learning to program views in Xcode instead of using the .storyboard. I do not want the view to rotate whenever it is being rotated. I have this so far. override func viewDidLoad() { super....
Tallow asked 10/4, 2019 at 22:52

1

Solved

I'm updating to Xcode 10.2, and have a glitched installation stuck at about 77%. It has been sitting like that for over 30 minutes. Restart did not help - the installation gets stuck again. How to...
Coridon asked 7/4, 2019 at 15:26

3

Solved

I updated Xcode to new stable 10.2v. I tried to build my project and it was successful. When I'm trying to archive the project (workspace), I'm getting errors like on screenshot below: What I've...
Benia asked 28/3, 2019 at 11:43

© 2022 - 2024 — McMap. All rights reserved.