Results 35 comments of Alan Chu

Xcode does not recognize `app-extension.intents-service`. Use `app-extension` instead. Details: https://github.com/OneBusAway/OBAKit/pull/252#issuecomment-660808063

@imWildCat > what's the first version of Xcode which does not recognize app-extension.intents-service? Considering I worked on this two years ago, two majors ago, I would say probably Xcode 11....

FYI, I am currently working on [WeatherProvider](https://github.com/WeatherProvider/WeatherProvider), which will combine multiple government sources into a single API. It will have a [server app](https://github.com/WeatherProvider/WeatherProvider-Server) (non-functioning atm) that we can use on...

@barbeau definitely before Dark Sky ends, I'm hoping for barebones functionality by the end of the month and the server to work by the end of October. For assets, we're...

This issue number was misquoted, it is not completed yet. https://github.com/OneBusAway/onebusaway-ios/issues/623

Thank you @aaryankotharii! Apologies for the delayed turnaround in reviewing, I'll get to this ASAP.

> no worries @ualch9, but there are a few migration issues I'm not sure how to address. for example, how to approach fetching custom regions, of existing users, which are...

Hi @shrudge, what version of Xcode are you running? You can find this by going to Xcode in the toolbar and selecting `About Xcode`. ![Screenshot 2024-03-12 at 10 50 56 ...

Actually, I encountered a similar SPM issue after updating Xcode last night. Try deleting derived data.

Hi everyone, please make sure you run `scripts/generate_project` and clear derived data before opening `OBAKit.xcodeproj`. I need more information to understand the issues you are having. If you are still...