• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

iOS Error Xcode Invalid bitcode signature GM (GPS-ADMOB)

Good afternoon I have a project in GM 2.2.1 and a project that when exporting it to Xcode can build without problems, the problem occurs when I add the Google Play services extension of the Market...

GM 2.2.1
XCODE 10.1


Showing Recent Messages

Ld /Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Products/Debug-iphonesimulator/newValentin.app/newValentin normal x86_64 (in target: newValentin)

cd /Users/ernestoromero/GameMakerStudio2/iOS/GMS2IOS/newValentin/newValentin

export IPHONEOS_DEPLOYMENT_TARGET=8.0

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk -L/Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Products/Debug-iphonesimulator -L. -LFw -LnewValentin -LnewValentin\ Tests -LFw/PersonalizedAdConsent.embeddedframework -LFw/iOSSource -LnewValentin/Game -LnewValentin/Supporting\ Files -LFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.bundle -LFw/iOSSource/Source -LnewValentin/Game/iOSSource -LnewValentin/Supporting\ Files/games -LnewValentin/Supporting\ Files/include -LnewValentin/Game/iOSSource/Source -LnewValentin/Supporting\ Files/include/libyoyo -LnewValentin/Supporting\ Files/include/libyoyo_notifications -F/Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Products/Debug-iphonesimulator -FFw -FFw/PersonalizedAdConsent.embeddedframework -FFw/iOSSource -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.bundle -FFw/iOSSource/Source -FnewValentin/Supporting\ Files -FnewValentin/Supporting\ Files/games -FnewValentin/Supporting\ Files/include -FnewValentin/Supporting\ Files/include/libyoyo -FnewValentin/Supporting\ Files/include/libyoyo_notifications -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.framework -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.framework/Headers -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.framework/Modules -FFw -FFw/PersonalizedAdConsent.embeddedframework -FFw/iOSSource -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.bundle -FFw/iOSSource/Source -FnewValentin/Supporting\ Files -FnewValentin/Supporting\ Files/games -FnewValentin/Supporting\ Files/include -FnewValentin/Supporting\ Files/include/libyoyo -FnewValentin/Supporting\ Files/include/libyoyo_notifications -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.framework -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.framework/Headers -FFw/PersonalizedAdConsent.embeddedframework/PersonalizedAdConsent.framework/Modules -filelist /Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Intermediates.noindex/newValentin.build/Debug-iphonesimulator/newValentin.build/Objects-normal/x86_64/newValentin.LinkFileList -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Intermediates.noindex/newValentin.build/Debug-iphonesimulator/newValentin.build/Objects-normal/x86_64/newValentin_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -stdlib=libc++ -fobjc-link-runtime -objC -all_load -fobjc-arc -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Intermediates.noindex/newValentin.build/Debug-iphonesimulator/newValentin.build/newValentin.app-Simulated.xcent -lc++ -liconv -lresolv -framework SystemConfiguration -framework StoreKit -framework CFNetwork -framework MobileCoreServices -lsqlite3.0 -framework AudioToolbox -framework GameKit -framework AVFoundation -lz -framework OpenGLES -framework QuartzCore -framework OpenAL -framework CoreGraphics -lyoyo_interpreted -framework GameController -framework CoreMedia -framework EventKit -framework EventKitUI -framework CoreTelephony -framework CoreData -framework CoreText -framework MapKit -framework AddressBookUI -framework Security -framework AddressBook -framework CoreLocation -framework MessageUI -framework MediaPlayer -framework UIKit -framework Foundation -framework AdSupport -framework CoreBluetooth -framework CoreMotion -framework CoreMedia -framework CoreVideo -framework GLKit -framework SafariServices -weak_framework Social -framework GoogleMobileAds -framework PersonalizedAdConsent -Xlinker -dependency_info -Xlinker /Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Intermediates.noindex/newValentin.build/Debug-iphonesimulator/newValentin.build/Objects-normal/x86_64/newValentin_dependency_info.dat -o /Users/ernestoromero/Library/Developer/Xcode/DerivedData/newValentin-aigtahooiczvwrcwhijquwdmunvd/Build/Products/Debug-iphonesimulator/newValentin.app/newValentin



error: Invalid bitcode signature

clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
A

Andrea Sansone

Guest
Just got the same problem here ! I try different options like ENABLE BITCODE or check in the extension (Extra Platform - iOS) the AdSupportFramework and GoogleMobileAds.framework.
Nothing seems to work. This happen only with Generic iOS Device ... if I try to build with my iPhone selected, it works fine but can't archive the app.
Please someone help us !
 
Last edited by a moderator:
A

Andrea Sansone

Guest
I probably found a solution just changing the iOS Deployment Target to 11.0
The project build right !
 
Gracias, muchas gracias amigo, hace 2 meses construĂ­ en iOS pero pase por esos problemas y nunca anote como lo solucione jajaja, y otra vez repeti lo mismo, gracias por el dato
 
Top