0

I searched a lot but not getting a developer friendly document to integrate AirWatch for SSO login in my App.

I am trying to integrate AWSDK in iOS (Objective C) by following this instruction (https://developer.vmware.com/web/workspace-one/tutorials/Native-iOS/Airwatch-SDK). I am stuck with this crash as mentioned below during app launch.

How can I resolve this?

Crash reason on Xcode console:

dyld: Library not loaded: @rpath/AWSDK.framework/AWSDK

  Referenced from: /private/var/containers/Bundle/Application/E822D5BB-D44D-444E-8201-20E211E1A493/AirWatchSample.app/AirWatchSample

  Reason: image not found

dyld: launch, loading dependent libraries

DYLD_LIBRARY_PATH=/usr/lib/system/introspection

DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

Message from debugger: Terminated due to signal 6

 

halfer
  • 19,824
  • 17
  • 99
  • 186
Janmenjaya
  • 4,149
  • 1
  • 23
  • 43
  • Double check the part "Adding Linker Flags" & "Adding the AirWatch SDK Frameworks", I guess there is an issue there... – Larme Nov 22 '21 at 13:25
  • @Larme I have already added the "Other Linker Flags" as "-ObjC". Do I need to add something else? Please suggest. Anyway thanks for your effort – Janmenjaya Nov 23 '21 at 06:13

0 Answers0