Post

Replies

Boosts

Views

Activity

Reply to Xcode Preview on Device failed
I am experiencing the same problem 2 years after this was originally raised by the OP. I've tried both my iPhone 14 Pro and iPad Air 4, running iOS/iPadOS 16.2, connected to MacBook Pro M1 Pro running Ventura 13.2.1 and Xcode Version 14.2. I can build and run on those devices successfully, but Xcode Preview on device does not work.
Mar ’23
Reply to iOS 26 Developer Beta Issues
I experienced the same, but after a day the problem went away.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to xcode15.4 always crash when create new project or open exsit project
Have you tried deleting Xcode, rebooting, then reinstalling Xcode? What about trying another version of Xcode?
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode no longer supports temporarily using a local SwiftPM package?
Can you just remove the package from the Package Dependencies tab, then add it as a local package?
Replies
Boosts
Views
Activity
Jun ’24
Reply to Building XCFrameworks from a hierarchy of Swift Packages
I have also submitted feedback for this: FB13816065.
Replies
Boosts
Views
Activity
Jun ’24
Reply to macos sonoma - unable to change time zone
To fix the timezone issue in Slack, you can run Slack from the command line (every time you want to use it), as follows: codesign -dr - /Applications/Slack.app && TZ=Australia/Sydney open -b com.tinyspeck.slackmacgap Replace Australia/Sydney with your timezone though. 😀
Replies
Boosts
Views
Activity
Oct ’23
Reply to Unable to enter text in TextField - SwiftUI preview
Same here, in Xcode 15 beta 1.
Replies
Boosts
Views
Activity
Jun ’23
Reply to ITMS-90382: Upload limit reached
We too have just hit this limit, and have only run 7 builds today.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode Preview on Device failed
I am experiencing the same problem 2 years after this was originally raised by the OP. I've tried both my iPhone 14 Pro and iPad Air 4, running iOS/iPadOS 16.2, connected to MacBook Pro M1 Pro running Ventura 13.2.1 and Xcode Version 14.2. I can build and run on those devices successfully, but Xcode Preview on device does not work.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode Cloud workflow Primary Repository
That didn't happen to me. I can see my GitHub repo as the primary repository. What happens if you delete and recreate the workflow?
Replies
Boosts
Views
Activity
Feb ’23
Reply to Xcode Cloud workflow chaining
Is the "production build" also from the dev branch?
Replies
Boosts
Views
Activity
Feb ’23
Reply to How can I set TestFlight test notes for XCode Cloud builds?
It would be a huge timesaver if this could be automated.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Xcode Cloud - machines
I need to know
Replies
Boosts
Views
Activity
Jan ’23
Reply to Inject secrets for build process
I think this will be possible with the Environment section of the Xcode Cloud Workflow. There's a checkbox for "Secret" next to each environment variable that you define.
Replies
Boosts
Views
Activity
Jan ’23
Reply to When I expire a build does it stop working immediately?
@jeancachu, that has not been my experience. I have a TestFlight build that has been expired, yet it can still be run.
Replies
Boosts
Views
Activity
Nov ’22
Reply to How to check for return key tap in text view?
Use the UITextFieldDelegate and implement textFieldShouldReturn. It is called when the user presses the return key on the keyboard.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22