Post

Replies

Boosts

Views

Activity

Reply to Are WatchOS storyboards forbidden now ?
i plan to keep using watchkit for my watchos app, until they force min release of 7 (maybe in a few years, apple really hasnt moved the min target of watchos that much) then i will probably just drop support. No sense of trying to rewrite everything that doesnt get used to justify it anyways. Kinda stinks, but apple calls the shots. I noticed even before Beta 3, if you created a new watchkit app, there was no option for storyboard, only swiftui, so not too surprising here, now they have a deprecation warning to kinda go hand in hand with that. so to your points my opinion: Your app will continue to work just fine, even if you have a watchos target greater than 7.0. I dont see apple simply just removing watchkit support for watchos anytime soon, possibly never. Just new apps will have to be done in swiftui. thats a good question, probably their desire to promote swiftui as much as possible I dont believe so, i think deprecation is a strong word here, but going forward they want new apps (and maybe in some fantasy dreamland) existing apps to use swiftui.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’22
Reply to iOS16 change orientaion
in the Whats new in UIKIt video : https://developer.apple.com/videos/play/wwdc2022/10068/ they mention UIDevice orientation has gone away. Instead they say use : https://developer.apple.com/documentation/uikit/uiviewcontroller/1621438-preferredinterfaceorientationfor
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’22
Reply to Xcode 14 watchOS Error
This worked to get it to build, i needed to hand add an extension delegate and the corresponding main / infoplist entries. but now when trying to run on a iphone simulator it says this. Feel as if im missing something else. Please try again later. Found WatchKit 2.0 app at /Users/x/Library/xxxxxxDeveloper/CoreSimulator/Devices/E18868EE-130C-4159-AAF2-95319072DD5E/data/Library/Caches/com.apple.mobile.installd.staging/temp.JH6Xuf/extracted/Payload/TestingApp.app/Watch/TesterExt.app but it does not have a WKWatchKitApp or WKApplication key set to true in its Info.plist
Jun ’22
Reply to iOS15 Status bar style not fixed
i notice this on many apps on my ipad (on ios15) apps that i know should have a Light Status bar color are sometimes dark, but if you leave and come back its "correct" i have a feeling this is more of a system bug, than a coding one. As its happening on many apps I would report it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’21
Reply to watchos 7.6.1 symbols
i will give it a shot! i feel as though we shouldn't have to rename folders to get things to work, i wonder if they just haven't uploaded them to their server for users to download. who knows. A response from an admin would be nice for sure
Aug ’21
Reply to Command CompileAssetCatalog failed with a nonzero exit code
take a peek at this twitter thread from an xcode engineer, They seem to be aware of xcode14b3 having big issues with xcode13.4.x and below. Looks like they have a workaround , as they made a back end change for now. but you have to open a certain pane in xcode 14 then you can go back to xcode 13.4.1 etc. https://twitter.com/AnaCalinov/status/1545118596820439040
Replies
Boosts
Views
Activity
Jul ’22
Reply to I would avoid Xcode 14 (seems to have corrupted my system)
take a peek at this twitter thread from an xcode engineer, They seem to be aware of xcode14b3 having big issues with xcode13.4.x and below. Looks like they have a workaround , as they made a back end change for now. but you have to open a certain pane in xcode 14 then you can go back to xcode 13.4.1 etc. https://twitter.com/AnaCalinov/status/1545118596820439040
Replies
Boosts
Views
Activity
Jul ’22
Reply to Are WatchOS storyboards forbidden now ?
i plan to keep using watchkit for my watchos app, until they force min release of 7 (maybe in a few years, apple really hasnt moved the min target of watchos that much) then i will probably just drop support. No sense of trying to rewrite everything that doesnt get used to justify it anyways. Kinda stinks, but apple calls the shots. I noticed even before Beta 3, if you created a new watchkit app, there was no option for storyboard, only swiftui, so not too surprising here, now they have a deprecation warning to kinda go hand in hand with that. so to your points my opinion: Your app will continue to work just fine, even if you have a watchos target greater than 7.0. I dont see apple simply just removing watchkit support for watchos anytime soon, possibly never. Just new apps will have to be done in swiftui. thats a good question, probably their desire to promote swiftui as much as possible I dont believe so, i think deprecation is a strong word here, but going forward they want new apps (and maybe in some fantasy dreamland) existing apps to use swiftui.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to xcode14b3 makes xcode13.4.1 unusable with .xibs / storyboards
It seems if you download and install xcode 13.2.1 it WILL work, but still 13.4.1 will still not work :( . so as a workaround install 13.2.1 Apple any thoughts i would love to have 13.4.1 working again? :) https://twitter.com/parrots/status/1544817250410037248
Replies
Boosts
Views
Activity
Jul ’22
Reply to Installing Xcode 14 beta 3 breaks Xcode 13 simulators?
same with me i cant even build my project anymore in xocde13, keep getting Encountered an error communicating with IBAgent-iOS, i tried removing xcode 14 but still am getting the error, tried rebooting etc.
Replies
Boosts
Views
Activity
Jul ’22
Reply to iOS16 change orientaion
in the Whats new in UIKIt video : https://developer.apple.com/videos/play/wwdc2022/10068/ they mention UIDevice orientation has gone away. Instead they say use : https://developer.apple.com/documentation/uikit/uiviewcontroller/1621438-preferredinterfaceorientationfor
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Xcode 14 watchOS Error
I attached a sample project, clean xcode 13 ios app, added watch target, then opened up xcode 14 did the migration and doesnt run on ios simulator (seems to run on device though) so maybe its a simulator issue / check? FB10066285
Replies
Boosts
Views
Activity
Jun ’22
Reply to Xcode 14 watchOS Error
This worked to get it to build, i needed to hand add an extension delegate and the corresponding main / infoplist entries. but now when trying to run on a iphone simulator it says this. Feel as if im missing something else. Please try again later. Found WatchKit 2.0 app at /Users/x/Library/xxxxxxDeveloper/CoreSimulator/Devices/E18868EE-130C-4159-AAF2-95319072DD5E/data/Library/Caches/com.apple.mobile.installd.staging/temp.JH6Xuf/extracted/Payload/TestingApp.app/Watch/TesterExt.app but it does not have a WKWatchKitApp or WKApplication key set to true in its Info.plist
Replies
Boosts
Views
Activity
Jun ’22
Reply to iOS15 Status bar style not fixed
i notice this on many apps on my ipad (on ios15) apps that i know should have a Light Status bar color are sometimes dark, but if you leave and come back its "correct" i have a feeling this is more of a system bug, than a coding one. As its happening on many apps I would report it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Unexpected Crash when closing iOS Simulator
FWIW , i made a post waaaay back in the beta 3 days (that's when it started to happen) with the same exact issue (appleaccountid) https://developer.apple.com/forums/thread/685202 i would submit a feedback (i did) the more that submit one the more attention it will get.
Replies
Boosts
Views
Activity
Aug ’21
Reply to watchos 7.6.1 symbols
symbols are now able to be downloaded
Replies
Boosts
Views
Activity
Aug ’21
Reply to Could not download and install Symbols for watchOS 7.6.1 (18U70). Failed to download package from ADC.
fortunately or unfortunately , we have a thread going with the same issue, hopefully they make it available soon. https://developer.apple.com/forums/thread/685970
Replies
Boosts
Views
Activity
Aug ’21
Reply to watchos 7.6.1 symbols
i will give it a shot! i feel as though we shouldn't have to rename folders to get things to work, i wonder if they just haven't uploaded them to their server for users to download. who knows. A response from an admin would be nice for sure
Replies
Boosts
Views
Activity
Aug ’21
Reply to URGENT - All my builds on testflight moved to proccessing
looks like they just updated their status page to say its having issues: https://developer.apple.com/system-status/
Replies
Boosts
Views
Activity
Jul ’21
Reply to URGENT - All my builds on testflight moved to proccessing
yeah as did mine, i think there is an issue right now with testflight.
Replies
Boosts
Views
Activity
Jul ’21