ondraayyy awesome tutorial!! I recently bought the Apple Dev account and borrowed a iPad for testing. I dont own a Mac (have a friend with one!)
I followed all the steps, now I am trying to build my game using Intel XDK , but after I click green "build" button I get the following error
[quote:20k4dxtg]
** BUILD FAILED **
The following build commands failed:
CompileC build/Last\ of\ the\ Survivors.build/Release-iphoneos/Last\ of\ the\ Survivors.build/Objects-normal/armv7/Admob.o Last\ of\ the\ Survivors/Plugins/cordova-plugin-ad-admob/Admob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Last\ of\ the\ Survivors.build/Release-iphoneos/Last\ of\ the\ Survivors.build/Objects-normal/armv7/AdmobOverlap.o Last\ of\ the\ Survivors/Plugins/cordova-plugin-ad-admob/AdmobOverlap.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Last\ of\ the\ Survivors.build/Release-iphoneos/Last\ of\ the\ Survivors.build/Objects-normal/armv7/AdmobSplit.o Last\ of\ the\ Survivors/Plugins/cordova-plugin-ad-admob/AdmobSplit.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)
Error code 65 for command: xcodebuild with args: -xcconfig,.../LastoftesurvivorsV4/platforms/ios/cordova/build-release.xcconfig,-project,Last of the Survivors.xcodeproj,ARCHS=armv7 armv7s arm64,-target,Last of the Survivors,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 armv7s arm64,CONFIGURATION_BUILD_DIR=.../LastoftesurvivorsV4/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../LastoftesurvivorsV4/platforms/ios/build/sharedpch
Command finished with error code 2: .../LastoftesurvivorsV4/platforms/ios/cordova/build --release,--device
ERROR building one of the platforms: Error: .../LastoftesurvivorsV4/platforms/ios/cordova/build: Command failed with exit code 2
You may not have the required environment or OS to build this project
I am using CLI 5.1.1 (CW15), do you know if this is the issue?Should I downgrade to 4.x.x? Also do I need a MAC to build the game?