Post

Replies

Boosts

Views

Activity

Reply to iOS App Crash for optimised builds generated by Xcode above 11.3
@OOPer Earlier as suggested by the Apple local variables are strong variables and will be live till the function scope. As per your suggestion this implementation got changed after Xcode 11.3 above? If this has changed, Then there are many places we write code assuming local variables are live till the function scope. We have to change everywhere were we have such implementation. But I really feel this is bug introduced in above Xcode 11.3.
Nov ’20