Bug? not run on simulator with 'libiFCWebView.a'?

ajk

Active Member
Licensed User
Longtime User
Program compiles correctly on phone but running on simulator I have message:
B4i Version: 6.50
Parsing code. (0.17s)
Building folders structure. (0.05s)
Compiling code. (0.26s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.01s)
Building Xcode project (0.15s)
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=Spc" CONFIGURATION_BUILD_DIR=/Users/mac/Desktop/b55/UploadedProjects/<user id>/Payload CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -arch x86_64

Build settings from command line:
ARCHS = x86_64
CODE_SIGNING_REQUIRED = NO
CONFIGURATION_BUILD_DIR = /Users/mac/Desktop/b55/UploadedProjects/<user id>/Payload
PRODUCT_NAME = Spc
SDKROOT = iphonesimulator13.4

note: Using new build system
note: Planning build
note: Constructing build description
warning: MobileCoreServices has been renamed. Use CoreServices instead. (in target 'B4iProject' from project 'B4iProject')
error: Building for iOS Simulator, but the linked library 'libiFCWebView.a' was built for iOS. (in target 'B4iProject' from project 'B4iProject')


Error: 2020-05-14 23:28:29.294 xcodebuild[865:13711] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs


'libiFCWebView.a' - is used but why it works on phone but not on simulator?
 
Top