Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

devility

macrumors newbie
Original poster
Aug 14, 2014
4
0
i'm new in xcode and ios development. I try to create a radio app with rss. But when I changed the main view which contains the streaming then when I switch back the functions are not working in the main view.

The second problem is when i try to go to the rss webview, then sometimes the app crashes.

Here you can find two video what is the real problem: 1. if i go back from the rss view, there is a navigation view, with back button what i can't delete. And if i press the stop button it is started again the music. and the first music can't stop. 2. the rss detail view has an error but i still can't find what it is.

http://devility.hu/first.mov
http://devility.hu/second.mov

source:

http://devility.hu/help.zip

Thank you, if anyone can helps in my problems :) !!!
 
You need to be more specific and post the exact problems you are having. What do you mean with "functions are not working in the main view" what fuctions? how are they not working? what error are you getting?

Then you say "then sometimes the app crashes" this is not enough to help you. You have to post the crash log.
 
hello,

can you please help how can i post error log?

but i linked videos from
the problems :)

thank you!
 
I don't open zip files and random code projects from people I don't know.

Your second video suggested a memory problem. SIGABRT error. Just before that your logging looks like it is saying "out of buffers". Perhaps they are connected.

In that log window type bt which will display a back trace of calls to the eventual crasher. That may help you see which piece of your code is involved.
 
thank you for your reply. I will upload the project to github, to you can reach it.

And also I try to check the errors.

Thank you!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.