Git Product home page Git Product logo

Comments (48)

dinhvh avatar dinhvh commented on June 13, 2024

Could you try to fix the spelling of the include to #include <MailCore/MailCore.h>?

from mailcore2.

GNV avatar GNV commented on June 13, 2024

you mean change the # import to # include, sorry but I am new in this

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

I meant the spelling of MailCore/MailCore.h

from mailcore2.

GNV avatar GNV commented on June 13, 2024

can you give me a example, for understand this please

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

lowercase / uppercase issue.
mailcore/mailcore.h -> MailCore/MailCore.h
I need to change that in the example. I'll fix it this evening.

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Ok thanks and I change some issue and wen build again, show me this look

Uploading Captura de pantalla 2013-04-16 a la(s) 12.46.14.png . . .

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

I can't see the screenshot.

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Hello, Im change to MailCore/MailCore.h but the problem continues, the problem is MailCore/MailCore.h file not found

captura

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

it's MailCore, with uppercase M and uppercase C.

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Hi dinhviethoa thanks for your support, now I download the Zip and I try the build de iOS UI Test and have this error.

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

Could you show more logs?

Hoa V. Dinh

On Wednesday, April 17, 2013 at 8:40 AM, Roberto wrote:

Hi dinhviethoa thanks for your support, now I download the Zip and I try the build de iOS UI Test and have this error.
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1


Reply to this email directly or view it on GitHub (#25 (comment)).

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Ok see the images to know about the problems =)

Captura de pantalla 2013-04-17 a la s 10 35 31
Captura de pantalla 2013-04-17 a la s 10 35 19

from mailcore2.

CodaFi avatar CodaFi commented on June 13, 2024

Do you have the right header search paths? Try a recursive directory search of the src/ folder

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

It seems I broke it yesterday.
Needs to fix both now :)

Hoa V. Dinh

On Wednesday, April 17, 2013 at 9:45 AM, Robert Widmann wrote:

Do you have the right header search paths? Try a recursive directory search of the src/ folder


Reply to this email directly or view it on GitHub (#25 (comment)).

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Thanks, for your support, can you tell me when the fix is ready please, and I comment you, I need to created a iOS app and the only I need es connect with mailbox using imap or pop3, read the email and send the responds, but mailcore is to hard for me, you know if may be another way

from mailcore2.

jwilling avatar jwilling commented on June 13, 2024

@GNV Unfortunately accessing email accounts using any library isn't going to be a piece of cake. MailCore does make this fairly easy, though, Take a look at the iOS example for seeing how to list all the emails in an inbox and display it in a basic table view. I still need to update the demo to actually preview the message, but for now that should get you started.

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Thanks jwilling I wait for dinhvienhoa fix the problems in mailcore2 for built the iOs example and see how this work =)

from mailcore2.

GNV avatar GNV commented on June 13, 2024

The steps for incorporate Mailcore2 at my ios project is the same to mailcore? and another thing, now is impossible to clone mailcore2 have a problem =)

from mailcore2.

CodaFi avatar CodaFi commented on June 13, 2024

No. You must cd into ~/.../mailcore2/scripts and run sh ./prepare.sh. It's a little more than MailCore, but still fairly automated.

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

You don't need to run those scripts any more.
They are run during the build process.
All the build issues should be solved now. Could you pull and check?

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Thanks CodaFi, dinhviethoa thanks for all, I steel have the problem I check if is for syntax but is correct look the image for know about the problem please =)

Captura de pantalla 2013-04-18 a la s 10 08 41

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Ok maybe the problem is because I have not in the target's the Header Search Paths, which is the path that goes here for fix this?

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

Could you have a look at the build folder?
The build folder should be included automatically in the header search paths.

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Ok when I selected the IOS UI Test no appear the paths look the image, but when I selected mailcore2.xcodeproj yes appear the paths? look the image please
Captura de pantalla 2013-04-18 a la s 11 42 47
Captura de pantalla 2013-04-18 a la s 11 43 25

from mailcore2.

GNV avatar GNV commented on June 13, 2024

sorry for so much trouble =)

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

Could you show the command line that's used to build main.mm (you can find it in the build logs).

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Look if is this logs?

Captura de pantalla 2013-04-18 a la s 12 04 50

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

In Xcode, Preferences changes all locations to default. That might help.

from mailcore2.

GNV avatar GNV commented on June 13, 2024

all locations is in default, I don't change this
Captura de pantalla 2013-04-18 a la s 12 35 33

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Can you give me the steps for include the Mailcore2 at my iOS project please

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

Do you know why it's trying to build in the project directory instead of the deriveddata directory?

from mailcore2.

GNV avatar GNV commented on June 13, 2024

I have no idea =(

from mailcore2.

GNV avatar GNV commented on June 13, 2024

You have 2 examples test-ios and iOS UI Tests, when I build the test-ios dont have the mailcore.h problem but in the ios simulator don't see nothing, and in the iOS UI Test in this yes have the problem MailCore.h

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Hi dinhviethoa, I try to build mailcore2 iOS IU Test example, but I have the same problem, I check the Xcode parameters and other, but I not have idea how fix this, and I need to work in my app, can you help me please? the probles is MailCore/MailCore.h file no founds, please need help =) thanks

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

Can you set the settings of Xcode so that every projects will build in the same folder?
I think that will help.

Hoa V. Dinh

On Monday, April 22, 2013 at 2:40 PM, Roberto wrote:

Hi dinhviethoa, I try to build mailcore2 iOS IU Test example, but I have the same problem, I check the Xcode parameters and other, but I not have idea how fix this, and I need to work in my app, can you help me please? the probles is MailCore/MailCore.h file no founds, please need help =) thanks


Reply to this email directly or view it on GitHub (#25 (comment)).

from mailcore2.

GNV avatar GNV commented on June 13, 2024

ok I try this =)

from mailcore2.

GNV avatar GNV commented on June 13, 2024

Ok I change in Xcode>Preference>Locations, Drive Data--> default to Relative, is correct this to build in the same folder?

from mailcore2.

GNV avatar GNV commented on June 13, 2024

The problem is Fixed, I change the parameters in Xcode>Location>DriveData>Advance> select Unique and Done =)

from mailcore2.

dinhvh avatar dinhvh commented on June 13, 2024

Great!

from mailcore2.

Pankaj03 avatar Pankaj03 commented on June 13, 2024

Hello,

When i am try to build the mailcore2 example i.e., iOS UI Test, the process stucks. See below attachment.
I am new to iOS, can anyone help me please.
My xcode version is 4.6.3 and iOS version is 6.1.

screen shot 2013-07-18 at 3 45 07 pm

from mailcore2.

jwilling avatar jwilling commented on June 13, 2024

@Pankaj03 This question is better suited to a new issue, but that is expected behavior. It is downloading some libraries necessary for MailCore to function, and it will progress once it has done so.

from mailcore2.

Pankaj03 avatar Pankaj03 commented on June 13, 2024

@jwilling Thanks for early response. Approx. how much time it will take to first time load, whether it will depand on internet speed or not.

from mailcore2.

jwilling avatar jwilling commented on June 13, 2024

@Pankaj03 Yes, it will definitely depend on the internet speed. It's around 300 MB.

from mailcore2.

Pankaj03 avatar Pankaj03 commented on June 13, 2024

@jwilling Is there any option to manually download these files?

from mailcore2.

jwilling avatar jwilling commented on June 13, 2024

@Pankaj03 They're located here, although you can't just drag & drop them in when they're downloaded.

Are you looking for a progress indicator of some sort, or what is the problem with downloading them through the script?

from mailcore2.

Pankaj03 avatar Pankaj03 commented on June 13, 2024

@jwilling The project running status is just stuck since 14-15 mins. See below screen shot:
screen shot 2013-07-19 at 9 42 53 am

from mailcore2.

jwilling avatar jwilling commented on June 13, 2024

@Pankaj03 Can you please file a new issue for this? We can discuss it further there.

from mailcore2.

Pankaj03 avatar Pankaj03 commented on June 13, 2024

@jwilling Ok. Thanks!

from mailcore2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.