|
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
·
|
|
-parallel-testing-worker-count
If anyone has monkeyed around with iOS UITests and using the scheme TestAction option of "Execute in parallel on Simulator”, you might have noticed that we get 3 device clones to chew away at the test
If anyone has monkeyed around with iOS UITests and using the scheme TestAction option of "Execute in parallel on Simulator”, you might have noticed that we get 3 device clones to chew away at the test
|
By Alex Zavatone
·
|
|
.xcconfig not being used for prefix header 7 messages
I have been working on changing a C/C++/Objective C app that uses the Nano library so that it uses the LLVM C++ Standard Library rather than the GNU version. After a fair bit of work in Xcode 9, I get
I have been working on changing a C/C++/Objective C app that uses the Nano library so that it uses the LLVM C++ Standard Library rather than the GNU version. After a fair bit of work in Xcode 9, I get
|
By John Brownie
·
|
|
Profiling UI Tests.
I’m sure you all know that you can right click on a test in Xcode, select Profile and then run that test in Instruments. Oddly, when I set my Test scheme to ask which test to launch or use NSZombies o
I’m sure you all know that you can right click on a test in Xcode, select Profile and then run that test in Instruments. Oddly, when I set my Test scheme to ask which test to launch or use NSZombies o
|
By Alex Zavatone
·
|
|
Can't get IBOutlet to work for WKInterfaceGroup
Hi all: I have the following properties in my Watch App Extension: @property (weak, nonatomic) IBOutlet WKInterfaceGroup *topGroup; @property (weak, nonatomic) IBOutlet WKInterfaceGroup *bottomGroup;
Hi all: I have the following properties in my Watch App Extension: @property (weak, nonatomic) IBOutlet WKInterfaceGroup *topGroup; @property (weak, nonatomic) IBOutlet WKInterfaceGroup *bottomGroup;
|
By Owen Hartnett
·
|