CH Chiang

Results 6 comments of CH Chiang

Running "brew doctor" and updating xcode devtools following its instructions worked for me.

> I forked and started adding additional apis and functionality as I need them @TCROC Thanks for your effort. I was able to create IAPs with base territory and assign...

``` function foo1() constructor { dtor(DtorType.Function, function () { show_debug_message("Destructed 1!"); }); } var a1 = new foo1(); delete a1; ``` ``` function foo2() constructor { func = function ()...

Thanks a lot for the reply! There's indeed this error in XCode's Run/Console logs: ``` Error linking program: ERROR: Implementation limit of 32 varying components exceeded. Unable to allocate 'v_vCircleInnerColour'....

@vanniktech I'm not sure if you still need it, but here's what I do, for what it's worth: ` app = Spaceship::ConnectAPI::App.find(bundle_id) pry(app.get_in_app_purchases()) `