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

Troubleshooting

PaulTaykalo edited this page Oct 17, 2014 · 10 revisions

Q:I've installed dyci, and pressing ^X, and green dot appears, but my code isn't updated.
A:Make sure, you correctly added dyci to your project

Q:I've installed dyci, and pressing ^X, and green dot appears, And I see logs that my code is updated, but I don't see the changes.
A:If you're see logs that your code was updated - then it is updated :) But some part of your application need to call this new code. See update on injection page.

Q:I've installed dyci, and pressing ^X, and red dot appears, And I see
Couldn't load index file... error
A:This means that file that mentioned was compiled BEFORE dyci was installed. In order to fix this issue you need to clean project, and recompile it. If you're still getting this error, feel free to post the issue with more detailed description.

Q:I've installed dyci, and pressing ^X, and red dot appears And I see
Couldn't load file Error : dlopen(.../dyci4562616.dylib, 10): Symbol not found: _OBJC_CLASS_$_Class ...
A:Make sure, that your schema build configuration is Debug, not Release. Also check "Build Settings" > "Symbols hidden by default" > NO for Debug.

Clone this wiki locally