Post

Replies

Boosts

Views

Activity

Comment on textView:shouldChangeTextInRange:replacementText: not called properly on iIOS17 beta
thanks for looking into this ! im seeing this too. While your at it :) , shouldchangecharactersinrange on the simulator since xcode 14.3 has been calling twice (happens on xcode 15 b1 also), first with the correct character and immediately after with an empty space. On a device it works as intended but on a simulator makes it near impossible to test. Thanks!
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’23
Comment on Xcode 14 watchOS Error
i noticed if i create a new watch app in xcode 14, it will create the app but not add it to the build phases as a dependency and embed watch content. After the migrate those 2 are still there can they be removed now in xcode 14? I noticed if i remove both the ios app will run on the simulator. Just curious if those need to be removed
Jun ’22
Comment on Xcode 14 watchOS Error
this got it to build for me !, however now im having an issue where it states when trying to run the iOS app on the iOS16 simulator: Please try again later. Found WatchKit 2.0 app at /Users/xxxxxxx/Library/Developer/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