Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Installation errors #1

Open
axelson opened this issue Oct 19, 2016 · 5 comments
Open

Installation errors #1

axelson opened this issue Oct 19, 2016 · 5 comments
Assignees
Labels

Comments

@axelson
Copy link

axelson commented Oct 19, 2016

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?

@skellock
Copy link
Owner

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

@skellock skellock added the bug label Oct 20, 2016
@skellock skellock self-assigned this Oct 20, 2016
@axelson
Copy link
Author

axelson commented Oct 20, 2016

Oh, ok

@maarek
Copy link

maarek commented Dec 6, 2016

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

@skellock
Copy link
Owner

skellock commented Dec 6, 2016

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.

@axelson
Copy link
Author

axelson commented Dec 7, 2016

@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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants