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
Thank you for providing this repository.
My team uses GoogleTagManager.
The way to install it is in Package.swift. https://dl.google.com/firebase/ios/tagmanager/swiftpm/7.4.0/GoogleTagManager.zip and using binaries via Carthage.
We used to have no problem with that, but since switching to Xcode15, we are getting warnings at build time.
The specific warnings are as follows
Mixed ObjC ABI, /Users/me/Library/Developer/Xcode/DerivedData/MyProject-fmtasuxvuqiklbbmnyuervvwdwzl/Build/Products/Dev- iphonesimulator/GoogleTagManager.framework/GoogleTagManager[x86_64][3](GoogleTagManager-dummy.o) compiled with category class properties
We get about 30 of these warnings.
We have been able to temporarily address this with the following
Remove -ObjC from OTHER_LDFLAGS in Xcode build settings.
Since we are using CocoaPods, remove -ObjC from the xcconfig generated by Cocoapods as well.
Due to a problem with CocoaPods, it resets every time you run pod install.
I didn't have this problem until Xcode14, so if this can be addressed on the GTM side, it would be very helpful.
Best regards.
The text was updated successfully, but these errors were encountered:
Also, GoogleTagManager 7.4.4 has been released. Please try to use the latest binary instead, thanks. https://dl.google.com/firebase/ios/tagmanager/swiftpm/7.4.4/GoogleTagManager.zip
Thank you for providing this repository.
My team uses GoogleTagManager.
The way to install it is in Package.swift.
https://dl.google.com/firebase/ios/tagmanager/swiftpm/7.4.0/GoogleTagManager.zip
and using binaries via Carthage.We used to have no problem with that, but since switching to Xcode15, we are getting warnings at build time.
The specific warnings are as follows
We get about 30 of these warnings.
We have been able to temporarily address this with the following
-ObjC
from OTHER_LDFLAGS in Xcode build settings.-ObjC
from the xcconfig generated by Cocoapods as well.Due to a problem with CocoaPods, it resets every time you run pod install.
I didn't have this problem until Xcode14, so if this can be addressed on the GTM side, it would be very helpful.
Best regards.
The text was updated successfully, but these errors were encountered: