iPhone Compiler Fails: No architectures to compile for

前端 未结 9 1515
轻奢々
轻奢々 2020-12-01 08:01

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

9条回答
  •  被撕碎了的回忆
    2020-12-01 08:40

    This project appears to pre-date iOS 4, so you need to open up the .xcodeproj file for the Core Plot library itself, too. It probably also has a broken reference to an old iOS Base SDK and may need the architectures updated.

提交回复
热议问题