Questions tagged [xcode10.1]

193 questions
0
votes
0 answers

Universal Frameworks with Xcode 10

When we used this script in the post-action of the archive in my scheme to make a FAT binary framework. i.e., One that will work on the simulator and actual device. Its working fine up to Xcode 9.3 But its not working script for Xcode 10. As per…
Madhu
  • 1,542
  • 1
  • 14
  • 30
0
votes
1 answer

Export IPA from Xcode for re-signing with another's distribution certificate

I am using my own developer account created App ID (let's say com.developer.myapp) with App Groups and Keychain sharing enabled for development. My organisation uses its own account to upload apps on AppStore. The problem is, they have not shared…
Sammy87
  • 53
  • 5
0
votes
1 answer

ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)

I am using Chirp SDK for ultrasonic in xcode10.1. I am getting this warning message in log multiple times : [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker) I tried the…
Vishnu
  • 371
  • 1
  • 2
  • 17
0
votes
0 answers

CMD + r not working in Xcode version 10.1 in Mojave (10.14.2)

After updating the Xcode ⌘R not working in Mojave (10.14.2). I have downloaded the Xcode the latest Xcode and updated the Mac OS X version also Mac OS X version: 10.14.2 Xcode Version: 10.1
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

Why Does This Compile: let v = UIView()

The documentation for UIView lists two initializers: init(frame: CGRect) init?(coder aDecoder: NSCoder) According to my understanding, the compiler should force me to use one of those two. So, what gives? UIView is "special"?
Verticon
  • 2,419
  • 16
  • 34
0
votes
4 answers

Not able build ios app on physical device

When I am running app on simulator its working. But when I am trying to run the app on physical device its showing error: failed with exit code 1. Here is the log: CopySwiftLibs …
0
votes
1 answer

Xcode 10.1 (10B61) not showing QuickHelp for imported libraries

I am taking a course in Udemy for iOS development in which they are showing that we can ⌥ (ALT / command) + click to get a Quick Help reference for the imported library. It seems in the course that they are using a previous version of Xcode such as…
Frakcool
  • 10,915
  • 9
  • 50
  • 89
0
votes
1 answer

rtspsrc is not supported for arm64 iOS Swift Gstreamer library (Xcode 10.1)

Undefined symbols for architecture arm64: "_gst_plugin_rtspsrc_register", referenced from: _gst_ios_init in gst_ios_init.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see…
0
votes
2 answers

Receigen Xcode 10.1 - Unknown type name 'UIDevice'

Two of my apps broke after what I assume was a change to Xcode (10.1 - 10B61) or iOS API. Both use Receigen in Obj-C mode and for some reason no longer recognize UIDevice. Here are the imports auto-generated by Receigen: What change to Xcode or…
NewEndian
  • 559
  • 2
  • 16
0
votes
1 answer

How Do I Hit Test A SubView's Layers?

I have encountered a challenge in my application. I want to be able to tap in a subview and determine which of the subview's layers was tapped. I (naively?) chose to use the hitTest(:CGPoint) method of the subview's root layer. The results were not…
Verticon
  • 2,419
  • 16
  • 34
0
votes
1 answer

WKWebView not interactive by keyboard

I am new to swift and apple development in general (coming from JS world). I am trying to do a simple desktop app by wrapping WKWebView. Part where ViewController creates a webView works ok. At least it looks so: It loads a webpage :) But when I…
Michal Roharik
  • 141
  • 1
  • 8
0
votes
0 answers

Unwanted red lines when the unwind segue is performed

I have a view controller, embedded in a navigation controller, which has a button and connects me with another view controller with a button. I have ctrl dragged from the button of the second view controller to the exit in the Storyboard creating an…
Korpel
  • 2,432
  • 20
  • 30
0
votes
0 answers

Exit Code 1 on device

Ive made a WebView App for my website. In Xcode the app in launching very well. When I try to launch it on my iPhone Xcode give me an Error Code 1. With the iPhone XS Max Simulator it works very well. When I try to launch the app on my own iPhone I…
Jörg Quick
  • 25
  • 1
  • 5
0
votes
0 answers

signing app on my account doesn't work but it works on my colleagues account

when running my Swift iOS app on my macbook pro 2017 i get the error message: Device denied launch request but when i run it on the macbook pro 2015 of my colleague it does work, we use the same repository. can anyone help me fix this?
MESP
  • 486
  • 2
  • 17
0
votes
0 answers

MacOS: Dropping a file on the dock icon – Project with and without storyboard

What I want to achieve is to drop files on the app's dock icon. It's well understood how to do it, no questions there. I tried to make it work with my existing project, but the icon does not get dimmed and the AppDelegate would not get called. So I…
Wukerplank
  • 4,156
  • 2
  • 28
  • 45
1 2 3
12
13