Star Zhu

Results 10 comments of Star Zhu

I had pushed a repo which was a demo for this error. https://github.com/starFelix/TestInjection You can try to inject the file ErrorSubProject.

Thank you very much! I have solved this issue. By the way, can injection use in device? If not, what's the problem?

@johnno1962 If I check "recursive", the error will appear. Are there any way to make it support any path setting?

![2017-01-13 9 41 51](https://cloud.githubusercontent.com/assets/5734060/21915385/919c515e-d974-11e6-8afc-d89588341712.png) If you set the project like above, inject will fail.

Sub project's "header search path".

修改 patch 脚本, 在需要 codesign 的地方补上这个参数 `--preserve-metadata=entitlements` 比如 Modify the `patch` file. add argument `--preserve-metadata=entitlements` after codesign command. for example: ``` /usr/bin/codesign --preserve-metadata=entitlements --force --sign "$EXPANDED_CODE_SIGN_IDENTITY" "$TARGET_APP_PATH/Dylibs/"* /usr/bin/codesign --preserve-metadata=entitlements --force...

> I do like this,it works well > > ```objc > _textView = [[YYTextView alloc] initWithFrame:self.view.frame]; > NSMutableAttributedString *mAtt = [[NSMutableAttributedString alloc] initWithString:@""]; > [mAtt addAttribute:NSFontAttributeName value:[UIFont systemFontOfSize:18] range:NSMakeRange(0, mAtt.length)];...

@sandychales If you want to solve this problem, you should change the source code of YYText by removing the continuous feature. I didn't find any other ways to solve it.

And will more moving steps cause the animation to freeze?