I\'m trying to implement the Cocoa plotting framework (Alpha Release 0.1) in my iPhone app.
I figured I\'d first try to run the sample they provide. I attempted to o
I also went to the Build settings for the target(s) that failed and added "i386" to the valid architectures
You have selected as active architecture "active arch=i386 (your Mac)" but the project compiles for " VALID_ARCHS=armv6 armv7 (iPhone Device)", try setting the right arch in the project settings, so it is built for iPhone as it should be.
If you tried all method with "NO SUCCESS"
armv6 armv7 , Works for me in valid Architecture .
Adding i386 to the Valid Architectures list worked for me!
This happens all the time with old projects migrated to SDK 3.2/4.0. You have to open the target settings and change everything to SDK 4.0 or 3.2. You can still have the target OS be 3.0 if you want that. If it still says "missing SDK" you neglected to change one of those settings to 4.0 or 3.2.