PoC-Consortium / burstcoin-mobile

Burstcoin mobile wallet for Android and iOS https://play.google.com/store/apps/details?id=org.icewave.burstcoinwallet
GNU General Public License v3.0
21 stars 20 forks source link

iOS Wallet issue when using tns run ios #32

Closed danielrjones closed 6 years ago

danielrjones commented 6 years ago

When I follow instructions this is what I receive when attempting to run the iOS wallet ( I wanted to see the POC Consortium wallet):

OS: MacOS 10.13.4 Xcode: 9.3 (9E145)

Can provide further information if you want but here is output:

somethingUseful:~/GitHub/burstcoin-mobile$tns run ios

Support for Node.js 10.0.0 is not verified. This CLI might not install or run properly.

node[48101]: ../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfo &): Assertion `args[1]->IsString()' failed. 1: node::Abort() [/usr/local/bin/node] 2: node::Assert(char const const () [4]) [/usr/local/bin/node] 3: node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo const&) [/usr/local/bin/node] 4: v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [/usr/local/bin/node] 5: v8::internal::MaybeHandle v8::internal::(anonymous namespace)::HandleApiCallHelper(v8::internal::Isolate, v8::internal::Handle, v8::internal::Handle, v8::internal::Handle, v8::internal::Handle, v8::internal::BuiltinArguments) [/usr/local/bin/node] 6: v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*) [/usr/local/bin/node] 7: 0x2b863c20427d 8: 0x2b863c20f755 9: 0x2b863c28bc20 10: 0x2b863c2144f7 11: 0x2b863c2144f7 Abort trap: 6

danielrjones commented 6 years ago

Node version: 5.6.0 Installed via Homebrew.

cgebe commented 6 years ago

The iOS version is not maintened since v0.1.3, due to the uncertainties of a publication on iOS. You may want to take this commit bf3ac2dc4524b9229c052cc710c918c1345a2d84 , this should be good on iOS.

danielrjones commented 6 years ago

Thanks!