Xcode 4 - clang error

前端 未结 7 938
走了就别回头了
走了就别回头了 2020-12-01 11:29

I\'m migrating from Xcode 3.5 to Xcode 4 and while I\'m trying to Archiving my app for AdHoc distribution.
I received this error

Precompile MyApp_Prefix.

7条回答
  •  情深已故
    2020-12-01 11:39

    I just had this problem with an instagram lib, my mistake was that i was importing the files to a target and compiled the other target. It gave me some headaches.

提交回复
热议问题