Questions tagged [xcode10.1]
193 questions
0
votes
0 answers
Loop that works in debug but not release
I updated my xcode 9.4 to 10.1 and swift 3.3 to 4.2. I have the following code in my app, which iterates over a while loop and waits till flag (isReceivedAdTagResponse) becomes true.
while self.isReceivedAdTagResponse == false
{
continue
}
This…

Ruchi
- 411
- 4
- 13
0
votes
0 answers
Vapor app crashed on launching. VaporS3Signer.Provider.S3ProviderError.config("no vapor-S3Signer.json config file")
For serverside swift i am using vapor.
Error on main.swift:
Thread 1:
Fatal error: Error raised at top level:
VaporS3Signer.Provider.S3ProviderError.config("no vapor-S3Signer.json
config file")
log:
Fatal error: Error raised at top level:…

Vvk
- 4,031
- 29
- 51
0
votes
0 answers
Alamofire Fat binary issue with Xcode 10
I am updating Alamofire frameworks for support of Swift 4.2 in my project which earlier supported only Swift3. I am using Xcode 10.1. When I updated Alamofire, then I am getting fatal error :
"Lipo: input file (Path) must be a fat file when the…

iOSHack
- 64
- 1
- 7
0
votes
1 answer
Mattermost app Error in mutex.h file: Config.h file not found Xcode 10.1
I am using this github code.
https://github.com/mattermost/mattermost-mobile
I am getting this error "config.h file not found" in mutex.h file. I am using MacOS High sierra 10.13.6 and Xcode 10.1. In glog-0.3.5 folder I have already done the…

Matt
- 139
- 12
0
votes
0 answers
Last Xcode to support non-ARC to ARC conversion
Which latest Xcode version supports converting non-ARC project to ARC?
Currently, I'm using Xcode 10 and the following answer doesn't apply to it. Switching the non ARC project into ARC
To which version should I roll back in order to automatically…

Richard Topchii
- 7,075
- 8
- 48
- 115
0
votes
1 answer
Xcode 10.1 issue with uicontrols on Navigation bar are not appearing in certain devices
Navigation bar uicontrols are not appearing in certain devices on iOS 11 and iOS 12, if the code is compiled on Xcode 10.1.
Works perfectly fine if the code is compiled on Xcode 9.2.
Found simmilar ssue reported - Xcode 10 NavigationBar icons not…

user1664018
- 87
- 8
0
votes
2 answers
AppStore icon becomes Full black
App binary rejected and message is as following
Guideline 2.3.8 - Performance - Accurate Metadata
We noticed the app icon displayed on the device and the large icon displayed on the App Store do not sufficiently match, which makes it difficult for…

Anees
- 514
- 5
- 20
0
votes
1 answer
Code compiled in Xcode gives an incorrect(?) input vs several other compilers with same inputs
Test inputs and outputs from Xcode (incorrect) and other (web based compilers) are as following:
Input 1: 3 30 0.90 40
Xcode Output 1:
Acceptable success rate: 0.90
Average attempted sales: 30.00
Average completed sales: 19.33
Observed success…

Yash Patel
- 1
- 1
0
votes
0 answers
Xcode not showing microphone access alert for iphonex simulator
In Xcode, Before every time I got alert to access microphone.
Someone suggested below terminal command to avoid that
tccutil reset Microphone
After execution of this command, microphone usage alert not coming…so in iPhoneX simulator every time…

iPhoneProcessor
- 4,980
- 6
- 27
- 49
0
votes
0 answers
Why do I get error in executing 2 C files under the same project in Xcode 10.1?
enter image description hereI am not able to make two files under a same project in Xcode 10.1. I am able to build and run successfully a single main file in Xcode but when I add another while it gives a linked error as shown in the below image.…

Rahul Aggarwal
- 1
- 1
0
votes
1 answer
Firebase Pod installation issue
I am facing problem to install pod for Firebase In-App Messaging.
In my code, I have already firebase pod installed("Firebase/core") on platform 9.0. Now I want to integrate Firebase In-App Messaging in my app, so try to install the pod for Firebase…
0
votes
1 answer
UITabBarController icons not showing up
I have an app that has a UITabBarController with four view controllers embedded.
I've created icons for both normal and selected states and set them via the interface builder. The sizes of the individual icons vary slightly according to the new…

Isuru
- 30,617
- 60
- 187
- 303
0
votes
1 answer
Login and Logout authentication button to change from 'Login' to 'Logout' on main view controller, looking for best practices
first of all.... I am new to developing in swift 4.0 / Xcode 10.1. the design problem I am having is that I have created a login page with firebase authentication (which works) and I am currently trying to find out the best practices to set this up…

Erinballs
- 3
- 5
0
votes
1 answer
how to map the data which has array of data
My response is :
[
{
"menu_code" : "NDS",
"items" : [
{
"unit" : "Nos",
"name" : "Chapathi\/Pulkas",
"quantity" : 2
},
{
"unit" : "Cup",
"name" : "Palya\/Curry",
…

david
- 636
- 2
- 12
- 29
0
votes
1 answer
Conditional cast from 'BaseViewController' to 'FUIAuthDelegate' always succeeds
Please note I am a complete novice to Xcode10.1.
I have implemented Firebase authentication to my mobile app in Xcode; login works, but I am receiving an error message
Conditional cast from 'BaseViewController' to 'FUIAuthDelegate' always
…

Erinballs
- 3
- 5