I’m using <lib_name>.xcframework.3
In another thread I read that the internal framework has to be extracted. Therefore I only put the subfolder ios-arm64 in the libs folder.
When installing via the bridge, the app crashes immediately without an error message.
The app also crashes directly via Xcode. The following error log is output there:
dyld: Library not loaded: @rpath/AusweisApp2.framework/AusweisApp2
Referenced from: /private/var/containers/Bundle/Application/0C2029BD-A78D-4C68-AB06-08A123558CD0/B4iProject.app/B4iProject
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
Thanks in advice
Regards
In another thread I read that the internal framework has to be extracted. Therefore I only put the subfolder ios-arm64 in the libs folder.
When installing via the bridge, the app crashes immediately without an error message.
The app also crashes directly via Xcode. The following error log is output there:
dyld: Library not loaded: @rpath/AusweisApp2.framework/AusweisApp2
Referenced from: /private/var/containers/Bundle/Application/0C2029BD-A78D-4C68-AB06-08A123558CD0/B4iProject.app/B4iProject
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
Thanks in advice
Regards