Hi Erel. Using B4i 2.0 Beta 2, this new issue happens when I try compiles my project in local mac builder, Build Release Mode to my device. If I use simulator no problem. In Debug mode Simulator and Device no problem.
In Hosted Mac, Debug and Release Mode no problem.
Why connection to the simulator verification service could not be established ? my connection was with the device. I do download of Simulator iOS 7.1 and 8.1.
...
../../Libs/libCore.a(B4I.o)
../../Libs/libCore.a(B4ICommon.o)
duplicate symbol l041 in:
../../Libs/libCore.a(B4IViewWrapper.o)
../../Libs/libCore.a(B4ILayoutBuilder.o)
duplicate symbol l042 in:
../../Libs/libCore.a(B4IViewWrapper.o)
../../Libs/libCore.a(B4ILayoutBuilder.o)
duplicate symbol l020 in:
../../Libs/libCore.a(B4IDateTime.o)
../../Libs/libCore.a(B4ICanvas.o)
duplicate symbol l021 in:
../../Libs/libCore.a(B4IDateTime.o)
../../Libs/libCore.a(B4ICanvas.o)
duplicate symbol l021 in:
../../Libs/libCore.a(B4IDateTime.o)
../../Libs/libCore.a(B4IMediaPlayer.o)
ld: 6 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: 2015-07-07 02:21:07.198 xcodebuild[2157:12727] [MT] iPhoneSimulator: SimVerifier returned: Error Domain=NSPOSIXErrorDomain Code=53 "Simulator verification failed." UserInfo=0x7fbd951ca7d0 {NSLocalizedFailureReason=A connection to the simulator verification service could not be established., NSLocalizedRecoverySuggestion=Ensure that Xcode.app is installed on a volume with ownership enabled., NSLocalizedDescription=Simulator verification failed.}
** BUILD FAILED **
The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/INFRANOTE normal arm64
(1 failure)