-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS iflyMSC not found #15
Comments
这可能是 Xcode 的 bug,你在拖入 iflytek 时选择了 Copy items if needed 吗?没有选择就可能出现这种问题。建议删掉工程中的 iflytek,重新拖入。 |
@zphhhhh 我这样尝试过几次啦。拖入的时候选择了copy items if needed。 但还是出现这样的问题,奇怪的是example就可以跑,不知道为什么会出现这样的情况。如果在framework 里面删掉iflytekMSC的话别的是可以编译通过直接运行的,您说的删除工程中的iflytek是指在framwork中删掉吗? |
@Sunjiawei58 在左侧 Framework 删除 iflytek.framework,另外要确保工程配置中 |
@zphhhhh 我这样又试了几遍还是出现找不到这个库的问题……网上说的删掉再添加,或者改building setting里面的framework search path 我都试了,结果都是一样。。另外我图好像上传不上去,内容就是报这个iflyMSC framework not found 的截图 |
有没有尝试重新建项目? |
@zphhhhh 我试试现在重新建一个项目看看,话说可以有别的联系方式吗?比如qq或者微信什么的,方便向您问问题呀? |
qq 313662349,不过有问题尽量提 issue 吧,因为可能其他人也有遇到同样问题的。另外问题解决了? |
@zphhhhh 问题解决啦!最后是在build setting里面的framework search path 不仅需要$(project_DIR) 还需要配置 $(inherited)这样就能找到framework啦 |
I tried the iOS version today and followed the tutorial on website putting the iflyMSC framework into the iOS project root folder, set the framework search path to $(PROJECT_DIR) . But still get this error, I don't really get what happened here. Can you give me some advice on that ?
The text was updated successfully, but these errors were encountered: