How to solve the Xcode warnings...

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

How to solve the Xcode warnings...

Post by IrrlichtForiOS »

Hello,

we run Irrlicht in an iOS enviroment an we are getting 123 Xcode-Warnings when we compile the hole project including the irrlicht lib.

Does anybody have a solution to those warnings?

Best regards,

Daniel
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: How to solve the Xcode warnings...

Post by Nadro »

Please ignore those warnings at the moment. I'll fix them when I'll back to iOS port. At now I'm busy with new IRenderTarget interface, but I hope to finish it soon.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: How to solve the Xcode warnings...

Post by IrrlichtForiOS »

Nadro wrote:Please ignore those warnings at the moment. I'll fix them when I'll back to iOS port. At now I'm busy with new IRenderTarget interface, but I hope to finish it soon.
Hey Nadro,

thanks for the quick reply, looking forward to hear from you :-)

In order to 'I'll be back to iOS Port' i want to ask what you/the development team thinks about 64bit? Is irrlicht already 64bit ready on iOS? WE will not be abled to upload soon, if Irrlicht does not support 64bit.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: How to solve the Xcode warnings...

Post by hendu »

Can't speak for iOS, but I'm using irr on 64-bit Linux since years.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: How to solve the Xcode warnings...

Post by Nadro »

Few months ago I ran 64 bit Irrlicht binaries on my iPad 2 mini and I didn't notice any issues.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: How to solve the Xcode warnings...

Post by IrrlichtForiOS »

Nadro wrote:Please ignore those warnings at the moment. I'll fix them when I'll back to iOS port. At now I'm busy with new IRenderTarget interface, but I hope to finish it soon.
By the way... If you are back to iOS... run the Xcode analysis once... you will get more ore less 250-300 memory warnings...
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: How to solve the Xcode warnings...

Post by IrrlichtForiOS »

Nadro wrote:Please ignore those warnings at the moment. I'll fix them when I'll back to iOS port. At now I'm busy with new IRenderTarget interface, but I hope to finish it soon.

Can you tel us some date, when the warnings will be solved?
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: How to solve the Xcode warnings...

Post by Nadro »

Sorry, but I can't tell you any date, I hope to do that at may, but I'm not sure if I will have enough time for that. Currently I have a lot of other tasks to do with much higher priority. If I will not fix it until second half of may, please remember me about this issue eg. via PM or in this topic. As I understand you see these memory warnings in iOS irr example?
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: How to solve the Xcode warnings...

Post by IrrlichtForiOS »

Nadro wrote:Sorry, but I can't tell you any date, I hope to do that at may, but I'm not sure if I will have enough time for that. Currently I have a lot of other tasks to do with much higher priority. If I will not fix it until second half of may, please remember me about this issue eg. via PM or in this topic. As I understand you see these memory warnings in iOS irr example?
Okay I'll remember you :)

We're seeing al these warning in our company's project where the irrlicht-engine is linked as a library.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: How to solve the Xcode warnings...

Post by Nadro »

Can you reproduce those issues in irr iOS example?
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Re: How to solve the Xcode warnings...

Post by IrrlichtForiOS »

Nadro wrote:Can you reproduce those issues in irr iOS example?
Hi Nadro,

yes i can.

Conclusion: 125 Warnings and 259 Analysis-Warnings.

For details -> see pm.

Regards,

Daniel
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: How to solve the Xcode warnings...

Post by Nadro »

Thanks, I'll check that :)
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply