开发者

Conversion of Metadata Plist string Failed

开发者 https://www.devze.com 2023-02-22 20:13 出处:网络
In xCode, I\'m building an iPhone app with Core Data, and with Objective C Exceptions checked for the Build, I\'m receiving the following error in the Console:

In xCode, I'm building an iPhone app with Core Data, and with Objective C Exceptions checked for the Build, I'm receiving the following error in the Console:

Unresolved error Error Domain=NSCocoaErrorDomain Code=259 "The operation couldn’t be completed. (Cocoa error 259.)" UserInfo=0x611c2c0 {NSUnderlyingException=An error occurred converting the metadata plist: Conversion of string failed. The string is empty.}, { NSUnderlyingException = "An error occurred converting the metadata plist: Conversion of string failed. The string is empty."; }

This occurs when I try to run the app on the Simulator, and the app dies. When I try to run the app on my device (iPhone 3g), the program runs with the expected DB with full functionality, but when I close the app, the app will not relo开发者_JAVA百科ad on the device.

Any assistance will be appreciated. Thanks!!

0

精彩评论

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