0

I am facing this issue of Undefined symbol for architecture armv7

:"_NetworkRequestErrorDomain", referenced from: 
 -[HSASIFormDataRequest addFile:withFileName:andContentType:forKey:] in HSASIFormDataRequest.o
      +[HSASIDataDecompressor uncompressDataFromFile:toFile:error:] in HSASIDataDecompressor.o
      +[HSASIDataDecompressor inflateErrorWithCode:] in HSASIDataDecompressor.o
      +[HSASIDataCompressor compressDataFromFile:toFile:error:] in HSASIDataCompressor.o
      +[HSASIDataCompressor deflateErrorWithCode:] in HSASIDataCompressor.o

This code was originaly developed with worklight.
I am using Xcode 7.2.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • http://stackoverflow.com/questions/6429494/undefined-symbols-for-architecture-armv7?page=1&tab=votes#tab-top – user3182143 Oct 21 '16 at 11:34
  • Refereed all the links ... on stack.. Unable to find it – Giriraj.Mulay Oct 21 '16 at 12:16
  • 1
    I don't understand what is the relation to IBM MobileFirst here. Please clarify what is this HSASI and what you're doing, where the failure is, etc – Idan Adar Oct 21 '16 at 13:45
  • This project is created from IBM Worklight HSASI is some framework use here. while running or building the project it throws error.. Thanks. – Giriraj.Mulay Oct 24 '16 at 05:00
  • I found the issue it gets resolved. HSASI framework was having issue I replace it with ASI Framework .. Thanks For the help...!!! – Giriraj.Mulay Oct 24 '16 at 06:35

1 Answers1

0

The workaround with this issue was replacing the HSASI framework with the ASI Framework.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89