You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this plugin with C2 games to port them to Android and iOS. Have gone and built 6 different Android games, which work flawlessly - but now I'm having some issues with iOS. Everything is working as intended until I go to build an app and I get an error. In the Error Log it seems to point to this plugin as the cause of the error. Here is the information obtained from the log file:
`** BUILD FAILED **
The following build commands failed:
CompileC build/BLOK\ DROP.build/Release-iphoneos/BLOK\ DROP.build/Objects-normal/armv7/Admob.o BLOK\ DROP/Plugins/cordova-plugin-ad-admob/Admob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -xcconfig,.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/cordova/build-release.xcconfig,-project,BLOK DROP.xcodeproj,ARCHS=armv7 arm64,-target,BLOK DROP,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/sharedpch
You may not have the required environment or OS to build this project
Error: Error code 65 for command: xcodebuild with args: -xcconfig,.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/cordova/build-release.xcconfig,-project,BLOK DROP.xcodeproj,ARCHS=armv7 arm64,-target,BLOK DROP,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/sharedpch`
Let me know if you need anymore information as I am looking forward to publishing about 11 apps to iOS as soon as possible.
-Mike
The text was updated successfully, but these errors were encountered:
Hello,
I am using this plugin with C2 games to port them to Android and iOS. Have gone and built 6 different Android games, which work flawlessly - but now I'm having some issues with iOS. Everything is working as intended until I go to build an app and I get an error. In the Error Log it seems to point to this plugin as the cause of the error. Here is the information obtained from the log file:
`** BUILD FAILED **
The following build commands failed:
CompileC build/BLOK\ DROP.build/Release-iphoneos/BLOK\ DROP.build/Objects-normal/armv7/Admob.o BLOK\ DROP/Plugins/cordova-plugin-ad-admob/Admob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -xcconfig,.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/cordova/build-release.xcconfig,-project,BLOK DROP.xcodeproj,ARCHS=armv7 arm64,-target,BLOK DROP,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/sharedpch
You may not have the required environment or OS to build this project
Error: Error code 65 for command: xcodebuild with args: -xcconfig,.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/cordova/build-release.xcconfig,-project,BLOK DROP.xcodeproj,ARCHS=armv7 arm64,-target,BLOK DROP,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../builds/build.2016-05-01.05-00-02.5IzwMb.tmp/BLOK DROP/platforms/ios/build/sharedpch`
Let me know if you need anymore information as I am looking forward to publishing about 11 apps to iOS as soon as possible.
-Mike
The text was updated successfully, but these errors were encountered: