Post

Replies

Boosts

Views

Activity

Comment on Xcode crashes when I set an aspect ratio in XIB
Could you show all the constraints you have set for imageView ? Maybe it turns out the is is considered zero size ?
Replies
Boosts
Views
Activity
Sep ’21
Comment on the compiler that produced it, 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)’, may have used features that aren't supported by this compiler, 'Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
I do not see other solution than recompiling framework with 12.5 or using 13 for compiling the app.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Urgent: XCode 13 unable to delete lines of code
These icons are at the top right of code window (not storyboard window)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Problem with AVPlayer error
Could you show code ? How do you know it is "a streaming that have metadata inside of signal."
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Status symbol next to clock
Thanks for feedback. unless you found some Apple doc about it, it would be worth a bug report against documentation.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on SF Symbols 3 Bug
Could you post the code (not an image) so that we can try reproduce ? And please post all the classes needed ti run the code.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Splash screen not displaying correctly
I am unable to add a new constraint, everything is disabled.    Could you post a screenshot of Size Inspector the the ImageView that shows what is disabled ?
Replies
Boosts
Views
Activity
Sep ’21
Comment on SF Symbols 3 Bug
Thanks, but we miss a lot of code to be able to test.
Replies
Boosts
Views
Activity
Sep ’21
Comment on iOS 15 broke the navigation appearance when navigating to a view controller with a transparent navigation bar from a non-transparent navigation bar
Sorry it didn't help. It seems they have made a lot of changes in navigation bars causing some regressions. Did you file a bug report ? Just to check, could you copy the exact same code in RootVC from SecondVC ? Where do you call those codes ? Could you try in viewWillAppear ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on SF Symbols 3 Bug
Sure, but there may be some issue elsewhere, so it is always better to test the same code. But I understand you cannot show this code. So, wish you good continuation.
Replies
Boosts
Views
Activity
Sep ’21
Comment on "Unexpectedly found nil while unwrapping an Optional value" with UIColor
Did you try to use this color elsewhere ? In a place where some color works, change to this color immediately after. Does it crash then ? What I don't understand: if print is not called, that means the crash is not there ? Or do I miss something ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on "Unexpectedly found nil while unwrapping an Optional value" with UIColor
OK, so I understand this is not a runtime issue, more a wrong diagnostic from Xcode ? Which is worth a bug report but less a problem for development. Could you paste a screenshot with the error ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Couldn't parse json file as array
Could you post your exact code ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on pdfPage.draw ios15 strange results
There are several posts that show there is a problem with draw in iOS 15.    Such as this one where an image is repeated:    https://developer.apple.com/forums/thread/691431?answerId=689899022#689899022     You should file a bug report.
Replies
Boosts
Views
Activity
Oct ’21