开发者

Xcode Build Problem (MinimumOSVersion value is invalid)

When I build app with Xcode 3.2.3 (iPhone SDK 4), following image was showed in Build Log

Info.plist: MinimumOSVersion value is invalid. It must be a valid version: (-19024)

Xcode Build Problem (MinimumOSVersion value is invalid)

Xcode Build Problem (MinimumOSVersion value is invalid)

Xcode Build Problem (MinimumOSVersion value is invalid)


Check the MinimumOSVersion in the info.plist file itself. It may have gotten set or corrupted somehow. The project info panel in your additional screenshot shows how the product file thinks the info.plist will be set and not how it actually ends up set.

Check the path to info.plist file listed in the target (not resources) to make sure you've got the right one actually being put into the built product.

Check that your SDK is set for the right platform e.g. you can't set SDK 3.2 for an iPhone only app.


I got it. It's a problem of Target Build (not project Build). I need to check Target Build , Base SDK.

Thank All.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜