-
Notifications
You must be signed in to change notification settings - Fork 627
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
Sample code compile error: 'unicode/ucsdet.h' file not found #102
Comments
It should usually be retrieved in mailcore2/Externals first time you build it, in icu4c folder. |
I'm seeing the same error, building for the first time. |
What's the content of mailcore2/Externals folder? |
$ cd Externals |
Strange that it's building icu. It should grab the prebuilt from https://github.com/MailCore/mailcore2-deps |
or could you remove mailcore/Externals/prebuilt and retry to build mailcore? |
Okay, I removed prebuilt and now the build works. Thanks! |
Thanks. It works for me as well after removing prebuilt |
This problem seems to come back again every time I clone the project. Clearing the prebuilt folder doesn't always fix the problem. Anything I can do to fix this permanently? |
Can you show me the content of mailcore2/Externals? Hoa V. Dinh On Tuesday, June 25, 2013 at 7:37 AM, honcheng wrote:
|
Not sure how much info you need, so I printed out everything On 25 Jun, 2013, at 10:49 PM, DINH Viêt Hoà [email protected] wrote:
|
Are you at this commit on mailcore2? commit db2597c
Did you Hoà V. Dinh On Tuesday, June 25, 2013 at 8:24 AM, honcheng wrote:
|
Yup, I'm at that commit. Here's the result. It's strange. It compiles fine after I run the script, so I did another test again. On 25 Jun, 2013, at 11:26 PM, DINH Viêt Hoà [email protected] wrote:
|
had the same issue, removing prebuilt worked for me too. |
Had the same issue as well. Removing prebuilt worked for me too. Could this be added to a script to remove that folder? |
Removing prebuilt does not work for me. The folder is generated again after I remove it. It was the same error 'unicaode/ucsdet' file not found' everytime I built it. I tried to manually replace the prebuild folder from the link above, it did not work either. Thanks in advance. |
remove mailcore2/Externals. |
Removing prebuilt or Externals does not work for me. I tried running the ./prepare-icu4c-ios.sh script manually, and still cannot compile. I am running Xcode 6 GM on OS X 10.10. Can this issue be related to the OS and Xcode version? Thanks in advance. |
What happens when you run: ./get-prebuilt.sh ? |
No information was shown in the terminal, and the project could still not compile. |
It should fetch the repository https://github.com/MailCore/mailcore2-deps |
I removed prebuilt.list and ran the ./get-prebuilt.sh. It did fetch something from the server. But it can still not resolve the compiling error.. By the way, is it possible to use CocoaPods to integrate mailcore2? One thing I forgot to mention yesterday is that after I ran the ./prepare-icu4c-ios.sh, the last info shown in terminal was 'SDK not found'. Could that be related to the problem? |
Do you work on a fork? |
Does not seem like this problem is affecting anyone else, so it could be my Xcode configuration.
This looks like an external library, but I can't find how it's linked to the project.
The text was updated successfully, but these errors were encountered: