Hello,
I'm trying to compile an app (i'm using Erel's iBeacon example). When I compile I receive several error messages like:
B4i line: 41
Log(\
no visible @interface for 'B4ICommon' declares the selector 'LogImpl:::'
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: xxxxxxxxxx (UXTxxxxxxx)
CONFIGURATION_BUILD_DIR = /Users/xxxxxxx/Downloads/B4iBS/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i Example
PROVISIONING_PROFILE = xxxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxx
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
[self->___c LogImpl"7131074" "Not authorized" :0];
~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/xxxxx/Documents/B4iBuildServer/UploadedProjects/<user id>/B4iProject/b4i_main.m:156:13: error: no visible @interface for 'B4ICommon' declares the selector 'LogImpl:::'
It happens both on Sierra and Mojave (on different machines)
Xcode 9.2 on Sierra and 10.0 on Mojave
Build server is 5.30
I created a new Bridge and it ran smoothly.
Any idea how to fix that?
Thank you
I'm trying to compile an app (i'm using Erel's iBeacon example). When I compile I receive several error messages like:
B4i line: 41
Log(\
no visible @interface for 'B4ICommon' declares the selector 'LogImpl:::'
Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: xxxxxxxxxx (UXTxxxxxxx)
CONFIGURATION_BUILD_DIR = /Users/xxxxxxx/Downloads/B4iBS/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i Example
PROVISIONING_PROFILE = xxxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxx
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
[self->___c LogImpl"7131074" "Not authorized" :0];
~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/xxxxx/Documents/B4iBuildServer/UploadedProjects/<user id>/B4iProject/b4i_main.m:156:13: error: no visible @interface for 'B4ICommon' declares the selector 'LogImpl:::'
It happens both on Sierra and Mojave (on different machines)
Xcode 9.2 on Sierra and 10.0 on Mojave
Build server is 5.30
I created a new Bridge and it ran smoothly.
Any idea how to fix that?
Thank you