"IOS Case Study" type conversion failed (use of undeclared identifier)

Source: Internet
Author: User

"IOS learning notes" type conversion failed (use of undeclared identifier)

Why is the following error: Use of undeclared identifier,

 

-(Void) Request {nsobject* Otherbizdata =[Iloginviewcontroller calladdbiz]; nsobject* Otherrequestdata =[Iloginviewcontroller calladd];If([Otherrequestdata iskindofclass: [nsarrayClass]& [Otherbizdata iskindofclass: [nsarrayClass]& [(Nsarray *) otherrequestdata count] = [(nsarray *) Otherbizdata count]) {nsarray* Otherrequestdataarray = (nsarray *) Otherrequestdata; nsarray* Otherbizdataarray = (nsarray *) Otherbizdata ;}}

 

The statement for analyzing the suspected problem with the naked eye is: [(nsarray *) otherrequestdata count] = [(nsarray *) otherbizdata count]

The test is as follows to solve the problem:

Suspected analysis: This sentence has already converted nsobject to nsarray. Therefore, the nsobject variable cannot be found during the second re-conversion. Therefore, an error is thrown: the object with a unique identifier is not defined.

Problem:After the conversion, the otherrequestdata is lost? Or are there two otherrequestdata records that cannot be identified?

 

Welcome experts to shoot bricks ~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.