Thanks Ullrich,
I think I've got things working... Maybe. I am working on iPhone OS
3.1. Here's what I did:
- Added -all_load and -ObjC to additional linker flags
- Added the Security.framework to the project
- There was a "SoundCloudAPI" directory in the test app directory. I
removed this as it was a duplicate of what was in the API directory.
- I made the additional include search directories consistent across
the build configurations
- Changed the trackNumberLabel line to: [trackNumberLabel setText:
[[userInfoDictionary objectForKey:@"track_count"] stringValue]];
because that was crashing the app.
- Changed the compiler settings to Base SDK iPhoneOS 3.1 and GCC
Compiler v4.2, etc.
So runs now, although there are a couple of kinks:
- On first run, it immediately closes to launch Safari. I think that
is just part of the flow that needs tweaking.
- When authed for the first time and it launches the app, but the app
seams to crash. I haven't figured that out yet.
- If I deauth the app under my account, the app doesn't recognize this
and doesn't offer to reauth. I think that is just another part of the
flow that requires tweaking though.
Let me know if this all looks like it makes sense. It's one thing that
it works, but it's another to make sure I implemented the correct
solutions.
- George
On Oct 27, 6:55 am, Ullrich Schäfer <
ullrich.schae...@gmail.com>
wrote: