-
Notifications
You must be signed in to change notification settings - Fork 121
Symbol not found expected in flat namespace #110
Comments
xcode 8? i meet this question too... |
Just to clarify @lysongzi Are you using unsigned Xcode 8? |
@lysongzi please update the latest to xcode plugin and say if it works for you. |
cooooool! it works! |
|
main project add some subproject as target dependency. |
Cool, iI'll be really helpful if you give me small demo project, where I can reproduce this issue. |
ok i try to find out a demo later. |
@PaulTaykalo i find a way to reproduce this issue. can't it compilation the relative new class ? i have to manual inject new class ,then available to use new class? |
@lysongzi exactly |
i find another way to reproduce this issue.
|
I try to use DyCI in my project, but when i press ctrl + =, error happened. After searching on google, i still can not find what is the problem. Here is the error message:
2016-08-17 11:31:05.744 beiliao[7207:815699] Couldn't load file Error : dlopen(/Users/huangzeyu/.dyci/dyci4239950.dylib, 10): Symbol not found: _OBJC_CLASS_$_BLAccountRestartRequest Referenced from: /Users/huangzeyu/.dyci/dyci4239950.dylib Expected in: flat namespace in /Users/huangzeyu/.dyci/dyci4239950.dylib
does anyone get any idea?
The text was updated successfully, but these errors were encountered: