iOS Question iMQTT - Example MQTTCancas - No Compile!

sarmanho

Member
Licensed User
Longtime User
I'm studying MQTT and gives error when compiling. I use B4i 2.3, Local B4ibuilder. But does not compile!
Look at the bug below:


B4i version: 2.31
Parsing code. (0.02s)
Compiling code. (0.10s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.01s)
Building Xcode project (0.06s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/sarmanhoalves/Downloads/macserver-aa/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i Example
PROVISIONING_PROFILE = f647010d-79d7-4f65-b06a-7b6e7e02c18b

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“Development”) has an AppID of “toptec.*” which does not match your bundle identifier “anywheresoftware.b4i.example”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'


Error: 2015-11-26 07:46:43.604 xcodebuild[408:3d03] DVTAssertions: Warning in /SourceCache/DVTiOSFrameworks/DVTiOSFrameworks-7709/DTDeviceKitBase/DTDKRemoteDeviceDataListener.m:79
Details: Running against an old version of MobileDevice; some interaction with proxied devices may be unavailable.
Object: <DTDKRemoteDeviceDataListener: 0x7fd058d65c30>
Method: -listenerThreadImplementation
Thread: <NSThread: 0x7fd058d684b0>{name = (null), num = 2}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)
 
Top