Hagen Hübel
Sep 9, 2021

--

Thank you very much for this great posting! However, it does not work for me and maybe someone face the same issue.

I get compiler errors like:

objc[58616]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1fef66c10) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x11a6ec2b8). One of the two will be used. Which one is undefined.

objc[58616]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1fef66c60) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x11a6ec308). One of the two will be used. Which one is undefined.

** BUILD FAILED **

I did exclude architecture arm64 and did pod install after the changes to Podfile as well.

It still can't build. Has someone some good hints for me?

--

--