André Braga
André Braga
Just chiming in to kindly request that this bug receives some love from the plugin author. When it worked it was magic, when it stopped working (circa 2 months ago)...
I needed to do this for aspects_forwarding_trampoline_[stret_]armv7.s to compile (produce symbols, actually): ``` -#ifdef _ARM_ARCH_7 +#if defined(__arm__) && !defined(__arm64__) ```
To be honest I have disabled the arm64 targets on my project because I’m using a couple of closed source, binary-only frameworks that are still stuck on 32 bits. My...
FWIW, this works well enough for me: https://github.com/dcordero/AOP-for-Objective-C For my use I could replace Aspects with no loss. Maybe the technique in there could be made to work.
Polychromatic is awesome. Please investigate how to make it work on the new editor 😃 Would love to help but I'm clueless about the Xcode internals...
Hello! I believe you are referring to segues while I am referring to identified references themselves. Here's the exact scenario: I have a `Menu` view controller on the Menu.storyboard referencing...
Okay, that's a workaround. Still, the scenario is about a VC (and the following flow) that's for all intents and purposes incorporated into a storyboard via a reference, and that...
The official UIStackView does not behave like that. "This method removes the provided view from the stack’s arrangedSubviews array. The view’s position and size will no longer be managed by...
Upvoting.