phoenix-react-native-mashup icon indicating copy to clipboard operation
phoenix-react-native-mashup copied to clipboard

Installation errors

Open axelson opened this issue 7 years ago • 5 comments

In ChatClient after running react-native run-ios I get the following error:

Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/ChatClient.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

And indeed the Products folder is empty.

And on the ChatServer when running mix phoenix.server I get:

Compiling 11 files (.ex)

== Compilation error on file web/router.ex ==
** (CompileError) web/router.ex: internal error in v3_core;
crash reason: {case_clause,
    {'EXIT',
        {badarg,
            [{erl_anno,anno_info,[-1],[{file,"erl_anno.erl"},{line,360}]},
             {v3_core,record_anno,2,[{file,"v3_core.erl"},{line,2410}]},
             {v3_core,expr,2,[{file,"v3_core.erl"},{line,539}]},
             {v3_core,safe,2,[{file,"v3_core.erl"},{line,1593}]},
             {v3_core,expr,2,[{file,"v3_core.erl"},{line,528}]},
             {v3_core,safe,2,[{file,"v3_core.erl"},{line,1593}]},
             {v3_core,'-safe_list/2-anonymous-0-',2,
                 [{file,"v3_core.erl"},{line,1608}]},
             {lists,foldr,3,[{file,"lists.erl"},{line,1276}]}]}}}

  in function  compile:'-select_passes/2-anonymous-2-'/2 (compile.erl, line 536)
  in call from compile:'-internal_comp/4-anonymous-1-'/2 (compile.erl, line 321)
  in call from compile:fold_comp/3 (compile.erl, line 347)
  in call from compile:internal_comp/4 (compile.erl, line 331)
  in call from compile:'-do_compile/2-anonymous-0-'/2 (compile.erl, line 179)
    (stdlib) lists.erl:1338: :lists.foreach/2
    (phoenix) expanding macro: Phoenix.Router.__before_compile__/1
    web/router.ex:1: Chat.Router (module)

And on Android the app installs on my device but I get: ReferenceError: Can't find variable: __fbBatchedBridge

I'm guessing that perhaps this project is now out of date with more recent versions of the libraries?

axelson avatar Oct 19 '16 20:10 axelson

Ya, it's looking like we're aging out here. Crap. Sorry about that.

skellock avatar Oct 20 '16 15:10 skellock

Oh, ok

axelson avatar Oct 20 '16 21:10 axelson

Any plan to update the project to the latest dependency versions? It'll be great to see this working.

maarek avatar Dec 06 '16 15:12 maarek

Ya, I've lost track of this issue. Thanks for the ping. Apologies. It'd be great if I could some how flag this issue as important in Github so it stays on my radar.

It'd be also awesome if I knew how to use a TODO program.

skellock avatar Dec 06 '16 17:12 skellock

@skellock depending on how many assigned issues you have this link should be useful: https://github.com/issues/assigned

you can also search for labels on that list.

Looking forward to being able to play with this!

axelson avatar Dec 07 '16 01:12 axelson