|
Run a script after tests complete, but before app quits.
I would like to run a heap dump and a leaks check before our test suite completes for our iOS app. I know that we can run shell scripts before and after the tests run in the scheme settings, but does
I would like to run a heap dump and a leaks check before our test suite completes for our iOS app. I know that we can run shell scripts before and after the tests run in the scheme settings, but does
|
By
Alex Zavatone
·
|
|
Xcode 11 and the hell trying to find the proper editor. 4 messages
Has anyone figured out how to display the previously easily accessible version editors in Xcode 11.3? It used to be under the View menu and in the toolbar, yet now its location is a mystery lost in ti
Has anyone figured out how to display the previously easily accessible version editors in Xcode 11.3? It used to be under the View menu and in the toolbar, yet now its location is a mystery lost in ti
|
By
Alex Zavatone
·
|
|
Xcode 11.2 release notes? 3 messages
Can anyone access the Xcode 11.2 release notes? I'm on https://developer.apple.com/download/release/ and click on Xcode 11.2 release notes link, which is supposed to redirect to https://developer.appl
Can anyone access the Xcode 11.2 release notes? I'm on https://developer.apple.com/download/release/ and click on Xcode 11.2 release notes link, which is supposed to redirect to https://developer.appl
|
By
Carl Hoefs
·
|
|
Core Image Fun House (sample code)
The last time you could build and run the Fun House app was with Xcode 9 - it won't show anything post Xcode 10. I'm trying to revive the app, and I cannot determine the why of one feature: mouse acti
The last time you could build and run the Fun House app was with Xcode 9 - it won't show anything post Xcode 10. I'm trying to revive the app, and I cannot determine the why of one feature: mouse acti
|
By
dhoerl
·
|
|
Reporting your app's memory usage while testing.
For those who actually want to be able to monitor and log iOS app memory being used while running tests. This is a method/function based off of some Quinn advice posted on the Apple Dev Forum. I modif
For those who actually want to be able to monitor and log iOS app memory being used while running tests. This is a method/function based off of some Quinn advice posted on the Apple Dev Forum. I modif
|
By
Alex Zavatone
·
|
|
XCTests crashing user session back to login screen 10 messages
Has anyone seen cases where running XCTests will crash the logged in user session out to the user login screen? Every time it happens, there are no logs that I can find explaining the cause. My suspic
Has anyone seen cases where running XCTests will crash the logged in user session out to the user login screen? Every time it happens, there are no logs that I can find explaining the cause. My suspic
|
By
Alex Zavatone
·
|
|
Xcode 11 broke genstrings given *.mm 13 messages
One of my projects stopped building when it got to a build phase that runs "genstrings -q -o Base.lproj *.m *.mm" giving the error: /genstrings:1:1: failed to read input file *.mm Neat. Luckily this p
One of my projects stopped building when it got to a build phase that runs "genstrings -q -o Base.lproj *.m *.mm" giving the error: /genstrings:1:1: failed to read input file *.mm Neat. Luckily this p
|
By
Steve Mills
·
|
|
Xcode 11 broke my build when targeting an iPad 8 messages
What's this build error even mean? Unable to find a profile type for platform iOS and purpose development. You may need to reinstall Xcode. If I set the scheme to use the Simulator, it builds fine. If
What's this build error even mean? Unable to find a profile type for platform iOS and purpose development. You may need to reinstall Xcode. If I set the scheme to use the Simulator, it builds fine. If
|
By
Steve Mills
·
|
|
Switching from constraints to auto-layout? 2 messages
I’ve seen this option before but I cannot find it anymore. How can you switch from constraints to auto-layout for a macOS project? -Laurent. -- Laurent Daudelin laurent@... Skype: LaurentDaudelin iMes
I’ve seen this option before but I cannot find it anymore. How can you switch from constraints to auto-layout for a macOS project? -Laurent. -- Laurent Daudelin laurent@... Skype: LaurentDaudelin iMes
|
By
Laurent Daudelin
·
|
|
Symbolic breakpoints + some line offset. 3 messages
Hi all. In our iOS app, I’ve got an annoying crash that is being reported by Crashlytics, but that none of the team has seen in house nor can reproduce in house. It’s at __56-[UIPresentationController
Hi all. In our iOS app, I’ve got an annoying crash that is being reported by Crashlytics, but that none of the team has seen in house nor can reproduce in house. It’s at __56-[UIPresentationController
|
By
Alex Zavatone
·
|
|
Problem witt Switlink 2 messages
Hi, I’m trying to compile a Swift Project but I’m getting the following error: SwiftLint not installed. Install using `brew install swiftlint` When I try the command in Terminal it just responds with
Hi, I’m trying to compile a Swift Project but I’m getting the following error: SwiftLint not installed. Install using `brew install swiftlint` When I try the command in Terminal it just responds with
|
By
Dave
·
|
|
Trying to install XCode 10.3 18 messages
Hi, I’m trying to install XCode 10.3 from 10.1 via the AppStore. I open the App Store application, click the Update Button and XCode is not shown to need an update (although there is a new version ava
Hi, I’m trying to install XCode 10.3 from 10.1 via the AppStore. I open the App Store application, click the Update Button and XCode is not shown to need an update (although there is a new version ava
|
By
Dave
·
|
|
LLDB going nuts. How to fix? 3 messages
MacOS Catalina 10.15 (*19A546d); Xcode Version 10.3 (10G8). Lately, the debugger has been getting progressively weirder. First thing was the debugger display for strings showing the wrong value. All s
MacOS Catalina 10.15 (*19A546d); Xcode Version 10.3 (10G8). Lately, the debugger has been getting progressively weirder. First thing was the debugger display for strings showing the wrong value. All s
|
By
Rick Aurbach
·
|
|
Building with 10.14 SDK - but DTSDKName value in Info.plist is macosx10.7 2 messages
I just ran into a weird issue when attempting to notarize one of my apps... I build the app with the current macOS SDK (that is, 10.14). However, in the final app, DTSDKName value in Info.plist is mac
I just ran into a weird issue when attempting to notarize one of my apps... I build the app with the current macOS SDK (that is, 10.14). However, in the final app, DTSDKName value in Info.plist is mac
|
By
Leo
·
|
|
Duplicate git repositories In Xcode. 2 messages
Has anyone seen this? On one of my Macs when I clone a fresh copy of our project and press command 2 there are two copies of the repo, but one of them shows different local branches. No other Mac that
Has anyone seen this? On one of my Macs when I clone a fresh copy of our project and press command 2 there are two copies of the repo, but one of them shows different local branches. No other Mac that
|
By
Alex Zavatone
·
|
|
What is "automatic preferred width mode?" 2 messages
Xcode 11 is giving me a warning about a static text field in a macOS nib: "Automatic preferred width mode for static wrapping text before OS X 10.11, use Explicit or First Runtime Layout Width" None o
Xcode 11 is giving me a warning about a static text field in a macOS nib: "Automatic preferred width mode for static wrapping text before OS X 10.11, use Explicit or First Runtime Layout Width" None o
|
By
James Walker
·
|
|
How to increase size of the minimap in XC11? 3 messages
I watched the what's new WWDC video, and you can see at one point the minimap is increased in size by some key command. When that happens the Editor menu flashes. Try as I might, I can find no command
I watched the what's new WWDC video, and you can see at one point the minimap is increased in size by some key command. When that happens the Editor menu flashes. Try as I might, I can find no command
|
By
dhoerl
·
|
|
DMG Notarization 14 messages
A user informed me that he couldn’t install my app on the Catalina beta. I believe the issue is that even though my app is notarized, the dmg file is not. Does anyone have experience in getting a dmg
A user informed me that he couldn’t install my app on the Catalina beta. I believe the issue is that even though my app is notarized, the dmg file is not. Does anyone have experience in getting a dmg
|
By
Marco S Hyman
·
|
|
Debug Memory Graph
Does anyone know if there is a way to programmatically invoke the Debug Memory Graph from code? I’d like to bring it up automatically at the end of a test run. Hanks in advance, Alex Zavatone
Does anyone know if there is a way to programmatically invoke the Debug Memory Graph from code? I’d like to bring it up automatically at the end of a test run. Hanks in advance, Alex Zavatone
|
By
Alex Zavatone
·
|
|
Diffing the results of heap.
I’ve been looking the complete memory hell of our iOS app and in getting it under control, have been expanding UITest to run multiple iterations of the whole tests, tracking memory used between tests
I’ve been looking the complete memory hell of our iOS app and in getting it under control, have been expanding UITest to run multiple iterations of the whole tests, tracking memory used between tests
|
By
Alex Zavatone
·
|