Posts

Post not yet marked as solved
16 Replies
I'm seeing similar problems here. When adding a control in an XIB, adding an IBOutlet in ViewController (iOS, Swift), and running the app using "Product -> Run" with target "My Mac (Designed for iPad)" the new control is not there, and the corresponding variable is also not visible in the source code debugger. Looks to me as if the Xcode has not recognised the changes and did not recompile the source files. After doing a "Clean Build folder" the control is shown and the variable is also there. Earlier I also had to "Clean Build folder" after upgrading to Xcode 15.3, otherwise breakpoints did not work.
Post not yet marked as solved
6 Replies
Thanks, Apple, the usual keyboard shortcuts are back in Xcode 13.2! 👍 Nina
Post not yet marked as solved
7 Replies
A temporary solution, which also worked for me, is to NOT "Include bitcode for iOS content" when uploading in Xcode, see this thread: https://developer.apple.com/forums/thread/681546