Xcode 6.01 Archive validation error: Invalid Segment Alignment

后端 未结 3 697
渐次进展
渐次进展 2021-01-05 03:03

I have been working on an iOS project solely in Xcode. Deployment target is iOS 8.0. After updating to Xcode 6.x, building and testing on my iPhone 5s and i

3条回答
  •  一个人的身影
    2021-01-05 03:29

    To fix this bug I had to go Targets / Build Phases / Expand Copy Bundle Resources and remove the empty.cpp file (my error was about a empty.o file)

    Hope this helps someone

提交回复
热议问题