开发者

Warning: No 'initWithPrimaryKey". method found [closed]

开发者 https://www.devze.com 2023-03-29 05:39 出处:网络
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applica开发者_JS百科ble to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years ago.

I'm getting the following warning in this statement:

Warning: No 'initWithPrimaryKey". method found

HoldingArray *holdObj=[[HoldingArray alloc] initWithPrimaryKey:n];

Any suggestions are welcome.


The error should be clear: The class HoldingArray doesn't expose a method initWithPrimaryKey.

Refer to the source code of the class HoldingArray or the documentation which methods are available.

0

精彩评论

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