Xcode Cloud: unable to open configuration settings file

Guess what? XCode is garbage but doc can help us here. This what I’m using to smoothly build my workflow. I’l share exact bash scripts here. Why it’s failing? First open logs on your workflow window side bar. Check if you’re installing necessary dependencies before running archive process. You’re using virtual machine so any dependencies … Read more

Is there a way to run xcode 14 on macOS Sonoma?

Starting the binary directly did not work for me, the system would still refuse to run the app. What did work however was to Right click the app and select “Show Package Contents” Navigate to Contents folder Open the Info.plist file Alter CFBundleVersion from 21815 to 22265 Save change Right app and select “Open” If … Read more

Unwind segue with Navigation back button

In the end I didn’t need to unwind the segue since I could still get a reference to the parent controller methods by following the navigation controller. I was able to get a reference by doing the following in the – (void)viewWillDisappear:(BOOL)animated method of the child controller NSInteger currentVCIndex = [self.navigationController.viewControllers indexOfObject:self.navigationController.topViewController]; FirstViewController *parent = … Read more

What’s the difference between Xcode’s move to trash and remove reference?

Xcode stores references to the files that make up your project in the project file, namely, the projectName.xcodeproj file. Theoretically your source and resource files that make up your project could be all over your harddisk; of course that’s not a good practice. So, when you add an existing file to your project, Xcode asks … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)