Questions tagged [xcode10.1]
193 questions
0
votes
1 answer
set user location with GeoFire in Xcode 10
My coding (as you will see) and familiarity with Xcode and Swift is basic, but I'm learning... I realize my nesting of the code isn't the greatest, if good at all. I am trying to integrate GeoFire within my Xcode 10 app. I have looked for a clear…

Peter
- 1
- 1
0
votes
0 answers
Unable to update existing App in App Store
I wish to update my existing app in the app store but there is a message displayed on the screen after creating .ipa file:
Missing private keys.
How can I get the key(s)?
0
votes
2 answers
Cannot convert value of type '[String : Any]' to expected argument type 'Data' Alamofire - Codable
I'm new to programming so apologies if the fix is a simple one. I'm trying to get the JSON data from the Alamofire request to show up not as an optional in the console.
I've already tried response.data which does give me the data as an optional but…

Nikolai
- 3
- 4
0
votes
1 answer
Razorpay integration in iOS
I am facing the problem with the Razorpay integration. I have installed the pod 'razorpay' 1.0.6 and after that I found the following error:
dyld: Library not loaded: @rpath/Razorpay.framework/Razorpay
Reason: image not found
I want to integrate…
0
votes
1 answer
How can i Check my array have Value and more than Value in Swift4.2?
i am facing one problem regrading array have already some values and it keep on updating ,now how can i check Array have more than that value or not ?
arrData = [NSNumber(value: categories.count), NSNumber(value: 6.9), NSNumber(value: 9.5),…

Vadlapalli Masthan
- 156
- 8
0
votes
1 answer
Run iOS 12.3.1 simulator on Xcode 10.1
I have an older Mac Mini (mid 2011, 2.3GHz Intel Core i5). The latest os for this Mac is High Sierra (10.13.6) and latest Xcode is 10.1. I have iOS simulator 12.1 now within Xcode. But I would like to run simulator 12.3.1 (latest production). I was…

Kozuch
- 2,272
- 3
- 26
- 38
0
votes
0 answers
AVPlayer does not play 3gp video format
Is there a way to support .3gp format in AVPlayer? It does not seem to play it, while it plays any other format e.g., .mov, .mp4.
let player = AVPlayer(url: videoURL)
let playerViewController = AVPlayerViewController()
playerViewController.player =…

Hanan
- 1
- 1
0
votes
2 answers
No podspec found for `ActionCableClient`. Pod installation issue
I'm trying to install the pod ActionCableClient to my project but after pod installation, I was getting many errors due to which I was unable to build. So, I tried downloading their sample and run the project after installing the pod and that worked…

Francis F
- 3,157
- 3
- 41
- 79
0
votes
0 answers
iOS Build working in simulator but throwing error while archiving and running on real device
I'm using xcode 10.1, macOS "Mojave" and my project is in swift 4.0. I am able to run the application on device but I can't archive. I have tried many solutions but nothing worked and now I'm stuck.
This is the error it is showing, when I click on…

Smart guy
- 494
- 6
- 9
0
votes
0 answers
ReactNative First Project create, but not able to build and run the project
Here I mention my ReactNative environment Information:
info
React Native Environment Info:
System:
OS: macOS 10.14.5
CPU: (4) x64 Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz
Memory: 96.07 MB / 8.00 GB
Shell: 3.2.57 -…

NiravS
- 1,144
- 1
- 12
- 24
0
votes
1 answer
Xcode build error: PhaseScriptExecution Strip\ Frameworks /appName.build/Debug-iphonesimulator/PROD.build/Script-8CBD27422B744FC9C0407AA3.sh
I am really struggling to understand the internals of Xcode, the latest error I am getting is this one:
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Strip\ Frameworks…

Daniel
- 14,004
- 16
- 96
- 156
0
votes
1 answer
Logging can't happen in one project (NSLogs are not working)
My NSLogs are not displayed in console only for that project, For other projects, it is working fine. Can anybody help regarding what changes been made in Project settings?
but what I figure out that when I remove DEBUG=1 from Build Setting it works…

Rohanapple
- 5
- 4
0
votes
1 answer
Swift Universal Framework not working in other app project
I created Swift Universal Framework and added external library via pod , but when i used universal framework in other app project,
It gives diffrent - diffrent error while compile the project like-:
"Missing required module 'Example' framework"…

Jain_Taresh
- 99
- 5
0
votes
1 answer
Method cannot be marked @objc because the type of the parameter 3 cannot be represented in Objective-C
How can I fix this? anyone can help me? thanks!
I'm using Xcode 10.1, swift 4.2
@objc func searchVenues(_ coordinate: CLLocationCoordinate2D,radius: Float = 10000.0, completion: @escaping (Result<[XPVenue],Error>) -> Void) {
// ...
}
The method…

Ben
- 99
- 2
- 12
0
votes
0 answers
iOS - Hide Status Bar and Navigation bar with a gesture
I have a view controller that is embedded in a navigation controller and I am trying to show/hide status bar as well as navigation bar when a particular gesture is recognized.
Info.plist is set to Status bar style = UIStatusBarStyleLightContent and…

learner
- 139
- 1
- 13