iOS Question Local Mac Builder Issue

marconotsopolo

Member
Licensed User
Hi

I have configured the local mac builder as a new installation but now when I start a build I get the following error?

[IDE message - 2:14:29]
An error occurred.
rary/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x117663670). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury19RemoteXPCConnection is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056feee8) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x117663838). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury27RemoteXPCListenerConnection is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056ff040) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x117663990). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury23RemoteXPCPeerConnection is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056ff1e8) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x117663b38). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury19SystemXPCConnection is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056ffa98) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1176643d8). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury27SystemXPCListenerConnection is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056ffbe0) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x117664528). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury23SystemXPCPeerConnection is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056ffd50) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1176646a0). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7Mercury15XPCFileTransfer is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056fffa8) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1176648e8). One of the two will be used. Which one is undefined.
objc[1058]: Class _TtC7MercuryP33_2B1830E49151A2D290BADAC81D16B73411_HandlerBox is implemented in both /Library/Developer/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x1056fdae8) and /Library/Apple/System/Library/PrivateFrameworks/Mercury.framework/Versions/A/Mercury (0x117662388). One of the two will be used. Which one is undefined.
** BUILD FAILED **


The following build commands failed:
******** normal (in target 'B4iProject' from project 'B4iProject')
(1 failure)

Any ideas??.

Thanks
 

marconotsopolo

Member
Licensed User
The full text should be in the compilation window in the IDE.
@Erel, unfortunately this is the full message in the B4I IDE, unless I am missing something else?.
B4I_IDE.png
 
Upvote 0
Top