I'm a beginner for unity.I use Firebase unity SDK and GoogleMobileAdsPlugin.
My unity is 5.4.1.
I export IOS project according to the tutorial in https://firebase.google.com/docs/unity/setup.But I can't find a .xcworkspace file.
It generate a default Podfile file.
source 'https://github.com/CocoaPods/Specs.git'
install! 'cocoapods', :integrate_targets => false
platform :ios, '7.0'
target 'Unity-iPhone' do
pod 'Firebase/Analytics', '3.14.0'
pod 'Firebase/Core', '3.14.0'
pod 'Google-Mobile-Ads-SDK', '~> 7.13'
end
After pod install,.xcworkspace apper when I delete "install! 'cocoapods', :integrate_targets => false".
I want to know whether the .xcworkspace file is necessary or not when I use Firebase unity SDK?
Because other firebase tutorials tell me .xcworkspace is necessary like https://firebase.google.com/docs/admob/ios/games?hl=zh-cn#_3.
If ti is necessary,what I can do to generate it or a correct Podfile?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/2d232a49-8844-4fb1-bf70-87d2e5df74a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
Undefined symbols for architecture arm64:
"_inflate", referenced from:
+[NSData(GTMZlibAdditionsPrivate) gtm_dataByInflatingBytes:length:isRawData:error:] in GTMNSData+zlib.o
...................
Does it means I should use xcode7.3 or higher? Waiting for your reply!
We intentionally do not generate an Xcode workspace. Instead we use Cocoapods to download the dependencies we need into a temporary Pods.xcproj and integrate these in the IOSResolver plugin into the Xcode project generated by Unity. You should end up with frameworks in the Pods.xcproj added to the Xcode project generated by Unity. This enables Unity Build & Run to work and also allows you to open the Xcode project and build as per usual.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/32ed583b-79f2-4c7e-9923-08d20c8292f2%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/32ed583b-79f2-4c7e-9923-08d20c8292f2%40googlegroups.com.
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this by mistake, and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. CerebralFix Limited, New Zealand
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/19229539-e079-4d46-bb09-53bf520c59dc%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/19229539-e079-4d46-bb09-53bf520c59dc%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/59aa563f-0548-49b7-966d-e37746ad55ec%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/59aa563f-0548-49b7-966d-e37746ad55ec%40googlegroups.com.