- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello members of forum
im new on this way and i need to ask when i try to build IOS Cordova Game on Intel XDK show this error on build , please help me to resolve it.
The following build commands failed: CompileC build/Big\ Swipe\ Crash.build/Release-iphoneos/Big\ Swipe\ Crash.build/Objects-normal/armv7/AdMobPlugin.o Big\ Swipe\ Crash/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,.../cordova_project/platforms/ios/cordova/build-release.xcconfig,-project,Big Swipe Crash.xcodeproj,ARCHS=armv7 arm64,-target,Big Swipe Crash,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../cordova_project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../cordova_project/platforms/ios/build/sharedpch
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please ATTACH your detailed build log as a TXT file to your post. There is not enough information in the error message to understand what is wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Paul F. (Intel) wrote:
Please ATTACH your detailed build log as a TXT file to your post. There is not enough information in the error message to understand what is wrong.
Thank Mr.Paul check the link below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, but that link does not work. Please ATTACH your detailed build log. Use the "attach files to post" link below the edit window. Give the build log a .LOG or .TXT extension before you attach it to this forum thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This appears to be the source of the problem:
In file included from .../cordova_project/platforms/ios/Color Swipe Crash/Plugins/cordova-plugin-ad-admob/AdMobPlugin.m:5: .../cordova_project/platforms/ios/Color Swipe Crash/Plugins/cordova-plugin-ad-admob/AdMobPlugin.h:9:9: fatal error: 'GoogleMobileAds/GADAdSize.h' file not found #import <GoogleMobileAds/GADAdSize.h> ^ 1 error generated.
Looking at the plugin.xml file for the plugin that is causing the problem (cordova-plugin-ad-admob) > https://github.com/cranberrygame/cordova-plugin-ad-admob/blob/master/plugin.xml#L54 < it depends on another plugin, located here > https://github.com/cranberrygame/cordova-plugin-ad-admob-sdk < that requires use of a "hooks script." The XDK build system and the PhoneGap Build system do not work with plugins that require hooks scripts (or special gradle scripts). Thus, the dependent plugin is probably not working correctly and that is what is causing the problem.
I recommend you find a different AdMob plugin, there are many of them. Search for "cordova plugin admob" to find them.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page