simonprickett / barttv

Experimenting with Apple TVML / TVJS JavaScript apps.
https://simonprickett.dev/
MIT License
3 stars 0 forks source link

XCode 7.3 beta 3 (7D141) issues #1

Closed edgardec closed 8 years ago

edgardec commented 8 years ago

Steps I made Dowload .zip, unzip open the project screen shot 2016-05-17 at 08 01 59 As you could see all issues say Expected ',' separator and Expected expression in list of expressions. Sorry , but i new to this and can get XCode do not complain.

simonprickett commented 8 years ago

I think you're using an older Swift, try using XCode 7.3.1, or change the code on those two lines for older Swift - see "Renamed debug identifiers" here https://swift.org/blog/swift-2-2-new-features/

edgardec commented 8 years ago

Thanks for quick answer. Here how i get Xcode do not complain Release your two lines by

 func appController(appController: TVApplicationController, didFinishLaunchingWithOptions options: [String: AnyObject]?) {         print("(FUNCTION) invoked with options: (options)")     }          func appController(appController: TVApplicationController, didFailWithError error: NSError) {         print("(FUNCTION) invoked with error: (error)")    Plan to extend your app ? As never go to SF , a tourist view of places could be nice. Again thanks and any a beginner could made for help , say the word --  Edgar De Cleene Sent with Airmail

On May 17, 2016 at 13:22:50, Simon Prickett (notifications@github.com) wrote:

I think you're using an older Swift, try using XCode 7.3.1, or change the code on those two lines for older Swift - see "Renamed debug identifiers" here https://swift.org/blog/swift-2-2-new-features/

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

simonprickett commented 8 years ago

Yes, I'd like to spend some time styling it a bit and get some better maps, maybe some sort of instagram slideshow not sure really. Was mostly a "how does this stuff work" experiment more than something I intend to launch.

edgardec commented 8 years ago

Ok.  It’s ok use data on bart.crudworks.org ? As I work with Squeak, have in the works a Squeak server/helper for made TVML templates.

--  Edgar De Cleene Sent with Airmail

On May 17, 2016 at 17:42:24, Simon Prickett (notifications@github.com) wrote:

Yes, I'd like to spend some time styling it a bit and get some better maps, maybe some sort of instagram slideshow not sure really. Was mostly a "how does this stuff work" experiment more than something I intend to launch.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

simonprickett commented 8 years ago

Yes, you can use the data there, it calls the underlying BART API which is an XML one. However, I don't monitor uptime, performance or accuracy closely on that URL so it may die at any point for an unspecified amount of time (although it's generally reliable). You can also clone its repo and run your own wherever you like too https://github.com/simonprickett/bartnodeapi

edgardec commented 8 years ago

Very thanks. When have a Squeak way of doing closely original project put demo  video on YouTube.

--  Edgar De Cleene Sent with Airmail

On May 17, 2016 at 20:19:49, Simon Prickett (notifications@github.com) wrote:

Yes, you can use the data there, it calls the underlying BART API which is an XML one. However, I don't monitor uptime, performance or accuracy closely on that URL so it may die at any point for an unspecified amount of time (although it's generally reliable). You can also clone its repo and run your own wherever you like too https://github.com/simonprickett/bartnodeapi

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub