|
Build warning for iOS 12.1 3 messages
Xcode 10.1 When I build for iOS 12.1, I get the following warning: ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
Xcode 10.1 When I build for iOS 12.1, I get the following warning: ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/
|
By Carl Hoefs
·
|
|
Swift 4.0 vs. Swift 4.2 2 messages
A few weeks ago, I was updating our apps from Swift 4.0 to Swift 4.2. In the meantime while I was on vacation our team has still been implementing code targeting Swift 4.0. As a result, there are some
A few weeks ago, I was updating our apps from Swift 4.0 to Swift 4.2. In the meantime while I was on vacation our team has still been implementing code targeting Swift 4.0. As a result, there are some
|
By Alex Zavatone
·
|
|
Pre build scripts in Xcode 10.2 2 messages
Oddly, I have a case where one of our branches is not executing the pre build actions when we build. To verify that it is running, I have added a say “Build starting.” On the first line to the build p
Oddly, I have a case where one of our branches is not executing the pre build actions when we build. To verify that it is running, I have added a say “Build starting.” On the first line to the build p
|
By Alex Zavatone
·
|
|
Can't sign a plug-in?
I have a Mac app that contains a private framework and a plug-in bundle. In the copy build phases for both items, I checked "Code Sign On Copy". But when I look at the build log, I see that the framew
I have a Mac app that contains a private framework and a plug-in bundle. In the copy build phases for both items, I checked "Code Sign On Copy". But when I look at the build log, I see that the framew
|
By James Walker
·
|
|
XCTests and Xcode 10.2 5 messages
I am testing upgrading our project on iOS to run in Xcode 10.2 and am seeing different behavior when running our tests. While previously, a test target would run all the way through, login errors and
I am testing upgrading our project on iOS to run in Xcode 10.2 and am seeing different behavior when running our tests. While previously, a test target would run all the way through, login errors and
|
By Alex Zavatone
·
|
|
Xcode strangeness 3 messages
Hi There I have been setting up a few outlets in xCode 10.1 on Mojave ( interface builder ). I have been using control + drag to create the connections - I’ve made about six into the ViewController cl
Hi There I have been setting up a few outlets in xCode 10.1 on Mojave ( interface builder ). I have been using control + drag to create the connections - I’ve made about six into the ViewController cl
|
By Peter Hudson
·
|
|
Not sure if this is the right place to ask. Xcode and ad hoc IPA installation. 3 messages
This is an odd one. Yesterday I was testing installing IPAs onto my phone exported from Xcode 10.1 with our ad hoc profile and dragging the IPA onto my phone in Configurator 2. When the app was being
This is an odd one. Yesterday I was testing installing IPAs onto my phone exported from Xcode 10.1 with our ad hoc profile and dragging the IPA onto my phone in Configurator 2. When the app was being
|
By Alex Zavatone
·
|
|
Symbolic breakpoint parameters. 5 messages
Are any of you fine people aware of how to get the value of the first argument of a method call in a symbolic breakpoint? I am trying to catch a condition and would like to compare the first variable’
Are any of you fine people aware of how to get the value of the first argument of a method call in a symbolic breakpoint? I am trying to catch a condition and would like to compare the first variable’
|
By Alex Zavatone
·
|
|
Pod updates… 7 messages
We just got through a mess in our process where the build Mac was using Fastlane to perform a pod update but it would do it without doing a pull first, and then pushed the changes, so many daily chang
We just got through a mess in our process where the build Mac was using Fastlane to perform a pod update but it would do it without doing a pull first, and then pushed the changes, so many daily chang
|
By Alex Zavatone
·
|
|
Best place to ask about TestFlight? 2 messages
If this is not the best list to use to ask, please let me know which is. Apple announced that they merged developer team accounts with iTunes Connect maybe about a month ago. What we noticed is that e
If this is not the best list to use to ask, please let me know which is. Apple announced that they merged developer team accounts with iTunes Connect maybe about a month ago. What we noticed is that e
|
By Alex Zavatone
·
|
|
Xcode unexpectedly showed me a popup? 2 messages
I was doing some editing in Xcode 10 today, and went to paste some code and edit it. I must have hit one or more modifiers, as I got a small popup - 3" by 5" with a pointer to the code I'd just pasted
I was doing some editing in Xcode 10 today, and went to paste some code and edit it. I must have hit one or more modifiers, as I got a small popup - 3" by 5" with a pointer to the code I'd just pasted
|
By dhoerl
·
|
|
Xcode 10.1 and creating Xcode extensions 14 messages
Looking at Apple’s docs for creating an Xcode Source Editor Extension and I just noticed that there is no option to create a MacOS Xcode Source Editor Extension or any MacOS Application Extension. Is
Looking at Apple’s docs for creating an Xcode Source Editor Extension and I just noticed that there is no option to create a MacOS Xcode Source Editor Extension or any MacOS Application Extension. Is
|
By Alex Zavatone
·
|
|
The joy of Xcode and git. 4 messages
Does anyone know if there is any way to grab the current open project’s git remote URL from Xcode 10.1? It used to be so easy. Now, I can’t find any option in the Source Navigator, under the Source Co
Does anyone know if there is any way to grab the current open project’s git remote URL from Xcode 10.1? It used to be so easy. Now, I can’t find any option in the Source Navigator, under the Source Co
|
By Alex Zavatone
·
|
|
Distcc - Xcode server.
I’m wondering if I have been having exceedingly heavenly dreams recently or does anyone else also remember something about Xcode 10.x Server being able to distribute builds across multiple Macs? I sur
I’m wondering if I have been having exceedingly heavenly dreams recently or does anyone else also remember something about Xcode 10.x Server being able to distribute builds across multiple Macs? I sur
|
By Alex Zavatone
·
|
|
Network request monitoring 2 messages
Hi all. I wanted to see what you all are using for iOS network request monitoring. I am aware of CFNETWORK_DIAGNOSTICS, Wireshark and Charles proxy. Each has its pluses and minuses. I am only trying t
Hi all. I wanted to see what you all are using for iOS network request monitoring. I am aware of CFNETWORK_DIAGNOSTICS, Wireshark and Charles proxy. Each has its pluses and minuses. I am only trying t
|
By Alex Zavatone
·
|
|
Launching a detached process from a run phase build script. 9 messages
We have a mock service for our web service APIs that is generally run manually when we build our iOS apps for testing. I’m trying to get this service which is started by rackup to run as a detached pr
We have a mock service for our web service APIs that is generally run manually when we build our iOS apps for testing. I’m trying to get this service which is started by rackup to run as a detached pr
|
By Alex Zavatone
·
|
|
Blame 3 messages
I love the ability in Xcode 10.x to right click on a line in code and select Show Last Change For Line. If you have a file like a plist, you can right click on the file, select Open As > Source Code a
I love the ability in Xcode 10.x to right click on a line in code and select Show Last Change For Line. If you have a file like a plist, you can right click on the file, select Open As > Source Code a
|
By Alex Zavatone
·
|
|
Problem with OpenGL, Xcode 10, and Mojave
After the 10.14.3 Mojave update, OpenGL fails in my app. That is, in the places where I should see OpenGL rendering, I just see the window's background color. (In High Sierra, no problem.) The really
After the 10.14.3 Mojave update, OpenGL fails in my app. That is, in the places where I should see OpenGL rendering, I just see the window's background color. (In High Sierra, no problem.) The really
|
By James Walker
·
|
|
No TestFlight Crashes? 4 messages
Hello, while we are seeing crash reports from iTunesConnect for our live apps, we don’t see them for Versions in TestFlight. Is this a bug? Are we doing it wrong? I see that a lot of people have this
Hello, while we are seeing crash reports from iTunesConnect for our live apps, we don’t see them for Versions in TestFlight. Is this a bug? Are we doing it wrong? I see that a lot of people have this
|
By Alexander von Below
·
|
|
Xcode 10 and the endless indexing problem. 2 messages
I’ve got Xcode 10 running on two of my Macs in Mojave, but the first times I opened it up, I did get the endless indexing problem on two Macs but was able to get past it by force quitting and opening
I’ve got Xcode 10 running on two of my Macs in Mojave, but the first times I opened it up, I did get the endless indexing problem on two Macs but was able to get past it by force quitting and opening
|
By Alex Zavatone
·
|