skip to Main Content

xcodebuild gives an error for multiple implementation of AMSupportURLConnectionDelegate and AMSupportURLSession : "Which one is undefined."

When I want to run any xcodebuild action it gives me the following error while the Xcode ide is working fine on Apple M1. > xcodebuild -version objc[72320]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1dc35ab90) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105ca42c8). One…

VIEW QUESTION

The connection to service named com.apple.fonts was invalidated on xcodebuild -resolvePackageDependencies

I am using fastlane to build my unity iphone application. It worked perfectly until all of a sudden i started getting the following error/warning during build: [10:13:48]: $ xcodebuild -resolvePackageDependencies -scheme Unity-iPhone -project ./Unity-iPhone.xcodeproj [10:13:48]: ▸ 2021-11-16 10:13:48.903 xcodebuild[59318:1348378] XType:…

VIEW QUESTION

xcode archive "Library not found for -lReact-hermes" for ReactNative project

Trying to archive my RN project but having this error. Currently using RN 0.65.1 with React 17.0.2. Tried adding libReact-hermes.a inside xcode "Link Binary With Libraries" but error still persists. ld: library not found for -lReact-hermes require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'…

VIEW QUESTION
Back To Top
Search