I have created my game with Construct 2 and exported it to cordova , after that I imported it to intel xdk and I have started work to export to ios , after building I get this error :
The following build commands failed:
CompileC build/Robo\ Copter.build/Release-iphoneos/Robo\ Copter.build/Objects-normal/armv7/AdMobPlugin.o Robo\ Copter/Plugins/cordova-plugin-ad-admob/AdMobPlugin.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: - xcconfig,.../builds/build.2016-11-28.09-05-02.D5Cxki.tmp/cordova_project/platforms/ios/cordova/build-release.xcconfig,-project,Robo Copter.xcodeproj,ARCHS=armv7 arm64,-target,Robo Copter,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../builds/build.2016-11-28.09-05-02.D5Cxki.tmp/cordova_project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../builds/build.2016-11-28.09-05-02.D5Cxki.tmp/cordova_project/platforms/ios/build/sharedpch
Related
I've created an Ionic 4 app with Facebook login. It works great on Android but when I attempt to build on the iOS platform I get the following error:
x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1
failure) xcodebuild: Command failed with exit code 65 [ERROR] An error
occurred while running subprocess cordova.
I get that error with
sudo ionic cordova build ios -allowProvisioningUpdates
If I then open the app in Xcode and attempt to build I get the following error:
/Users/anonymous/Development/Mundo1.5/platforms/ios/Buddy
Pass/Plugins/cordova-plugin-facebook4/FacebookConnectPlugin.h:13:9:
'FBSDKCoreKit/FBSDKCoreKit.h' file not found
I am trying to run react native. But when I tried to build ios the below errors are showing
** BUILD FAILED **
The following commands produced analyzer issues:
Analyze Base/RCTPlatform.m Analyze Views/RCTTabBarItem.m
Analyze Views/RCTTabBar.m Analyze Profiler/RCTProfile.m (4 commands
with analyzer issues)
The following build commands failed: CompileC
/apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTPlatform.o
Base/RCTPlatform.m normal x86_64 objective-c
com.apple.compilers.llvm.clang.1_0.compiler CompileC
/apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTTabBarItem.o
Views/RCTTabBarItem.m normal x86_64 objective-c
com.apple.compilers.llvm.clang.1_0.compiler CompileC
/apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTTabBar.o
Views/RCTTabBar.m normal x86_64 objective-c
com.apple.compilers.llvm.clang.1_0.compiler CompileC
/apps/snp/snapstaff_talent/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTProfile.o
Profiler/RCTProfile.m normal x86_64 objective-c
com.apple.compilers.llvm.clang.1_0.compiler Analyze
Base/RCTPlatform.m Analyze Views/RCTTabBarItem.m Analyze
Views/RCTTabBar.m Analyze Profiler/RCTProfile.m Libtool
/apps/snp/snapstaff_talent/ios/build/Build/Products/Debug-iphonesimulator/libReact.a
normal x86_64 Ld
build/Build/Products/Debug-iphonesimulator/snapstaff_talent.app/snapstaff_talent
normal x86_64 GenerateDSYMFile
build/Build/Products/Debug-iphonesimulator/snapstaff_talent.app.dSYM
build/Build/Products/Debug-iphonesimulator/snapstaff_talent.app/snapstaff_talent
Ld
build/Build/Products/Debug-iphonesimulator/snapstaff_talentTests.xctest/snapstaff_talentTests
normal x86_64 GenerateDSYMFile
build/Build/Products/Debug-iphonesimulator/snapstaff_talentTests.xctest.dSYM
build/Build/Products/Debug-iphonesimulator/snapstaff_talentTests.xctest/snapstaff_talentTests
(13 failures)
Installing
build/Build/Products/Debug-iphonesimulator/snapstaff_talent.app An
error was encountered processing the command
(domain=LaunchServicesError, code=0): The operation couldn’t be
completed. (LaunchServicesError error 0.) Launching
org.reactjs.native.example.snapstaff-talent An error was encountered
processing the command (domain=FBSOpenApplicationErrorDomain, code=4):
The operation couldn’t be completed. (FBSOpenApplicationErrorDomain
error 4.)
I am new on react native. I am using OS X El Capitan. please help me out of this.
I have an Ionic App that I am trying to build for IOS (for the first time). I keep getting this error:
The following build commands failed:
CompileC build/IHS_App.build/Debug-iphonesimulator/IHS_App.build/Objects-normal/i386/IonicKeyboard.o IHS_App/Plugins/com.ionic.keyboard/IonicKeyboard.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/dismac/Desktop/IHS/Software/trunk/app/platforms/ios/cordova/build-debug.xcconfig,-project,IHS_App.xcodeproj,ARCHS=i386,-target,IHS_App,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/dismac/Desktop/IHS/Software/trunk/app/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/dismac/Desktop/IHS/Software/trunk/app/platforms/ios/build/sharedpch
I have no idea where to start here? anyone?
Fixed it by removing the keyboard plugin:
cordova plugin rm com.ionic.keyboard
cordova plugin add ionic-plugin-keyboard
Don't know why it worked
I am trying to build the demo app of ngCordova.
cordova platform add ios
cordova run ios
But build failed with the following error messages.
The following build commands failed:
CompileC build/ngCordova\
Demo.build/Debug-iphonesimulator/ngCordova\ Demo.build/Objects-normal/i386/applicationPreferences.o ngCordova\ Demo/Plugins/com.simonmacdonald.prefs/applicationPreferences.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
ERROR running one or more of the platforms: Error code 65 for
command: xcodebuild with args:
-xcconfig,/Users/westhigh/github/demo/platforms/ios/cordova/build-debug.xcconfig,-project,ngCordova Demo.xcodeproj,ARCHS=i386,-target,ngCordova Demo,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/westhigh/github/demo/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/westhigh/github/demo/platforms/ios/build/sharedpch
We are trying to create iOS package for our Kivy app.For this purpose we followed the instruction step by step from the following link:
http://kivy.org/docs/guide/packaging-ios.html
When we entered the command :
sudo sh build-all.sh
we got a log which includes:
** BUILD FAILED **
The following build commands failed:
CompileC build/libffi.build/Release-iphoneos/libffi\ iOS.build/Objects-normal/armv7/ffi-40B3EFCE4526D95F.o ios/src/arm/ffi.c normal armv7 c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/libffi.build/Release-iphoneos/libffi\ iOS.build/Objects-normal/armv7/sysv.o ios/src/arm/sysv.S normal armv7 assembler-with-cpp com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
X code :X code 6.1
OS: mac OS X 10.10 Yosemite
kivy:1.8.0
python:2.7