First attempt to create a Release build and fails with error snippet below. Builds Debug ok. Appears to be an issue with duplicate symbols. B4i version 2.31 building on local Mac 2.30. Any help appreciated. Cheers
UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/ECCalcMonitor
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 l021 in:
../../Libs/libCore.a(B4IDateTime.o)
../../Libs/libCore.a(B4IMediaPlayer.o)
ld: 3 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/ECCalcMonitor normal arm64
(1 failure)
UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/ECCalcMonitor
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 l021 in:
../../Libs/libCore.a(B4IDateTime.o)
../../Libs/libCore.a(B4IMediaPlayer.o)
ld: 3 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/ECCalcMonitor normal arm64
(1 failure)