Questions tagged [xcode10.1]
193 questions
0
votes
1 answer
Ionic 4 Google Maps plugin "failed to load optimized model at path..."
Plugin working in browser, but on ios getting
CoreData: annotation: Failed to load optimized model at path…

PRichards
- 1
- 2
0
votes
2 answers
Getting library not found for -lstdc++.6 while building the Mfp 6.3 Iphone App in Xcode 10.1
Getting this error when running any MFP 6.3 app in Xcode 10.1:
Showing All Issues :-1: library not found for -lstdc++.6
:-1: linker command failed with exit code 1 (use -v to see invocation)
The same is working in Xcode 9.0/Xcode 8.0 version.
How…

ANURAG MITTAL
- 1
- 1
0
votes
2 answers
Application built successfully from Xcode, created .ipa file is installed however not launching
I am able to build & install (.ipa) my Kony app from xCode 10.1, however whenever i am trying to launch it, it is crashing without any logs.
I have done below things:
1. Reinstall of Xcode 10.1
2. Delete all certificates & profile & reinstall it…

VDS
- 47
- 8
0
votes
1 answer
How do I eliminate the linker errors in Xcode for Ionic-v1 App?
I updated a plugin in my ionic-v1 app which required me to remove and add the ios platform. After doing that I started getting Linker errors for 3 Pods - errors which were not there before and the Pods were in use.
ld: warning: directory not found…

Sanjay Tibrewal
- 121
- 13
0
votes
0 answers
Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'
My app have a e-store purchase function which use billing address. I also have a Billing Address List and tap on the address cell in the list will go inside to the edit address page. But after I run the purchase function and edit the address, and go…

darkfruitmilk
- 79
- 1
- 8
0
votes
1 answer
Bridging header does not exist. Error occurs when converting from swift 3 to swift 4.2
I am trying to convert my app from swift 3 to swift 4.2 through Xcode version 10.1
However, I am encountering this error, as shown in the screenshot
What am I missing here? I researched other posts but still haven't found an answer.
What should I…

Pavan Vasan
- 391
- 1
- 9
- 28
0
votes
1 answer
Link problems in Xcode unit test of iOS app with embedded C++ code
I'm trying to fix our unit tests. The iOS app is complex, with a number of open-source libraries statically linked into the application binary, including Google protobuf and Boost. These are built as static-link libraries in separate targets in our…

Rick
- 3,298
- 3
- 29
- 47
0
votes
3 answers
not able to convert string to date
I have an string say , "24:00". I need to convert to date.I tried all the ways.But always getting nil.
here is my code :
let timeformat = DateFormatter()
timeformat.dateFormat = "K:mm"
timeformat.locale = Locale(identifier: "en_US_POSIX")
guard let…

macro dues
- 3
- 1
0
votes
1 answer
How to add constraints for the UIButton and make it move after an action programmaticaly?
I'm using some cocapods (DKCircleButton = UIButton made in OBJ-c) in my project and I'm trying to add constraints and make my button move to the bottom after the user taps.
I've tried every possible solution but none of them worked.
Here's the code…

stealthdet
- 3
- 1
0
votes
0 answers
How do I set custom tab order in a Cocoa App
[MacOS Mojave 10.14.1, Xcode 10.1, Swift 4.2, Cocoa App]
This is my first Cocoa project, having done a modest amount of iOS development in the past. I've spent two days now trying this and that to no avail. I can't believe how difficult it is to…

gone
- 1,079
- 5
- 13
- 31
0
votes
0 answers
Clang errors when trying to archive an iOS app in Xcode 10.1
I've installed an iOS app on my iPhone using Xcode 10.1 and when hitting Product -> Archive, the following two errors come up:
Several times cleaned the project in Xcode and neither New nor Legacy Build System has an impact on the result.
How to…

Franky
- 1,181
- 2
- 11
- 33
0
votes
1 answer
Xcode10 - xcworkspace file only runs older version of my app
I am sure it is to do with CocoaPods, where the pod saved is outdated. I have tried to fix without resolution.
I have tried:
- Cleaning
- Running pod install, pod update separately in the containing folder
- Closing and reopening XCode after…

James Slater
- 674
- 1
- 9
- 19
0
votes
2 answers
error: Cannot convert value of type '(_) -> ()' to expected argument type '(() -> Void)?'
I recently migrated from swift3 to swift 4.2.
When building I now get the following error:
Cannot convert value of type '(_) -> ()' to expected argument type
'(() -> Void)?'
and the error appears by the following code…

Johny D Good
- 427
- 1
- 8
- 26
0
votes
0 answers
Code changes are not reflected after running the app on ios device
I'm working on a mobile app using ionic v4 and my problem is when I try to debug the app on my device I can't see the changes which I did in the file 'app.component.html'(this problem is only for this file)
I'm using vscode for coding and xCode 10…

Amine Choukri
- 398
- 2
- 12
0
votes
1 answer
Xcode 10.1 highlighting off by one (or more) lines in Version Editor for storyboard file
When I use Version Editor to compare changes, or when committing changes, the changed lines are showing incorrectly (each one is showing offset by one or more lines). Typically I only experience this when opening my storyboard file, rather than code…

Bradley Thomas
- 4,060
- 6
- 33
- 55